summaryrefslogtreecommitdiffstats
path: root/testing/py-zope-interface/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-11-01 14:34:55 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-11-01 14:34:55 +0000
commit92b7f59d9e75c4f77c9a12201e108a56271c6e69 (patch)
treed761b5566608ce692bff80d779e6d6241cd1de8a /testing/py-zope-interface/APKBUILD
parentba5bedd2e941ea0a3339d4cc04fffcc0f72e46c4 (diff)
downloadaports-92b7f59d9e75c4f77c9a12201e108a56271c6e69.tar.bz2
aports-92b7f59d9e75c4f77c9a12201e108a56271c6e69.tar.xz
testing/*: removed non tested packages
we dont ship testing stuff for stable branches
Diffstat (limited to 'testing/py-zope-interface/APKBUILD')
-rw-r--r--testing/py-zope-interface/APKBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/testing/py-zope-interface/APKBUILD b/testing/py-zope-interface/APKBUILD
deleted file mode 100644
index fbc21c63e..000000000
--- a/testing/py-zope-interface/APKBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=py-zope-interface
-pkgver=3.6.1
-pkgrel=1
-pkgdesc="Separate distribution of the zope.interface package used in Zope 3."
-url="http://www.zope.org/Products/ZopeInterface/"
-arch="all"
-license="ZPL"
-depends="python"
-makedepends="python-dev"
-source="http://pypi.python.org/packages/source/z/zope.interface/zope.interface-$pkgver.tar.gz"
-
-_builddir="$srcdir"/zope.interface-$pkgver
-build() {
- cd "$_builddir"
- python setup.py build
-}
-
-package() {
- cd "$_builddir"
- python setup.py install --prefix=/usr --root="$pkgdir"
- rm "$pkgdir"/usr/lib/python*/site-packages/zope/interface/README*.txt
-}
-md5sums="7a895181b8d10be4a7e9a3afa13cd3be zope.interface-3.6.1.tar.gz"