diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-02 20:05:48 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-02 21:15:15 +0200 |
commit | b5057082f660f7962f1c0976e3e41e847ab0109b (patch) | |
tree | ace9753a34ae530d5cd08a544c5dc9c5781cbb64 /dev-python/vertex | |
parent | dev-python/axiom: Clean old versions up (diff) | |
download | gentoo-b5057082f660f7962f1c0976e3e41e847ab0109b.tar.gz gentoo-b5057082f660f7962f1c0976e3e41e847ab0109b.tar.bz2 gentoo-b5057082f660f7962f1c0976e3e41e847ab0109b.zip |
dev-python/vertex: Clean old versions up
Diffstat (limited to 'dev-python/vertex')
-rw-r--r-- | dev-python/vertex/vertex-0.3.1.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/vertex/vertex-0.3.1.ebuild b/dev-python/vertex/vertex-0.3.1.ebuild deleted file mode 100644 index 16feecec34e6..000000000000 --- a/dev-python/vertex/vertex-0.3.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -PYTHON_COMPAT=( python2_7 ) - -inherit twisted-r1 - -DESCRIPTION="An implementation of the Q2Q protocol" -HOMEPAGE="http://divmod.org/trac/wiki/DivmodVertex https://pypi.python.org/pypi/Vertex" -SRC_URI="mirror://pypi/${TWISTED_PN:0:1}/${TWISTED_PN}/${TWISTED_P}.tar.gz" - -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-libs/openssl - >=dev-python/epsilon-0.6.0-r1[${PYTHON_USEDEP}] - >=dev-python/pyopenssl-0.13-r1[${PYTHON_USEDEP}] - dev-python/twisted-core[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" - -python_install_all() { - distutils-r1_python_install_all - - dodoc NAME.txt -} |