idella4     15/01/14 04:53:52

  Modified:             ChangeLog
  Added:                py2neo-2.0.3.ebuild
  Removed:              py2neo-2.0.2.ebuild
  Log:
  bump, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.8                  dev-python/py2neo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py2neo/ChangeLog?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py2neo/ChangeLog?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py2neo/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/py2neo/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   25 Dec 2014 08:53:48 -0000      1.7
+++ ChangeLog   14 Jan 2015 04:53:52 -0000      1.8
@@ -1,6 +1,12 @@
 # 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.7 
2014/12/25 08:53:48 idella4 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/py2neo/ChangeLog,v 1.8 
2015/01/14 04:53:52 idella4 Exp $
+
+*py2neo-2.0.3 (14 Jan 2015)
+
+  14 Jan 2015; Ian Delaney <idel...@gentoo.org> +py2neo-2.0.3.ebuild,
+  -py2neo-2.0.2.ebuild:
+  bump, rm old
 
 *py2neo-2.0.2 (25 Dec 2014)
 



1.1                  dev-python/py2neo/py2neo-2.0.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py2neo/py2neo-2.0.3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py2neo/py2neo-2.0.3.ebuild?rev=1.1&content-type=text/plain

Index: py2neo-2.0.3.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.3.ebuild,v 1.1 
2015/01/14 04:53:52 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
}




Reply via email to