~alpine/aports

[PATCH 2/4] testing/py3-discid: new aport

Details
Message ID
<20200201223216.21848-3-galen@galenabell.com>
DKIM signature
missing
Download raw message
Patch: +27 -0
https://python-discid.readthedocs.io/en/latest/
Python binding of Libdiscid
testing/
---
 testing/py3-discid/APKBUILD | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 testing/py3-discid/APKBUILD

diff --git a/testing/py3-discid/APKBUILD b/testing/py3-discid/APKBUILD
new file mode 100644
index 0000000000..3aedc52cc0
--- /dev/null
+++ b/testing/py3-discid/APKBUILD
@@ -0,0 +1,27 @@
# Contributor: Galen Abell <galen@galenabell.com>
# Maintainer: Galen Abell <galen@galenabell.com>
pkgname="py3-discid"
_pyname="discid"
pkgver="1.2.0"
pkgrel=0
pkgdesc="Python binding of Libdiscid"
url="https://python-discid.readthedocs.io/en/latest/"
arch="noarch"
license="LGPL-3.0-or-later"
depends="python3 libdiscid"
makedepends="py3-setuptools"
source="https://files.pythonhosted.org/packages/source/${_pyname%${_pyname#?}}/$_pyname/$_pyname-$pkgver.tar.gz"
builddir="$srcdir/$_pyname-$pkgver"

build() {
	python3 setup.py build
}

check() {
	python3 setup.py test
}

package() {
	python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="d004b7e4b5416310c8fb21bb9e686b5e5f5651366fb78785e299dcd17aaa99e7c2e115cc1c5175d8fbf853d3f7b8813555be32bf387d7ce82271b5e57bdff0dd  discid-1.2.0.tar.gz"
-- 
2.25.0
Reply to thread Export thread (mbox)