diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-05-21 13:31:29 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-05-21 13:31:29 +0000 |
commit | e6193f20ad9e80b14bbd0264e492e0bafc79100b (patch) | |
tree | 423c7ffc300e280838ccf78a1c23c51aaae7bcc5 /testing | |
parent | de9709aafcab8fddcff508db73bffc5692c2990a (diff) | |
download | aports-e6193f20ad9e80b14bbd0264e492e0bafc79100b.tar.bz2 aports-e6193f20ad9e80b14bbd0264e492e0bafc79100b.tar.xz |
testing/py-setuptools: renamed from python26-setuptools
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py-setuptools/APKBUILD (renamed from testing/python26-setuptools/APKBUILD) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/python26-setuptools/APKBUILD b/testing/py-setuptools/APKBUILD index e8322dd525..2ccca3b4cd 100644 --- a/testing/python26-setuptools/APKBUILD +++ b/testing/py-setuptools/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Andrew Manison <amanison@anselsystems.com> # Maintainer: -pkgname=python26-setuptools -_pkgname=${pkgname#python26-} +pkgname=py-setuptools +_pkgname=${pkgname#py-} pkgver=0.6c11 pkgrel=0 pkgdesc="setuptools is a collection of enhancements to the Python distutils" |