summaryrefslogtreecommitdiffstats
path: root/testing/py-twisted-web2
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-10-12 13:14:26 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-10-12 13:14:26 +0000
commitd973cdfd7f126fd117b932e9b425d30df7c72889 (patch)
tree11922cddf954c643c8b3225ab7087d994ddaab5d /testing/py-twisted-web2
parentfa581d4bece7b1691e6f66f18990d96de1ffb81b (diff)
downloadaports-d973cdfd7f126fd117b932e9b425d30df7c72889.tar.bz2
aports-d973cdfd7f126fd117b932e9b425d30df7c72889.tar.xz
main/py-twisted-web2: moved from testing
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"