idella4 15/08/04 00:06:29 Modified: html2text-2014.4.5-r1.ebuild ChangeLog Log: correction to entry of deps, fix test phase, fixes bug #556362 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.8 dev-python/html2text/html2text-2014.4.5-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html2text/html2text-2014.4.5-r1.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html2text/html2text-2014.4.5-r1.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html2text/html2text-2014.4.5-r1.ebuild?r1=1.7&r2=1.8 Index: html2text-2014.4.5-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/html2text/html2text-2014.4.5-r1.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- html2text-2014.4.5-r1.ebuild 19 Apr 2015 07:02:14 -0000 1.7 +++ html2text-2014.4.5-r1.ebuild 4 Aug 2015 00:06:29 -0000 1.8 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/html2text-2014.4.5-r1.ebuild,v 1.7 2015/04/19 07:02:14 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/html2text-2014.4.5-r1.ebuild,v 1.8 2015/08/04 00:06:29 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -10,25 +10,21 @@ DESCRIPTION="Turn HTML into equivalent Markdown-structured text" HOMEPAGE="https://github.com/html2text/html2text https://github.com/Alir3z4/html2text http://pypi.python.org/pypi/html2text" -SRC_URI="https://github.com/Alir3z4/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" # PyPI one missing test data files +SRC_URI="https://github.com/Alir3z4/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" +IUSE="test" RDEPEND="dev-python/chardet[${PYTHON_USEDEP}] - dev-python/feedparser[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" + dev-python/feedparser[${PYTHON_USEDEP}]" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + test? ( ${RDEPEND} )" PATCHES=( "${FILESDIR}/${PN}-rename.patch" "${FILESDIR}/${PN}-noinstall-test.patch" ) -src_test() { - impl_specific() { - python_export PYTHON_SITEDIR - PYTHONPATH="${D}${PYTHON_SITEDIR}" "${PYTHON}" test/test_html2text.py -v || die - } - python_foreach_impl impl_specific +python_test() { + "${PYTHON}" test/test_html2text.py -v || die } 1.25 dev-python/html2text/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html2text/ChangeLog?rev=1.25&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html2text/ChangeLog?rev=1.25&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html2text/ChangeLog?r1=1.24&r2=1.25 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/html2text/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ChangeLog 7 Jun 2015 13:30:30 -0000 1.24 +++ ChangeLog 4 Aug 2015 00:06:29 -0000 1.25 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/html2text # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/ChangeLog,v 1.24 2015/06/07 13:30:30 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/ChangeLog,v 1.25 2015/08/04 00:06:29 idella4 Exp $ + + 04 Aug 2015; Ian Delaney <idel...@gentoo.org> html2text-2014.4.5-r1.ebuild: + correction to entry of deps, fix test phase, fixes bug #556362 07 Jun 2015; Justin Lecher <j...@gentoo.org> metadata.xml: Add github to remote-id in metadata.xml