diff options
| author | Fabian Affolter <fabian@affolter-engineering.ch> | 2011-09-06 17:40:14 +0000 |
|---|---|---|
| committer | Fabian Affolter <mail@fabian-affolter.ch> | 2011-11-27 19:26:20 +0100 |
| commit | 95e4552fd83e63e39ec9de31cf6a17f511e37f6f (patch) | |
| tree | d7af455363b911f95eddfa8391b9065ed5962972 /testing | |
| parent | 73e54b919b4cc8407076774cdb854376d372b4a0 (diff) | |
| download | aports-95e4552fd83e63e39ec9de31cf6a17f511e37f6f.tar.bz2 aports-95e4552fd83e63e39ec9de31cf6a17f511e37f6f.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 250bd8985..3ee141ae5 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" |
