summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-03-17 09:08:37 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-03-17 09:08:37 +0000
commitd0ef33f9b95c7ae033e4b9876d75c4e8f69031d2 (patch)
treec7ba07dc72f032be8413c8c8a8ae85568f9c8871 /testing
parentd17c40d422ba34f42783c1130229d7705e6ec15e (diff)
downloadaports-d0ef33f9b95c7ae033e4b9876d75c4e8f69031d2.tar.bz2
aports-d0ef33f9b95c7ae033e4b9876d75c4e8f69031d2.tar.xz
testing/twisted: removed from stable branch
Diffstat (limited to 'testing')
-rw-r--r--testing/twisted/APKBUILD18
1 files changed, 0 insertions, 18 deletions
diff --git a/testing/twisted/APKBUILD b/testing/twisted/APKBUILD
deleted file mode 100644
index 684db097..00000000
--- a/testing/twisted/APKBUILD
+++ /dev/null
@@ -1,18 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=twisted
-pkgver=8.2.0
-pkgrel=1
-pkgdesc="Asynchronous networking framework written in Python."
-url="http://twistedmatrix.com/"
-license="MIT"
-depends="python pycrypto zope-interface"
-makedepends="python-dev"
-source="http://tmrc.mit.edu/mirror/$pkgname/Twisted/8.2/Twisted-$pkgver.tar.bz2"
-
-build ()
-{
- cd "$srcdir"/Twisted-$pkgver
- python setup.py install --prefix=/usr --root="$pkgdir" || return 1
- install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-md5sums="c85f151999df3ecf04c49a781b4438d2 Twisted-8.2.0.tar.bz2"