mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/py3-locket: new aport
This commit is contained in:
parent
5748fec6a2
commit
ebdd4239c2
24
testing/py3-locket/APKBUILD
Normal file
24
testing/py3-locket/APKBUILD
Normal 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"
|
||||
Loading…
x
Reference in New Issue
Block a user