diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-08-09 11:25:13 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-08-09 11:25:13 +0000 |
commit | ff50c6a8d2c6c040a3d2020b6e5dc4028d9ca938 (patch) | |
tree | 1ec7fcff6e6d8349b1bb0318fc9dbb94f9eb7954 /dev-python/twisted-pair/twisted-pair-13.0.0-r1.ebuild | |
parent | Migrate to twisted-r1. (diff) | |
download | historical-ff50c6a8d2c6c040a3d2020b6e5dc4028d9ca938.tar.gz historical-ff50c6a8d2c6c040a3d2020b6e5dc4028d9ca938.tar.bz2 historical-ff50c6a8d2c6c040a3d2020b6e5dc4028d9ca938.zip |
Migrate to twisted-r1.
Package-Manager: portage-2.2.0_alpha196/cvs/Linux x86_64
Manifest-Sign-Key: 0x9627F456F9DA7643!
Diffstat (limited to 'dev-python/twisted-pair/twisted-pair-13.0.0-r1.ebuild')
-rw-r--r-- | dev-python/twisted-pair/twisted-pair-13.0.0-r1.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-python/twisted-pair/twisted-pair-13.0.0-r1.ebuild b/dev-python/twisted-pair/twisted-pair-13.0.0-r1.ebuild new file mode 100644 index 000000000000..d7c7b6899db6 --- /dev/null +++ b/dev-python/twisted-pair/twisted-pair-13.0.0-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-pair/twisted-pair-13.0.0-r1.ebuild,v 1.1 2013/08/09 11:25:11 mgorny Exp $ + +EAPI="5" +PYTHON_COMPAT=( python{2_6,2_7} ) + +inherit twisted-r1 versionator + +DESCRIPTION="Twisted low-level networking" + +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}] + dev-python/eunuchs[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" |