mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 05:37:01 +02:00
19 lines
678 B
Bash
19 lines
678 B
Bash
# Template file for 'pyliblo'
|
|
pkgname=pyliblo
|
|
version=0.10.0
|
|
revision=5
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools python3-Cython"
|
|
makedepends="python3-devel liblo-devel"
|
|
depends="python3"
|
|
short_desc="Python bindings for the liblo OSC library"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="http://das.nasophon.de/pyliblo/"
|
|
distfiles="${PYPI_SITE}/p/pyliblo/pyliblo-${version}.tar.gz"
|
|
checksum=fc67f1950b827272b00f9f0dc4ed7113c0ccef0c1c09e9976dead40ebbf1798f
|
|
make_check=ci-skip # fails "test.test_liblo.ServerCreationTestCase" due to root
|
|
|
|
do_check() {
|
|
PYTHONPATH="$(cd build/lib* && pwd)" python3 ./test/test_liblo.py
|
|
}
|