diff options
author | Christian Kampka <christian@kampka.net> | 2015-11-02 15:18:54 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-03 08:04:00 +0000 |
commit | 673d27f9ea920f0b3a93898abc24865cfafc8f1f (patch) | |
tree | ad48674d9c70840055b181cc79c24645099e1928 /main/py-twisted-web | |
parent | 1536d342b5ca341d3aeeb97789bceb82e2c460cc (diff) | |
download | aports-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-web')
-rw-r--r-- | main/py-twisted-web/APKBUILD | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/main/py-twisted-web/APKBUILD b/main/py-twisted-web/APKBUILD deleted file mode 100644 index a898885388..0000000000 --- a/main/py-twisted-web/APKBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# Contributor: Jeff Bilyk <jbilyk@alpinelinux.org> -# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> -pkgname=py-twisted-web -_pkgname=TwistedWeb -pkgver=15.1.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/${pkgver%.*}/$_pkgname-$pkgver.tar.bz2" - -_builddir="$srcdir"/$_pkgname-$pkgver -build() { - cd "$_builddir" - python setup.py build || return 1 -} - -package() { - cd "$_builddir" - python setup.py install --prefix=/usr --root="$pkgdir" || return 1 -} - -md5sums="49ef88f2e9f16741911a0894dfa8bc28 TwistedWeb-15.1.0.tar.bz2" -sha256sums="ef55ca0c425f3eed8080003cab080365d7dde038c6554581b4a06aab5a3285ce TwistedWeb-15.1.0.tar.bz2" -sha512sums="3eccfafa1110b4fa85892fb3c8b0a37514c33c51f1edc6ac41c257dd198fa2f113e82b884dc6af3fa4dc1aefc69e8e6cc3ab1fc19a569c125e608a829c229748 TwistedWeb-15.1.0.tar.bz2" |