aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-distutils-extra/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-distutils-extra/APKBUILD')
-rw-r--r--community/py3-distutils-extra/APKBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/community/py3-distutils-extra/APKBUILD b/community/py3-distutils-extra/APKBUILD
index b58e7629fa7..aada0960096 100644
--- a/community/py3-distutils-extra/APKBUILD
+++ b/community/py3-distutils-extra/APKBUILD
@@ -1,14 +1,15 @@
-# Maintainer: Drew DeVault <sir@cmpwn.com>
+# Maintainer:
pkgname=py3-distutils-extra
_pyname=python-distutils-extra
-pkgver=2.45
-pkgrel=2
+pkgver=2.47
+pkgrel=3
pkgdesc="Enhanced distutils package for python"
url="https://launchpad.net/python-distutils-extra"
arch="noarch"
license="GPL-2.0-or-later"
depends="python3"
makedepends="py3-setuptools"
+subpackages="$pkgname-pyc"
source="https://salsa.debian.org/python-team/modules/python-distutils-extra/-/archive/$pkgver/python-distutils-extra-$pkgver.tar.bz2"
builddir="$srcdir/$_pyname-$pkgver"
@@ -24,7 +25,9 @@ check() {
}
package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
+ python3 setup.py install --skip-build --root="$pkgdir"
}
-sha512sums="04d2be290726d7ceed599031bfa960468c6a8654c8d9105dd77cb5744f6908d1c9a6732095692aebde1f1e042ef70b2695d41586663e4d539ee96247a39f02a1 python-distutils-extra-2.45.tar.bz2"
+sha512sums="
+b848b8ccfd84289e5482ba264a8d8d81cdbeba97358c9fff6fb02040eeb740bacfcc19b302e56a95b400528f7e03390ea4073b8c80d1e5a5e61e1b6c46b39648 python-distutils-extra-2.47.tar.bz2
+"