diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-23 07:52:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-23 07:53:03 +0000 |
commit | 252d686c7d892c64ff387d9335235a8a8bb91d6b (patch) | |
tree | 277103df71a456ecaad3356a209749f4bbc36291 /testing/py-zope-interface | |
parent | 78bd8b96b1cc618c19ff38aa75aece6026edb5e0 (diff) | |
download | aports-252d686c7d892c64ff387d9335235a8a8bb91d6b.tar.bz2 aports-252d686c7d892c64ff387d9335235a8a8bb91d6b.tar.xz |
testing/[various]: rebuild against python-2.7
Diffstat (limited to 'testing/py-zope-interface')
-rw-r--r-- | testing/py-zope-interface/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-zope-interface/APKBUILD b/testing/py-zope-interface/APKBUILD index 5d06633614..fbc21c63ec 100644 --- a/testing/py-zope-interface/APKBUILD +++ b/testing/py-zope-interface/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=py-zope-interface pkgver=3.6.1 -pkgrel=0 +pkgrel=1 pkgdesc="Separate distribution of the zope.interface package used in Zope 3." url="http://www.zope.org/Products/ZopeInterface/" arch="all" @@ -19,6 +19,6 @@ build() { package() { cd "$_builddir" python setup.py install --prefix=/usr --root="$pkgdir" - rm "$pkgdir"/usr/lib/python2.6/site-packages/zope/interface/README*.txt + rm "$pkgdir"/usr/lib/python*/site-packages/zope/interface/README*.txt } md5sums="7a895181b8d10be4a7e9a3afa13cd3be zope.interface-3.6.1.tar.gz" |