[arch-commits] Commit in python-pyliblo/repos (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 23:43:01 UTC 2021


    Date: Thursday, December 2, 2021 @ 23:43:00
  Author: felixonmars
Revision: 1063272

archrelease: copy trunk to community-staging-x86_64

Added:
  python-pyliblo/repos/community-staging-x86_64/
  python-pyliblo/repos/community-staging-x86_64/PKGBUILD
    (from rev 1063270, python-pyliblo/trunk/PKGBUILD)

----------+
 PKGBUILD |   38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

Copied: python-pyliblo/repos/community-staging-x86_64/PKGBUILD (from rev 1063270, python-pyliblo/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-12-02 23:43:00 UTC (rev 1063272)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: Llewelyn Trahaearn <WoefulDerelict at GMail dot com>
+# Contributor: SpepS <dreamspepser at yahoo dot it>
+
+_name=pyliblo
+pkgname=python-pyliblo
+pkgver=0.10.0
+pkgrel=9
+pkgdesc='Python wrapper for the liblo OSC library'
+arch=('x86_64')
+url="http://das.nasophon.de/pyliblo/"
+license=('LGPL2.1')
+depends=('python' 'liblo')
+makedepends=('cython' 'python-setuptools')
+checkdepends=('python-pytest')
+source=("${_name}-${pkgver}.tar.gz::https://github.com/dsacre/pyliblo/archive/refs/tags/${pkgver}.tar.gz")
+sha512sums=('c475ddfea9abf9e155deed12ab01ff2e585a6ed2946fac8d5017f36e3aee84b294f21cf5d0dd79098a4bd2f7911beed791bed67124cec3fc4bbd5087d42b4eed')
+b2sums=('dc14ab1dd64cdff5946d0e05a871c7cc75be89e8a57b12302cbee3bbeab1e9e1cfedce493fd4dbb6a4ba5a095a8539a4d4b7c9fe04431cf8376812b01bf78001')
+
+build() {
+  cd "${_name}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  local _pyver=$(python -c 'import sys; print(".".join(map(str, sys.version_info[:2])))')
+  cd "${_name}-${pkgver}"
+  export PYTHONPATH="build/lib.linux-${CARCH}-${_pyver}/:${PYTHONPATH}"
+  pytest -v
+}
+
+package_python-pyliblo() {
+  cd "${_name}-${pkgver}"
+  python setup.py install --optimize=1 --root="${pkgdir}/"
+  # docs
+  install -vDm 644 {NEWS,README} \
+    -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



More information about the arch-commits mailing list