sping       14/04/21 21:24:08

  Modified:             ChangeLog
  Added:                html2text-2014.4.5.ebuild
  Log:
  dev-python/html2text: 2014.4.5
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  Changes    Path
1.13                 dev-python/html2text/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html2text/ChangeLog?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html2text/ChangeLog?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html2text/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/html2text/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   31 Mar 2014 21:09:31 -0000      1.12
+++ ChangeLog   21 Apr 2014 21:24:08 -0000      1.13
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/html2text
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/ChangeLog,v 1.12 
2014/03/31 21:09:31 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/ChangeLog,v 1.13 
2014/04/21 21:24:08 sping Exp $
+
+*html2text-2014.4.5 (21 Apr 2014)
+
+  21 Apr 2014; Sebastian Pipping <[email protected]> +html2text-2014.4.5.ebuild:
+  Bump to 2014.4.5, support test suite (bug #508172)
 
   31 Mar 2014; Michał Górny <[email protected]> html2text-3.200.3-r1.ebuild:
   Add support for the new PyPy slotting.



1.1                  dev-python/html2text/html2text-2014.4.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html2text/html2text-2014.4.5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html2text/html2text-2014.4.5.ebuild?rev=1.1&content-type=text/plain

Index: html2text-2014.4.5.ebuild
===================================================================
# Copyright 1999-2014 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.ebuild,v 1.1 
2014/04/21 21:24:08 sping Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_{2,3}} pypy pypy2_0 )

inherit python-utils-r1 distutils-r1

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

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]
        dev-python/feedparser[${PYTHON_USEDEP}]
        dev-python/setuptools[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"

PATCHES=( "${FILESDIR}/${PN}-rename.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
}




Reply via email to