diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-12-15 07:38:46 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-12-15 07:38:46 +0000 |
commit | aee5e9a3498b661d394583b1cc07d14ff2cb7fa2 (patch) | |
tree | a6c0d7c1a8c7cf2a9c41d027ffc3a065a478ecf4 /dev-python/py2neo | |
parent | Bump (diff) | |
download | gentoo-2-aee5e9a3498b661d394583b1cc07d14ff2cb7fa2.tar.gz gentoo-2-aee5e9a3498b661d394583b1cc07d14ff2cb7fa2.tar.bz2 gentoo-2-aee5e9a3498b661d394583b1cc07d14ff2cb7fa2.zip |
bump; add pypy3, remove old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/py2neo')
-rw-r--r-- | dev-python/py2neo/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/py2neo/py2neo-1.5.1.ebuild | 18 | ||||
-rw-r--r-- | dev-python/py2neo/py2neo-1.6.0.ebuild | 18 | ||||
-rw-r--r-- | dev-python/py2neo/py2neo-1.6.1.ebuild | 18 | ||||
-rw-r--r-- | dev-python/py2neo/py2neo-1.6.3.ebuild | 18 | ||||
-rw-r--r-- | dev-python/py2neo/py2neo-2.0.1.ebuild (renamed from dev-python/py2neo/py2neo-1.6.4.ebuild) | 4 |
6 files changed, 10 insertions, 75 deletions
diff --git a/dev-python/py2neo/ChangeLog b/dev-python/py2neo/ChangeLog index 15435885312b..b7ea12de0343 100644 --- a/dev-python/py2neo/ChangeLog +++ b/dev-python/py2neo/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-python/py2neo # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py2neo/ChangeLog,v 1.5 2014/05/15 01:52:54 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/py2neo/ChangeLog,v 1.6 2014/12/15 07:38:46 idella4 Exp $ + +*py2neo-2.0.1 (15 Dec 2014) + + 15 Dec 2014; Ian Delaney <idella4@gentoo.org> +py2neo-2.0.1.ebuild, + -py2neo-1.5.1.ebuild, -py2neo-1.6.0.ebuild, -py2neo-1.6.1.ebuild, + -py2neo-1.6.3.ebuild, -py2neo-1.6.4.ebuild: + bump; add pypy3, remove old *py2neo-1.6.4 (15 May 2014) diff --git a/dev-python/py2neo/py2neo-1.5.1.ebuild b/dev-python/py2neo/py2neo-1.5.1.ebuild deleted file mode 100644 index 8ccf22df0ab3..000000000000 --- a/dev-python/py2neo/py2neo-1.5.1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py2neo/py2neo-1.5.1.ebuild,v 1.1 2013/08/31 15:28:53 ercpe Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) - -inherit distutils-r1 - -DESCRIPTION="A simple and pragmatic library that to the Neo4j database" -HOMEPAGE="http://py2neo.org" -SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" diff --git a/dev-python/py2neo/py2neo-1.6.0.ebuild b/dev-python/py2neo/py2neo-1.6.0.ebuild deleted file mode 100644 index 0d68a2cfa7c2..000000000000 --- a/dev-python/py2neo/py2neo-1.6.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py2neo/py2neo-1.6.0.ebuild,v 1.1 2013/10/02 02:54:21 patrick Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) - -inherit distutils-r1 - -DESCRIPTION="A simple and pragmatic library that to the Neo4j database" -HOMEPAGE="http://py2neo.org" -SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" diff --git a/dev-python/py2neo/py2neo-1.6.1.ebuild b/dev-python/py2neo/py2neo-1.6.1.ebuild deleted file mode 100644 index 9364448b9652..000000000000 --- a/dev-python/py2neo/py2neo-1.6.1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py2neo/py2neo-1.6.1.ebuild,v 1.1 2013/11/26 06:57:33 patrick Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) - -inherit distutils-r1 - -DESCRIPTION="A simple and pragmatic library that to the Neo4j database" -HOMEPAGE="http://py2neo.org" -SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" diff --git a/dev-python/py2neo/py2neo-1.6.3.ebuild b/dev-python/py2neo/py2neo-1.6.3.ebuild deleted file mode 100644 index 539a9468e66a..000000000000 --- a/dev-python/py2neo/py2neo-1.6.3.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py2neo/py2neo-1.6.3.ebuild,v 1.1 2014/04/12 13:22:58 idella4 Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7,3_3} ) - -inherit distutils-r1 - -DESCRIPTION="A simple and pragmatic library which accesses the Neo4j graph database" -HOMEPAGE="http://py2neo.org" -SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" diff --git a/dev-python/py2neo/py2neo-1.6.4.ebuild b/dev-python/py2neo/py2neo-2.0.1.ebuild index 5a63412e0fa0..7b1243ab601f 100644 --- a/dev-python/py2neo/py2neo-1.6.4.ebuild +++ b/dev-python/py2neo/py2neo-2.0.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py2neo/py2neo-1.6.4.ebuild,v 1.1 2014/05/15 01:52:54 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/py2neo/py2neo-2.0.1.ebuild,v 1.1 2014/12/15 07:38:46 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) inherit distutils-r1 |