idella4 15/07/01 06:59:46 Modified: ChangeLog Added: py2neo-2.0.7.ebuild Removed: py2neo-2.0.5.ebuild Log: bump one rm one (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.11 dev-python/py2neo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py2neo/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py2neo/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py2neo/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/py2neo/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 23 Apr 2015 01:59:01 -0000 1.10 +++ ChangeLog 1 Jul 2015 06:59:46 -0000 1.11 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/py2neo # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py2neo/ChangeLog,v 1.10 2015/04/23 01:59:01 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/py2neo/ChangeLog,v 1.11 2015/07/01 06:59:46 idella4 Exp $ + +*py2neo-2.0.7 (01 Jul 2015) + + 01 Jul 2015; Ian Delaney <[email protected]> +py2neo-2.0.7.ebuild, + -py2neo-2.0.5.ebuild: + bump one rm one *py2neo-2.0.6 (23 Apr 2015) 1.1 dev-python/py2neo/py2neo-2.0.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py2neo/py2neo-2.0.7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py2neo/py2neo-2.0.7.ebuild?rev=1.1&content-type=text/plain Index: py2neo-2.0.7.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/py2neo/py2neo-2.0.7.ebuild,v 1.1 2015/07/01 06:59: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="" python_compile() { # https://github.com/nigelsmall/py2neo/issues/380 python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing" distutils-r1_python_compile }
