aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/py-twisted-web/APKBUILD22
1 files changed, 0 insertions, 22 deletions
diff --git a/testing/py-twisted-web/APKBUILD b/testing/py-twisted-web/APKBUILD
deleted file mode 100644
index a96c93ffa0..0000000000
--- a/testing/py-twisted-web/APKBUILD
+++ /dev/null
@@ -1,22 +0,0 @@
-# Contributor: Jeff Bilyk <jbilyk@alpinelinux.org>
-# Maintainer:
-
-pkgname=py-twisted-web
-_pkgname=TwistedWeb
-pkgver=12.0.0
-pkgrel=0
-pkgdesc="Python Twisted Web library"
-url="http://twistedmatrix.com/trac/wiki/TwistedWeb"
-arch="noarch"
-license="MIT"
-depends="py-twisted"
-makedepends="python-dev"
-source="http://twistedmatrix.com/Releases/Web/12.0/$_pkgname-$pkgver.tar.bz2"
-
-build() {
- cd "$srcdir"/$_pkgname-$pkgver/
- python setup.py install --prefix=/usr --root="$pkgdir" || return 1
-
-}
-
-md5sums="e253566d86305bd1335874e69803d4f6 TwistedWeb-12.0.0.tar.bz2"