diff options
Diffstat (limited to 'testing/py-twisted-words/APKBUILD')
-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" |