aboutsummaryrefslogtreecommitdiffstats
path: root/main/py-twisted-web2/APKBUILD
diff options
context:
space:
mode:
authorChristian Kampka <christian@kampka.net>2015-11-02 15:18:54 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2015-11-03 08:04:00 +0000
commit673d27f9ea920f0b3a93898abc24865cfafc8f1f (patch)
treead48674d9c70840055b181cc79c24645099e1928 /main/py-twisted-web2/APKBUILD
parent1536d342b5ca341d3aeeb97789bceb82e2c460cc (diff)
downloadaports-673d27f9ea920f0b3a93898abc24865cfafc8f1f.tar.bz2
aports-673d27f9ea920f0b3a93898abc24865cfafc8f1f.tar.xz
main/twisted: new upstream version 15.4
As of version 15.3 the twisted team will no longer release twisted subproject independently. There is no real upside for alpine to support twisted in the form of subpackages. Therefore, the twisted subprojects will be dropped from aports in favor of a single twisted package.
Diffstat (limited to 'main/py-twisted-web2/APKBUILD')
-rw-r--r--main/py-twisted-web2/APKBUILD21
1 files changed, 0 insertions, 21 deletions
diff --git a/main/py-twisted-web2/APKBUILD b/main/py-twisted-web2/APKBUILD
deleted file mode 100644
index dc80dcc04f..0000000000
--- a/main/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"