* [gentoo-commits] gentoo-x86 commit in dev-python/python-bibtex: ChangeLog python-bibtex-1.2.4.ebuild
@ 2007-10-05 14:42 Ali Polatel (hawking)
0 siblings, 0 replies; 2+ messages in thread
From: Ali Polatel (hawking) @ 2007-10-05 14:42 UTC (permalink / raw
To: gentoo-commits
hawking 07/10/05 14:42:09
Modified: ChangeLog
Added: python-bibtex-1.2.4.ebuild
Log:
version bump. fixes bug in escaping non title fields
(Portage version: 2.1.3.11)
Revision Changes Path
1.11 dev-python/python-bibtex/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-bibtex/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-bibtex/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-bibtex/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 13 Mar 2007 00:06:28 -0000 1.10
+++ ChangeLog 5 Oct 2007 14:42:09 -0000 1.11
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/python-bibtex
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v 1.10 2007/03/13 00:06:28 nattfodd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v 1.11 2007/10/05 14:42:09 hawking Exp $
+
+*python-bibtex-1.2.4 (05 Oct 2007)
+
+ 05 Oct 2007; Ali Polatel <hawking@gentoo.org> +python-bibtex-1.2.4.ebuild:
+ version bump. fixes bug in escaping non title fields.
12 Mar 2007; Alexandre Buisse <nattfodd@gentoo.org> metadata.xml:
Replaced text-markup by tex as maintaining herd (text-markup split).
1.1 dev-python/python-bibtex/python-bibtex-1.2.4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.4.ebuild?rev=1.1&content-type=text/plain
Index: python-bibtex-1.2.4.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.4.ebuild,v 1.1 2007/10/05 14:42:09 hawking Exp $
inherit distutils
DESCRIPTION="A Python extension to parse BibTeX files"
HOMEPAGE="http://pybliographer.org/"
SRC_URI="mirror://sourceforge/pybliographer/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
IUSE=""
DEPEND=">=dev-libs/glib-2
>=app-text/recode-3.6-r1"
src_test() {
${python} setup.py check || die "tests failed"
}
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/python-bibtex: ChangeLog python-bibtex-1.2.4.ebuild
@ 2010-03-27 18:55 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-03-27 18:55 UTC (permalink / raw
To: gentoo-commits
arfrever 10/03/27 18:55:08
Modified: ChangeLog python-bibtex-1.2.4.ebuild
Log:
Set SUPPORT_PYTHON_ABIS. Fix tests (bug #264439).
(Portage version: 15841-svn/cvs/Linux x86_64)
Revision Changes Path
1.21 dev-python/python-bibtex/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-bibtex/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-bibtex/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-bibtex/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 12 Aug 2008 11:45:33 -0000 1.20
+++ ChangeLog 27 Mar 2010 18:55:08 -0000 1.21
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/python-bibtex
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v 1.20 2008/08/12 11:45:33 armin76 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v 1.21 2010/03/27 18:55:08 arfrever Exp $
+
+ 27 Mar 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ python-bibtex-1.2.4.ebuild, +files/python-bibtex-1.2.4-fix_tests.patch:
+ Set SUPPORT_PYTHON_ABIS. Fix tests (bug #264439).
12 Aug 2008; Raúl Porcel <armin76@gentoo.org> python-bibtex-1.2.4.ebuild:
ia64/x86 stable wrt #233593
1.7 dev-python/python-bibtex/python-bibtex-1.2.4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.4.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.4.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.4.ebuild?r1=1.6&r2=1.7
Index: python-bibtex-1.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- python-bibtex-1.2.4.ebuild 12 Aug 2008 11:45:33 -0000 1.6
+++ python-bibtex-1.2.4.ebuild 27 Mar 2010 18:55:08 -0000 1.7
@@ -1,8 +1,12 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.4.ebuild,v 1.6 2008/08/12 11:45:33 armin76 Exp $
+# $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 $
-inherit distutils
+EAPI="3"
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+
+inherit distutils eutils
DESCRIPTION="A Python extension to parse BibTeX files"
HOMEPAGE="http://pybliographer.org/"
@@ -17,7 +21,20 @@
>=app-text/recode-3.6-r1"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
+RESTRICT_PYTHON_ABIS="3.*"
+
+src_prepare() {
+ distutils_src_prepare
+
+ epatch "${FILESDIR}/${P}-fix_tests.patch"
+
+ # Disable tests during installation.
+ sed -e "/self.run_command ('check')/d" -i setup.py
+}
src_test() {
- "${python}" setup.py check || die "tests failed"
+ testing() {
+ "$(PYTHON)" setup.py build -b "build-${PYTHON_ABI}" check
+ }
+ python_execute_function testing
}
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-03-27 18:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-27 18:55 [gentoo-commits] gentoo-x86 commit in dev-python/python-bibtex: ChangeLog python-bibtex-1.2.4.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
-- strict thread matches above, loose matches on Subject: below --
2007-10-05 14:42 Ali Polatel (hawking)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox