Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-bibtex: python-bibtex-1.2.7.ebuild ChangeLog
Date: Sat, 03 May 2014 09:15:18
Message-Id: 20140503091514.A4C6E2004C@flycatcher.gentoo.org
1 patrick 14/05/03 09:15:14
2
3 Modified: ChangeLog
4 Added: python-bibtex-1.2.7.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.28 dev-python/python-bibtex/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-bibtex/ChangeLog?rev=1.28&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-bibtex/ChangeLog?rev=1.28&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-bibtex/ChangeLog?r1=1.27&r2=1.28
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v
20 retrieving revision 1.27
21 retrieving revision 1.28
22 diff -u -r1.27 -r1.28
23 --- ChangeLog 4 May 2012 15:12:16 -0000 1.27
24 +++ ChangeLog 3 May 2014 09:15:14 -0000 1.28
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/python-bibtex
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v 1.27 2012/05/04 15:12:16 patrick Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v 1.28 2014/05/03 09:15:14 patrick Exp $
31 +
32 +*python-bibtex-1.2.7 (03 May 2014)
33 +
34 + 03 May 2014; Patrick Lauer <patrick@g.o> +python-bibtex-1.2.7.ebuild:
35 + Bump
36
37 04 May 2012; Patrick Lauer <patrick@g.o> python-bibtex-1.2.4.ebuild,
38 python-bibtex-1.2.5.ebuild:
39 @@ -111,4 +116,3 @@
40 Initial import. Thanks to John Steele Scott <toojays@×××××××.net>,
41 Jean-Luc Jox <jljox@×××××.com> and Ronny Haryanto <rh-gentoo@××××××.net>.
42 This closes bug #20027.
43 -
44
45
46
47 1.1 dev-python/python-bibtex/python-bibtex-1.2.7.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.7.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.7.ebuild?rev=1.1&content-type=text/plain
51
52 Index: python-bibtex-1.2.7.ebuild
53 ===================================================================
54 # Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.7.ebuild,v 1.1 2014/05/03 09:15:14 patrick Exp $
57
58 EAPI="3"
59
60 PYTHON_DEPEND="2"
61 SUPPORT_PYTHON_ABIS="1"
62 RESTRICT_PYTHON_ABIS="3.* *-jython"
63
64 inherit distutils eutils
65
66 DESCRIPTION="A Python extension to parse BibTeX files"
67 HOMEPAGE="http://pybliographer.org/"
68 SRC_URI="mirror://sourceforge/pybliographer/${P}.tar.gz"
69
70 LICENSE="GPL-2"
71 SLOT="0"
72 KEYWORDS="~amd64 ~ppc ~x86"
73 IUSE=""
74
75 RDEPEND="
76 dev-libs/glib:2
77 >=app-text/recode-3.6-r1"
78 DEPEND="${RDEPEND}
79 virtual/pkgconfig"
80
81 src_prepare() {
82 distutils_src_prepare
83
84 # Disable tests during installation.
85 sed -e "/self.run_command ('check')/d" -i setup.py
86 }
87
88 src_test() {
89 testing() {
90 "$(PYTHON)" setup.py build -b "build-${PYTHON_ABI}" check
91 }
92 python_execute_function testing
93 }