diff options
Diffstat (limited to 'main/py3-setuptools/APKBUILD')
-rw-r--r-- | main/py3-setuptools/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/py3-setuptools/APKBUILD b/main/py3-setuptools/APKBUILD index 36dd6549f14..1103a0f3162 100644 --- a/main/py3-setuptools/APKBUILD +++ b/main/py3-setuptools/APKBUILD @@ -5,7 +5,7 @@ pkgname=py3-setuptools _pkgname=${pkgname#py3-} pkgver=65.6.0 -pkgrel=0 +pkgrel=1 pkgdesc="Collection of enhancements to the Python3 distutils" options="!check" # Tests require packages out of main/ url="https://pypi.python.org/pypi/setuptools" @@ -24,7 +24,7 @@ depends=" # py3-parsing # python3 # " -makedepends="py3-setuptools-bootstrap" +makedepends="py3-setuptools-stage0" source="$_pkgname-$pkgver.tar.gz::https://github.com/pypa/$_pkgname/archive/v$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver @@ -73,7 +73,7 @@ build() { package() { # Otherwise it complains that build/scripts-3.10 cannot be found # no other changes noted - mkdir -p build/scripts-3.10 + mkdir -p build/scripts-3.11 python3 setup.py install --root="$pkgdir" --skip-build } |