* [gentoo-commits] gentoo-x86 commit in dev-python/feedparser: ChangeLog feedparser-5.1.1.ebuild
@ 2012-03-20 17:54 Sebastian Pipping (sping)
0 siblings, 0 replies; only message in thread
From: Sebastian Pipping (sping) @ 2012-03-20 17:54 UTC (permalink / raw
To: gentoo-commits
sping 12/03/20 17:54:19
Modified: ChangeLog
Added: feedparser-5.1.1.ebuild
Log:
dev-python/feedparser: Bump to 5.1.1
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Revision Changes Path
1.34 dev-python/feedparser/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/feedparser/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/feedparser/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/feedparser/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/feedparser/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 3 Jan 2012 04:18:13 -0000 1.33
+++ ChangeLog 20 Mar 2012 17:54:19 -0000 1.34
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/feedparser
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/ChangeLog,v 1.33 2012/01/03 04:18:13 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/ChangeLog,v 1.34 2012/03/20 17:54:19 sping Exp $
+
+*feedparser-5.1.1 (20 Mar 2012)
+
+ 20 Mar 2012; Sebastian Pipping <sping@gentoo.org> +feedparser-5.1.1.ebuild:
+ Bump to 5.1.1
*feedparser-5.1 (03 Jan 2012)
1.1 dev-python/feedparser/feedparser-5.1.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/feedparser/feedparser-5.1.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/feedparser/feedparser-5.1.1.ebuild?rev=1.1&content-type=text/plain
Index: feedparser-5.1.1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/feedparser-5.1.1.ebuild,v 1.1 2012/03/20 17:54:19 sping Exp $
EAPI="4"
SUPPORT_PYTHON_ABIS="1"
PYTHON_TESTS_RESTRICTED_ABIS="*-jython"
PYTHON_TESTS_FAILURES_TOLERANT_ABIS="*"
inherit distutils eutils
DESCRIPTION="Parse RSS and Atom feeds in Python"
HOMEPAGE="http://code.google.com/p/feedparser/ http://pypi.python.org/pypi/feedparser"
SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.bz2"
# sgmllib is licensed under PSF-2.
LICENSE="BSD-2 PSF-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
IUSE=""
DEPEND="dev-python/setuptools"
RDEPEND=""
DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES="1"
PYTHON_MODNAME="feedparser.py _feedparser_sgmllib.py"
src_prepare() {
mv feedparser/sgmllib3.py feedparser/_feedparser_sgmllib.py || die "Renaming sgmllib3.py failed"
epatch "${FILESDIR}/${PN}-5.1-sgmllib.patch"
sed -e "/import feedparser/isys.path.insert(0, '../build/lib')" -i feedparser/feedparsertest.py
distutils_src_prepare
preparation() {
if [[ "${PYTHON_ABI}" == 3.* ]]; then
2to3-${PYTHON_ABI} -nw --no-diffs feedparser/feedparsertest.py
else
# Avoid SyntaxErrors with Python 2.
echo "raise ImportError" > feedparser/_feedparser_sgmllib.py
fi
}
python_execute_function -s preparation
}
src_test() {
testing() {
cd feedparser || return 1
"$(PYTHON)" feedparsertest.py
}
python_execute_function -s testing
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-03-20 17:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-20 17:54 [gentoo-commits] gentoo-x86 commit in dev-python/feedparser: ChangeLog feedparser-5.1.1.ebuild Sebastian Pipping (sping)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox