From 00e0ddfe52da836b25b1e8beed7141b06551ef83 Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Wed, 11 Mar 2015 06:44:18 +0000 Subject: Bump (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit) --- dev-python/vertex/ChangeLog | 7 ++++++- dev-python/vertex/vertex-0.3.1.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 dev-python/vertex/vertex-0.3.1.ebuild (limited to 'dev-python/vertex') diff --git a/dev-python/vertex/ChangeLog b/dev-python/vertex/ChangeLog index 80b984da80bf..649f400f87c6 100644 --- a/dev-python/vertex/ChangeLog +++ b/dev-python/vertex/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/vertex # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/vertex/ChangeLog,v 1.20 2015/03/09 00:01:56 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/vertex/ChangeLog,v 1.21 2015/03/11 06:44:18 patrick Exp $ + +*vertex-0.3.1 (11 Mar 2015) + + 11 Mar 2015; Patrick Lauer +vertex-0.3.1.ebuild: + Bump 09 Mar 2015; Pacho Ramos vertex-0.3.0-r1.ebuild: x86 stable, bug 540290 diff --git a/dev-python/vertex/vertex-0.3.1.ebuild b/dev-python/vertex/vertex-0.3.1.ebuild new file mode 100644 index 000000000000..afae2cb5d41d --- /dev/null +++ b/dev-python/vertex/vertex-0.3.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/vertex/vertex-0.3.1.ebuild,v 1.1 2015/03/11 06:44:18 patrick Exp $ + +EAPI="5" +PYTHON_COMPAT=( python{2_6,2_7} ) + +inherit twisted-r1 + +DESCRIPTION="An implementation of the Q2Q protocol" +HOMEPAGE="http://divmod.org/trac/wiki/DivmodVertex http://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 +} -- cgit v1.2.3-65-gdbad