aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-10-12 13:14:26 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-10-12 13:14:26 +0000
commit01336c7421a5a1c7a02d5ec5367d512e1c234837 (patch)
tree73f91e1b1685302d335a5ec8262f35e947d70dbd /testing
parente468f79da203c2b32eb6b6978fcd6cc8d3df1b7d (diff)
downloadaports-01336c7421a5a1c7a02d5ec5367d512e1c234837.tar.bz2
aports-01336c7421a5a1c7a02d5ec5367d512e1c234837.tar.xz
main/py-twisted-mail: moved from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/py-twisted-mail/APKBUILD22
1 files changed, 0 insertions, 22 deletions
diff --git a/testing/py-twisted-mail/APKBUILD b/testing/py-twisted-mail/APKBUILD
deleted file mode 100644
index 43cfc399bd..0000000000
--- a/testing/py-twisted-mail/APKBUILD
+++ /dev/null
@@ -1,22 +0,0 @@
-# Contributor: Jeff Bilyk <jbilyk@alpinelinux.org>
-# Maintainer:
-
-pkgname=py-twisted-mail
-_pkgname=TwistedMail
-pkgver=12.0.0
-pkgrel=0
-pkgdesc="Python Twisted Mail library"
-url="http://twistedmatrix.com/trac/wiki/TwistedMail"
-arch="noarch"
-license="MIT"
-depends="py-twisted"
-makedepends="python-dev"
-source="http://twistedmatrix.com/Releases/Mail/12.0/$_pkgname-$pkgver.tar.bz2"
-
-build() {
- cd "$srcdir"/$_pkgname-$pkgver/
- python setup.py install --prefix=/usr --root="$pkgdir" || return 1
-
-}
-
-md5sums="7c01bd6fecf5db26c241aa1c76d6567d TwistedMail-12.0.0.tar.bz2"