Gentoo Archives: gentoo-commits

From: "Johann Schmitz (ercpe)" <ercpe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/py2neo: metadata.xml py2neo-1.5.1.ebuild ChangeLog
Date: Sat, 31 Aug 2013 15:28:56
Message-Id: 20130831152853.E03A92004B@flycatcher.gentoo.org
1 ercpe 13/08/31 15:28:53
2
3 Added: metadata.xml py2neo-1.5.1.ebuild ChangeLog
4 Log:
5 Added new ebuild for py2neo (A simple and pragmatic library that to the Neo4j database)
6
7 (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 77C501ED)
8
9 Revision Changes Path
10 1.1 dev-python/py2neo/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py2neo/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py2neo/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>python</herd>
21 <maintainer>
22 <email>ercpe@g.o</email>
23 <name>Johann Schmitz</name>
24 </maintainer>
25 <upstream>
26 <remote-id type="pypi">py2neo</remote-id>
27 </upstream>
28 </pkgmetadata>
29
30
31
32 1.1 dev-python/py2neo/py2neo-1.5.1.ebuild
33
34 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py2neo/py2neo-1.5.1.ebuild?rev=1.1&view=markup
35 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py2neo/py2neo-1.5.1.ebuild?rev=1.1&content-type=text/plain
36
37 Index: py2neo-1.5.1.ebuild
38 ===================================================================
39 # Copyright 1999-2013 Gentoo Foundation
40 # Distributed under the terms of the GNU General Public License v2
41 # $Header: /var/cvsroot/gentoo-x86/dev-python/py2neo/py2neo-1.5.1.ebuild,v 1.1 2013/08/31 15:28:53 ercpe Exp $
42
43 EAPI=5
44
45 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
46
47 inherit distutils-r1
48
49 DESCRIPTION="A simple and pragmatic library that to the Neo4j database"
50 HOMEPAGE="http://py2neo.org"
51 SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
52
53 LICENSE="Apache-2.0"
54 SLOT="0"
55 KEYWORDS="~amd64 ~x86"
56 IUSE=""
57
58
59
60 1.1 dev-python/py2neo/ChangeLog
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py2neo/ChangeLog?rev=1.1&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py2neo/ChangeLog?rev=1.1&content-type=text/plain
64
65 Index: ChangeLog
66 ===================================================================
67 # ChangeLog for dev-python/py2neo
68 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
69 # $Header: /var/cvsroot/gentoo-x86/dev-python/py2neo/ChangeLog,v 1.1 2013/08/31 15:28:53 ercpe Exp $
70
71 *py2neo-1.5.1 (31 Aug 2013)
72
73 31 Aug 2013; Johann Schmitz <ercpe@g.o> +metadata.xml,
74 +py2neo-1.5.1.ebuild:
75 Added new ebuild for py2neo (A simple and pragmatic library that to the Neo4j
76 database)