idella4 14/12/15 07:38:46
Modified: ChangeLog
Added: py2neo-2.0.1.ebuild
Removed: py2neo-1.6.4.ebuild py2neo-1.5.1.ebuild
py2neo-1.6.0.ebuild py2neo-1.6.1.ebuild
py2neo-1.6.3.ebuild
Log:
bump; add pypy3, remove old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key
0xB8072B0D)
Revision Changes Path
1.6 dev-python/py2neo/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py2neo/ChangeLog?rev=1.6&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py2neo/ChangeLog?rev=1.6&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py2neo/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/py2neo/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 15 May 2014 01:52:54 -0000 1.5
+++ ChangeLog 15 Dec 2014 07:38:46 -0000 1.6
@@ -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 <[email protected]> +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)
1.1 dev-python/py2neo/py2neo-2.0.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py2neo/py2neo-2.0.1.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py2neo/py2neo-2.0.1.ebuild?rev=1.1&content-type=text/plain
Index: py2neo-2.0.1.ebuild
===================================================================
# 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-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 pypy3 )
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=""