diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-04-12 13:22:58 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-04-12 13:22:58 +0000 |
commit | 146820eed445827b3a02e778e91d4280a3974c4e (patch) | |
tree | 79f3d30bae30094728510c7ac42478b22c444f29 /dev-python/py2neo | |
parent | Add semantic-desktop use flag by Uwe L. Korn <uwelk@xhochy.com>. (diff) | |
download | gentoo-2-146820eed445827b3a02e778e91d4280a3974c4e.tar.gz gentoo-2-146820eed445827b3a02e778e91d4280a3974c4e.tar.bz2 gentoo-2-146820eed445827b3a02e778e91d4280a3974c4e.zip |
bump; drops py3.2
(Portage version: 2.2.8-r1/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.6.3.ebuild | 18 |
2 files changed, 25 insertions, 2 deletions
diff --git a/dev-python/py2neo/ChangeLog b/dev-python/py2neo/ChangeLog index dff1d336bc2e..d815e31990a4 100644 --- a/dev-python/py2neo/ChangeLog +++ b/dev-python/py2neo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/py2neo -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py2neo/ChangeLog,v 1.3 2013/11/26 06:57:33 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/py2neo/ChangeLog,v 1.4 2014/04/12 13:22:58 idella4 Exp $ + +*py2neo-1.6.3 (12 Apr 2014) + + 12 Apr 2014; Ian Delaney <idella4@gentoo.org> +py2neo-1.6.3.ebuild: + bump; drops py3.2 *py2neo-1.6.1 (26 Nov 2013) diff --git a/dev-python/py2neo/py2neo-1.6.3.ebuild b/dev-python/py2neo/py2neo-1.6.3.ebuild new file mode 100644 index 000000000000..539a9468e66a --- /dev/null +++ b/dev-python/py2neo/py2neo-1.6.3.ebuild @@ -0,0 +1,18 @@ +# 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="" |