diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-01-11 01:54:54 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-01-11 01:54:54 +0000 |
commit | 21c4b84eb30afc752dd0ba5965c61dfc3bebac3d (patch) | |
tree | 1ca6f553222cbe4809067ffa24d6efafdae7b8df /user/py3-zope-deprecation/APKBUILD | |
parent | 5efd7da9a9a79f82b4621cfd34fb8200c51f485a (diff) | |
download | packages-21c4b84eb30afc752dd0ba5965c61dfc3bebac3d.tar.gz packages-21c4b84eb30afc752dd0ba5965c61dfc3bebac3d.tar.bz2 packages-21c4b84eb30afc752dd0ba5965c61dfc3bebac3d.tar.xz packages-21c4b84eb30afc752dd0ba5965c61dfc3bebac3d.zip |
user/*: Modernise / fix syntax / metadata / deps
Diffstat (limited to 'user/py3-zope-deprecation/APKBUILD')
-rw-r--r-- | user/py3-zope-deprecation/APKBUILD | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/user/py3-zope-deprecation/APKBUILD b/user/py3-zope-deprecation/APKBUILD index 22e629f26..faf402240 100644 --- a/user/py3-zope-deprecation/APKBUILD +++ b/user/py3-zope-deprecation/APKBUILD @@ -7,7 +7,7 @@ pkgrel=0 pkgdesc="A function to mark deprecated parts of an API" url="https://github.com/zopefoundation/zope.deprecation" arch="noarch" -options="!check" # needs zope.testrunner +options="!check" # needs zope.testrunner license="ZPL-2.1" depends="python3" makedepends="python3-dev" @@ -16,12 +16,10 @@ source="$_pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/$_pkgname/ar builddir="$srcdir"/$_pkgname-$pkgver build() { - cd "$builddir" python3 setup.py build } package() { - cd "$builddir" python3 setup.py install --prefix=/usr --root="$pkgdir" } |