Gentoo Archives: gentoo-commits

From: "Rob Cakebread (pythonhead)" <pythonhead@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/rdflib: rdflib-2.4.0.ebuild Manifest metadata.xml ChangeLog
Date: Tue, 25 Mar 2008 20:04:45
Message-Id: E1JeFLt-0005Hy-6r@stork.gentoo.org
1 pythonhead 08/03/25 20:02:33
2
3 Added: rdflib-2.4.0.ebuild Manifest metadata.xml ChangeLog
4 Log:
5 Initial commit. Closes #161492. Thank you Mikael Lammentausta <mikael.lammentausta@×××××××××××.fi>, Sam Jacobson <sam@×××××××××××.nz>, Sunrise.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 dev-python/rdflib/rdflib-2.4.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rdflib/rdflib-2.4.0.ebuild?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rdflib/rdflib-2.4.0.ebuild?rev=1.1&content-type=text/plain
13
14 Index: rdflib-2.4.0.ebuild
15 ===================================================================
16 # Copyright 1999-2008 Gentoo Foundation
17 # Distributed under the terms of the GNU General Public License v2
18 # $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/rdflib-2.4.0.ebuild,v 1.1 2008/03/25 20:02:32 pythonhead Exp $
19
20 NEED_PYTHON="2.3"
21
22 inherit distutils
23
24 DESCRIPTION="RDF library containing a triple store and parser/serializer"
25 HOMEPAGE="http://rdflib.net/"
26 SRC_URI="http://rdflib.net/${P}.tar.gz"
27 LICENSE="BSD-2"
28 KEYWORDS="~x86"
29 SLOT="0"
30 IUSE="berkdb examples mysql redland sqlite test zodb"
31 DEPEND=">=dev-python/setuptools-0.6_rc5
32 test? ( <dev-python/nose-0.10.0 )"
33 RDEPEND="mysql? ( dev-python/mysql-python )
34 sqlite? (
35 >=dev-db/sqlite-3.3.13
36 || ( dev-python/pysqlite >=dev-lang/python-2.5 ) )
37 berkdb? ( sys-libs/db )
38 redland? ( dev-libs/redland-bindings )
39 zodb? ( net-zope/zodb )"
40
41
42 pkg_setup() {
43 if use redland && ! built_with_use dev-libs/redland-bindings python ; then
44 eerror "In order to have rdflib working with redland support, you need"
45 eerror "to have dev-libs/redland-bindings emerged with 'python' in"
46 eerror "your USE flags."
47 die "dev-libs/redland-bindings is missing the python USE flag."
48 fi
49 }
50
51
52 src_unpack() {
53 unpack ${A}
54 cd "${S}"
55
56 # Don't install tests. Remove tests_require to prevent setuptools
57 # from trying to download deps that it can't find
58 sed -i \
59 -e "s/\(find_packages(\)/\1exclude=('test','test.*')/" \
60 -e "/tests_require/d" \
61 setup.py || die "sed in setup.py failed"
62 }
63
64 src_install() {
65 distutils_src_install
66 if use examples ; then
67 insinto /usr/share/doc/${PF}/examples
68 doins -r examples/*
69 fi
70 }
71
72 src_test() {
73 ${python} setup.py test || die "tests failed"
74 }
75
76
77
78
79 1.1 dev-python/rdflib/Manifest
80
81 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rdflib/Manifest?rev=1.1&view=markup
82 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rdflib/Manifest?rev=1.1&content-type=text/plain
83
84 Index: Manifest
85 ===================================================================
86 DIST rdflib-2.4.0.tar.gz 260869 RMD160 0d0ce273d11fc4fc06313c76691186f2be1588a2 SHA1 89e47b38ddd6c3386db21cc4f433762287e334e2 SHA256 aa71d3a0bd667cbab1e746c48726077f42dea7aa58a46f240730e77c3d53a83e
87 EBUILD rdflib-2.4.0.ebuild 1530 RMD160 93235df7a30ff06f27f4e952d7b9cdf89784e3e1 SHA1 9fb50dd0ca6303e2e5fdf74264bb4e3f69778fe8 SHA256 dc501bd2f4df975017cc0fa04ad354b92e570b4c81e98a8a8b9f48b869053394
88 MISC ChangeLog 390 RMD160 e25ed7f38f74ecd71a7613978e98b6bc9b9990ac SHA1 2060b31bd7485a75bfe0cfa5133dcc5b7f885f7c SHA256 fe816eec6bd271447fcf1fd87ecc5db5d2bbfde829452ac52314deeb54785d04
89 MISC metadata.xml 160 RMD160 e730f96ab97c5be577a6d6d05f04990374a0dffb SHA1 2aa5e6be9c265c0e7bceb78ee9fd20df5f818e36 SHA256 6cd954a9de2307c57d32b25fa3599dee2908a4ddc6a98594f593d53577307a3a
90
91
92
93 1.1 dev-python/rdflib/metadata.xml
94
95 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rdflib/metadata.xml?rev=1.1&view=markup
96 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rdflib/metadata.xml?rev=1.1&content-type=text/plain
97
98 Index: metadata.xml
99 ===================================================================
100 <?xml version="1.0" encoding="UTF-8"?>
101 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
102 <pkgmetadata>
103 <herd>python</herd>
104 </pkgmetadata>
105
106
107
108 1.1 dev-python/rdflib/ChangeLog
109
110 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rdflib/ChangeLog?rev=1.1&view=markup
111 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rdflib/ChangeLog?rev=1.1&content-type=text/plain
112
113 Index: ChangeLog
114 ===================================================================
115 # ChangeLog for dev-python/rdflib
116 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
117 # $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/ChangeLog,v 1.1 2008/03/25 20:02:32 pythonhead Exp $
118
119 *rdflib-2.4.0 (25 Mar 2008)
120
121 25 Mar 2008; Rob Cakebread <pythonhead@g.o> +metadata.xml,
122 +rdflib-2.4.0.ebuild:
123 Initial commit. Closes #161492. Thank you Mikael Lammentausta
124 <mikael.lammentausta@×××××××××××.fi>, Sam Jacobson <sam@×××××××××××.nz>,
125 Sunrise.
126
127
128
129
130 --
131 gentoo-commits@l.g.o mailing list