diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-10-12 13:14:26 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-10-12 13:14:26 +0000 |
commit | 231dd7925050964f9185e54565b8c20868ca3d66 (patch) | |
tree | c083c8f89163f8edcfaca323d86005897c2fd6e4 /testing | |
parent | c2c29557d4eb6a8b2ec97002e712d1ae15679a18 (diff) | |
download | aports-231dd7925050964f9185e54565b8c20868ca3d66.tar.bz2 aports-231dd7925050964f9185e54565b8c20868ca3d66.tar.xz |
main/py-twisted-words: moved from testing
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py-twisted-words/APKBUILD | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/testing/py-twisted-words/APKBUILD b/testing/py-twisted-words/APKBUILD deleted file mode 100644 index c687dcc7fa..0000000000 --- a/testing/py-twisted-words/APKBUILD +++ /dev/null @@ -1,22 +0,0 @@ -# Contributor: Jeff Bilyk <jbilyk@alpinelinux.org> -# Maintainer: - -pkgname=py-twisted-words -_pkgname=TwistedWords -pkgver=12.0.0 -pkgrel=0 -pkgdesc="Python Twisted Words library" -url="http://twistedmatrix.com/trac/wiki/TwistedWords" -arch="noarch" -license="MIT" -depends="py-twisted" -makedepends="python-dev" -source="http://twistedmatrix.com/Releases/Words/12.0/$_pkgname-$pkgver.tar.bz2" - -build() { - cd "$srcdir"/$_pkgname-$pkgver/ - python setup.py install --prefix=/usr --root="$pkgdir" || return 1 - -} - -md5sums="2d88f194022dcd243469460c86ad1b79 TwistedWords-12.0.0.tar.bz2" |