Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-bibtex: ChangeLog python-bibtex-1.2.4.ebuild python-bibtex-1.2.5.ebuild
Date: Tue, 03 May 2011 14:10:45
Message-Id: 20110503141034.DC36E20054@flycatcher.gentoo.org
1 jlec 11/05/03 14:10:34
2
3 Modified: ChangeLog python-bibtex-1.2.4.ebuild
4 Added: python-bibtex-1.2.5.ebuild
5 Log:
6 Non-maintainer version bump, fix slotting for gnome3
7
8 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.22 dev-python/python-bibtex/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-bibtex/ChangeLog?rev=1.22&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-bibtex/ChangeLog?rev=1.22&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-bibtex/ChangeLog?r1=1.21&r2=1.22
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v
20 retrieving revision 1.21
21 retrieving revision 1.22
22 diff -u -r1.21 -r1.22
23 --- ChangeLog 27 Mar 2010 18:55:08 -0000 1.21
24 +++ ChangeLog 3 May 2011 14:10:34 -0000 1.22
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-python/python-bibtex
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v 1.21 2010/03/27 18:55:08 arfrever Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v 1.22 2011/05/03 14:10:34 jlec Exp $
31 +
32 +*python-bibtex-1.2.5 (03 May 2011)
33 +
34 + 03 May 2011; Justin Lecher <jlec@g.o> python-bibtex-1.2.4.ebuild,
35 + +python-bibtex-1.2.5.ebuild:
36 + Non-maintainer version bump, fix slotting for gnome3
37
38 27 Mar 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
39 python-bibtex-1.2.4.ebuild, +files/python-bibtex-1.2.4-fix_tests.patch:
40
41
42
43 1.8 dev-python/python-bibtex/python-bibtex-1.2.4.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.4.ebuild?rev=1.8&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.4.ebuild?rev=1.8&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.4.ebuild?r1=1.7&r2=1.8
48
49 Index: python-bibtex-1.2.4.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.4.ebuild,v
52 retrieving revision 1.7
53 retrieving revision 1.8
54 diff -u -r1.7 -r1.8
55 --- python-bibtex-1.2.4.ebuild 27 Mar 2010 18:55:08 -0000 1.7
56 +++ python-bibtex-1.2.4.ebuild 3 May 2011 14:10:34 -0000 1.8
57 @@ -1,10 +1,12 @@
58 -# Copyright 1999-2010 Gentoo Foundation
59 +# Copyright 1999-2011 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.4.ebuild,v 1.7 2010/03/27 18:55:08 arfrever Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.4.ebuild,v 1.8 2011/05/03 14:10:34 jlec Exp $
63
64 EAPI="3"
65 +
66 PYTHON_DEPEND="2"
67 SUPPORT_PYTHON_ABIS="1"
68 +RESTRICT_PYTHON_ABIS="3.*"
69
70 inherit distutils eutils
71
72 @@ -17,11 +19,11 @@
73 KEYWORDS="amd64 ia64 ppc x86"
74 IUSE=""
75
76 -RDEPEND=">=dev-libs/glib-2
77 +RDEPEND="
78 + dev-libs/glib:2
79 >=app-text/recode-3.6-r1"
80 DEPEND="${RDEPEND}
81 dev-util/pkgconfig"
82 -RESTRICT_PYTHON_ABIS="3.*"
83
84 src_prepare() {
85 distutils_src_prepare
86
87
88
89 1.1 dev-python/python-bibtex/python-bibtex-1.2.5.ebuild
90
91 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.5.ebuild?rev=1.1&view=markup
92 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.5.ebuild?rev=1.1&content-type=text/plain
93
94 Index: python-bibtex-1.2.5.ebuild
95 ===================================================================
96 # Copyright 1999-2011 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.5.ebuild,v 1.1 2011/05/03 14:10:34 jlec Exp $
99
100 EAPI="3"
101
102 PYTHON_DEPEND="2"
103 SUPPORT_PYTHON_ABIS="1"
104 RESTRICT_PYTHON_ABIS="3.*"
105
106 inherit distutils eutils
107
108 DESCRIPTION="A Python extension to parse BibTeX files"
109 HOMEPAGE="http://pybliographer.org/"
110 SRC_URI="mirror://sourceforge/pybliographer/${P}.tar.gz"
111
112 LICENSE="GPL-2"
113 SLOT="0"
114 KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
115 IUSE=""
116
117 RDEPEND="
118 dev-libs/glib:2
119 >=app-text/recode-3.6-r1"
120 DEPEND="${RDEPEND}
121 dev-util/pkgconfig"
122
123 src_prepare() {
124 distutils_src_prepare
125
126 # Disable tests during installation.
127 sed -e "/self.run_command ('check')/d" -i setup.py
128 }
129
130 src_test() {
131 testing() {
132 "$(PYTHON)" setup.py build -b "build-${PYTHON_ABI}" check
133 }
134 python_execute_function testing
135 }