diff options
-rw-r--r-- | main/py3-filelock/APKBUILD | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/main/py3-filelock/APKBUILD b/main/py3-filelock/APKBUILD index a51668bcd9..fb1ed38144 100644 --- a/main/py3-filelock/APKBUILD +++ b/main/py3-filelock/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-filelock _pkgname=filelock pkgver=3.0.12 -pkgrel=1 +pkgrel=2 pkgdesc="A platform independent file lock for Python3" url="https://github.com/benediktschmitt/py-filelock" arch="noarch" @@ -18,17 +18,14 @@ replaces="py-filelock" # Backwards compatibility provides="py-filelock=$pkgver-r$pkgrel" # Backwards compatibility build() { - cd "$builddir" python3 setup.py build } check() { - cd "$builddir" python3 -m pytest -xvv test.py } package() { - cd "$builddir" python3 setup.py install --prefix=/usr --root="$pkgdir" } |