testing/py3-locket: new aport

This commit is contained in:
Bart Ribbers 2020-03-27 12:12:20 +01:00 committed by Rasmus Thomsen
parent 5748fec6a2
commit ebdd4239c2

View File

@ -0,0 +1,24 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=py3-locket
pkgver=0.2.0
pkgrel=0
pkgdesc="File-based locks for Python"
url="https://github.com/mwilliamson/locket.py"
arch="noarch"
license="BSD-2-Clause"
depends="python3"
makedepends="py3-setuptools"
source="https://pypi.python.org/packages/source/l/locket/locket-$pkgver.tar.gz"
options="!check" # Release tarball doesn't contain the tests
builddir="$srcdir/locket-$pkgver"
build() {
python3 setup.py build
}
package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="ed9bb25f3fcaa70386217716db5612bf31a923c669cbdb8e871de6df4c0c42bf3309604a1aac804c0f334aed8c88b0ba113d8d265054c0e87793c7b53f729ff9 locket-0.2.0.tar.gz"