From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- dev-python/vertex/vertex-0.3.0-r1.ebuild | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 dev-python/vertex/vertex-0.3.0-r1.ebuild (limited to 'dev-python/vertex/vertex-0.3.0-r1.ebuild') diff --git a/dev-python/vertex/vertex-0.3.0-r1.ebuild b/dev-python/vertex/vertex-0.3.0-r1.ebuild new file mode 100644 index 000000000000..1cee997855be --- /dev/null +++ b/dev-python/vertex/vertex-0.3.0-r1.ebuild @@ -0,0 +1,26 @@ +# 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="https://github.com/twisted/vertex https://pypi.org/project/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 +} -- cgit v1.2.3