diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2011-09-06 17:40:14 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-12-03 14:49:17 -0600 |
commit | b3c392b943bd55868dc6b0a223a43113b3bd744d (patch) | |
tree | e2e9f54b90e2f7f5abc7029fac4de485f51614d0 /testing | |
parent | 6ec7b0c2a1326894f0eb8cdd8a48eec52a420ce2 (diff) | |
download | aports-b3c392b943bd55868dc6b0a223a43113b3bd744d.tar.bz2 aports-b3c392b943bd55868dc6b0a223a43113b3bd744d.tar.xz |
py-distutils-extra: Updated to the latest upstream release 2.29
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py-distutils-extra/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/py-distutils-extra/APKBUILD b/testing/py-distutils-extra/APKBUILD index 250bd89858..3ee141ae52 100644 --- a/testing/py-distutils-extra/APKBUILD +++ b/testing/py-distutils-extra/APKBUILD @@ -1,9 +1,9 @@ # Contributor: William Pitcock <nenolod@dereferenced.org> # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=py-distutils-extra -pkgver=2.26 +pkgver=2.29 pkgrel=1 -pkgdesc="enhanced distutils package for python" +pkgdesc="Enhanced distutils package for python" url="http://launchpad.net/python-distutils-extra" arch="noarch" license="GPL" @@ -11,8 +11,8 @@ depends="py-setuptools" makedepends="python-dev" install="" source="http://launchpad.net/python-distutils-extra/trunk/$pkgver/+download/python-distutils-extra-$pkgver.tar.gz" - _builddir="$srcdir"/python-distutils-extra-$pkgver + prepare() { local i cd "$_builddir" @@ -33,4 +33,4 @@ package() { python setup.py install --root="$pkgdir" || return 1 } -md5sums="7caded30a45907b5cdb10ac4182846eb python-distutils-extra-2.26.tar.gz" +md5sums="e6ad3ae8d45a2427b5c6628bfa134d9e python-distutils-extra-2.29.tar.gz" |