diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-23 07:15:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-23 07:53:02 +0000 |
commit | 78bd8b96b1cc618c19ff38aa75aece6026edb5e0 (patch) | |
tree | 8c3412128aa11c6bc16e19a8070f0eedeaaf3635 /main/py-setuptools | |
parent | 34bf6440cde26e27e9691edfd86f2e834c6edd83 (diff) | |
download | aports-78bd8b96b1cc618c19ff38aa75aece6026edb5e0.tar.bz2 aports-78bd8b96b1cc618c19ff38aa75aece6026edb5e0.tar.xz |
main/[various]: rebuild against python-2.7
Diffstat (limited to 'main/py-setuptools')
-rw-r--r-- | main/py-setuptools/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/py-setuptools/APKBUILD b/main/py-setuptools/APKBUILD index 09f0b74b59..eada6697ae 100644 --- a/main/py-setuptools/APKBUILD +++ b/main/py-setuptools/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-setuptools _pkgname=${pkgname#py-} pkgver=0.6c11 -pkgrel=1 +pkgrel=2 pkgdesc="setuptools is a collection of enhancements to the Python distutils" url="http://pypi.python.org/pypi/setuptools" arch="all" |