summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2014-11-12 05:06:23 +0000
committerIan Delaney <idella4@gentoo.org>2014-11-12 05:06:23 +0000
commit4409612ea24157e7e32e1933b13ec2e908c83b14 (patch)
tree8f393f7aefea85a50ef18e3f45ab1c493a1a6590 /dev-python/twisted-pair/twisted-pair-14.0.1.ebuild
parentbump, drop py2.6 (diff)
downloadhistorical-4409612ea24157e7e32e1933b13ec2e908c83b14.tar.gz
historical-4409612ea24157e7e32e1933b13ec2e908c83b14.tar.bz2
historical-4409612ea24157e7e32e1933b13ec2e908c83b14.zip
bump, drop py2.6
Package-Manager: portage-2.2.14/cvs/Linux x86_64 Manifest-Sign-Key: 0xB8072B0D
Diffstat (limited to 'dev-python/twisted-pair/twisted-pair-14.0.1.ebuild')
-rw-r--r--dev-python/twisted-pair/twisted-pair-14.0.1.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/twisted-pair/twisted-pair-14.0.1.ebuild b/dev-python/twisted-pair/twisted-pair-14.0.1.ebuild
new file mode 100644
index 000000000000..4248c81d7f4d
--- /dev/null
+++ b/dev-python/twisted-pair/twisted-pair-14.0.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-pair/twisted-pair-14.0.1.ebuild,v 1.1 2014/11/12 05:05:44 idella4 Exp $
+
+EAPI="5"
+PYTHON_COMPAT=( python2_7 )
+
+inherit twisted-r1
+
+DESCRIPTION="Twisted low-level networking"
+
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+DEPEND="=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
+ dev-python/eunuchs[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"
+
+# https://twistedmatrix.com/trac/ticket/7433
+PATCHES=( "${FILESDIR}"/14.0.0-tests.patch )