mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
py-twisted-web2: renamed from twisted-web2
This commit is contained in:
parent
171b5c7d1d
commit
7bb556c46d
20
testing/py-twisted-web2/APKBUILD
Normal file
20
testing/py-twisted-web2/APKBUILD
Normal file
@ -0,0 +1,20 @@
|
||||
# Contributor: Francesco Colista <francesco.colista@gmail.com>
|
||||
# Maintainer: Francesco Colista <francesco.colista@gmail.com>
|
||||
|
||||
pkgname=py-twisted-web2
|
||||
pkgver=8.1.0
|
||||
pkgrel=0
|
||||
pkgdesc="The twisted.web2 package in Twisted."
|
||||
url="http://twistedmatrix.com/"
|
||||
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"
|
||||
Loading…
x
Reference in New Issue
Block a user