aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2020-07-02 18:17:39 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-07-04 17:04:27 +0000
commit04c71acc57351845ee0ec57d1baf63a1e4879a2b (patch)
tree984184ec20de6e682df1e9f509a6f5684b8bd020
parent070ad3cef93c3c17f6e2d463b5a39195eded138b (diff)
community/py3-distutils-extra: upgrade to 2.45
-rw-r--r--community/py3-distutils-extra/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/py3-distutils-extra/APKBUILD b/community/py3-distutils-extra/APKBUILD
index f436976648c..7fa987c67f9 100644
--- a/community/py3-distutils-extra/APKBUILD
+++ b/community/py3-distutils-extra/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=py3-distutils-extra
-_pkgname=python-distutils-extra
-pkgver=2.44
+_pyname=python-distutils-extra
+pkgver=2.45
pkgrel=0
pkgdesc="Enhanced distutils package for python"
url="https://launchpad.net/python-distutils-extra"
@@ -9,7 +9,7 @@ arch="noarch"
license="GPL-2.0-or-later"
depends="py3-setuptools"
source="https://salsa.debian.org/python-team/modules/python-distutils-extra/-/archive/$pkgver/python-distutils-extra-$pkgver.tar.bz2"
-builddir="$srcdir/$_pkgname-$pkgver"
+builddir="$srcdir/$_pyname-$pkgver"
replaces="py-distutils-extra" # Backwards compatibility
provides="py-distutils-extra=$pkgver-r$pkgrel" # Backwards compatibility
@@ -26,4 +26,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="517222b4e34efba730db53ffeee8b8c8d96bd9d1b6044e6ca84c0f2c1d5c0e044240b899d460c50295615c94c513f7e57db3e34e5db6588a01ec92a73999f822 python-distutils-extra-2.44.tar.bz2"
+sha512sums="04d2be290726d7ceed599031bfa960468c6a8654c8d9105dd77cb5744f6908d1c9a6732095692aebde1f1e042ef70b2695d41586663e4d539ee96247a39f02a1 python-distutils-extra-2.45.tar.bz2"