summaryrefslogtreecommitdiffstats
path: root/testing/py-twisted-web2
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-twisted-web2
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-twisted-web2')
-rw-r--r--testing/py-twisted-web2/APKBUILD21
1 files changed, 0 insertions, 21 deletions
diff --git a/testing/py-twisted-web2/APKBUILD b/testing/py-twisted-web2/APKBUILD
deleted file mode 100644
index dc80dcc04..000000000
--- a/testing/py-twisted-web2/APKBUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-# Contributor: Francesco Colista <francesco.colista@gmail.com>
-# Maintainer: Francesco Colista <francesco.colista@gmail.com>
-
-pkgname=py-twisted-web2
-pkgver=8.1.0
-pkgrel=1
-pkgdesc="The twisted.web2 package in Twisted."
-url="http://twistedmatrix.com/"
-arch="all"
-license="GPL"
-depends="py-twisted"
-makedepends="python-dev"
-source="http://tmrc.mit.edu/mirror/twisted/Web2/8.1/TwistedWeb2-$pkgver.tar.bz2"
-
-build() {
- cd "$srcdir"/TwistedWeb2-8.1.0/
- python setup.py install --prefix=/usr --root="$pkgdir" || return 1
-}
-
-
-md5sums="e34b48edf6fef075bd41ddbd215aed32 TwistedWeb2-8.1.0.tar.bz2"