Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/feedparser: feedparser-5.0.1.ebuild ChangeLog
Date: Wed, 16 Nov 2011 19:10:18
Message-Id: 20111116191007.EF9EF2004B@flycatcher.gentoo.org
1 hwoarang 11/11/16 19:10:07
2
3 Modified: feedparser-5.0.1.ebuild ChangeLog
4 Log:
5 Restrict tests with Jython. Update HOMEPAGE and LICENSE. Patch by Arfrever.
6
7 (Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.9 dev-python/feedparser/feedparser-5.0.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/feedparser/feedparser-5.0.1.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/feedparser/feedparser-5.0.1.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/feedparser/feedparser-5.0.1.ebuild?r1=1.8&r2=1.9
15
16 Index: feedparser-5.0.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/feedparser/feedparser-5.0.1.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- feedparser-5.0.1.ebuild 2 Apr 2011 11:54:10 -0000 1.8
23 +++ feedparser-5.0.1.ebuild 16 Nov 2011 19:10:07 -0000 1.9
24 @@ -1,17 +1,21 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/feedparser-5.0.1.ebuild,v 1.8 2011/04/02 11:54:10 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/feedparser-5.0.1.ebuild,v 1.9 2011/11/16 19:10:07 hwoarang Exp $
29
30 EAPI="3"
31 SUPPORT_PYTHON_ABIS="1"
32 +# 877 errors with Python 3.
33 +PYTHON_TESTS_RESTRICTED_ABIS="3.* *-jython"
34 +PYTHON_TESTS_FAILURES_TOLERANT_ABIS="*"
35
36 inherit distutils eutils
37
38 DESCRIPTION="Parse RSS and Atom feeds in Python"
39 -HOMEPAGE="http://www.feedparser.org/ http://code.google.com/p/feedparser/ http://pypi.python.org/pypi/feedparser"
40 +HOMEPAGE="http://code.google.com/p/feedparser/ http://pypi.python.org/pypi/feedparser"
41 SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.bz2"
42
43 -LICENSE="BSD-2 PSF-2.2"
44 +# sgmllib is licensed under PSF-2.
45 +LICENSE="BSD-2 PSF-2"
46 SLOT="0"
47 KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
48 IUSE=""
49 @@ -46,9 +50,6 @@
50
51 src_test() {
52 testing() {
53 - # 877 errors with Python 3.
54 - [[ "${PYTHON_ABI}" == 3.* ]] && return
55 -
56 cd feedparser || return 1
57 PYTHONPATH="." "$(PYTHON)" feedparsertest.py
58 }
59
60
61
62 1.31 dev-python/feedparser/ChangeLog
63
64 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/feedparser/ChangeLog?rev=1.31&view=markup
65 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/feedparser/ChangeLog?rev=1.31&content-type=text/plain
66 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/feedparser/ChangeLog?r1=1.30&r2=1.31
67
68 Index: ChangeLog
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/dev-python/feedparser/ChangeLog,v
71 retrieving revision 1.30
72 retrieving revision 1.31
73 diff -u -r1.30 -r1.31
74 --- ChangeLog 23 Jun 2011 15:10:42 -0000 1.30
75 +++ ChangeLog 16 Nov 2011 19:10:07 -0000 1.31
76 @@ -1,6 +1,9 @@
77 # ChangeLog for dev-python/feedparser
78 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
79 -# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/ChangeLog,v 1.30 2011/06/23 15:10:42 hwoarang Exp $
80 +# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/ChangeLog,v 1.31 2011/11/16 19:10:07 hwoarang Exp $
81 +
82 + 16 Nov 2011; Markos Chandras <hwoarang@g.o> feedparser-5.0.1.ebuild:
83 + Restrict tests with Jython. Update HOMEPAGE and LICENSE. Patch by Arfrever.
84
85 23 Jun 2011; Markos Chandras <hwoarang@g.o> -feedparser-4.1.ebuild,
86 -feedparser-4.2_pre316.ebuild, -feedparser-5.0.ebuild: