summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2012-04-13 07:28:17 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2012-04-13 07:28:17 +0000
commit5391bec4d5fd81dac7e6c1f2f0868e2424a53842 (patch)
treeda7a7a40c00ba2e65d21c5c04a96bbfd32c64b02 /dev-python/html2text
parentFix repoman QA issue. Remove rdepend on not existing use flag, thx Mr. Bones. (diff)
downloadgentoo-2-5391bec4d5fd81dac7e6c1f2f0868e2424a53842.tar.gz
gentoo-2-5391bec4d5fd81dac7e6c1f2f0868e2424a53842.tar.bz2
gentoo-2-5391bec4d5fd81dac7e6c1f2f0868e2424a53842.zip
Version bump wrt #410795 by Ian Delaney <johneed@hotmail.com>
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/html2text')
-rw-r--r--dev-python/html2text/ChangeLog9
-rw-r--r--dev-python/html2text/html2text-3.200.3.ebuild27
2 files changed, 34 insertions, 2 deletions
diff --git a/dev-python/html2text/ChangeLog b/dev-python/html2text/ChangeLog
index 4d85f25b0ff7..796b1a8096ee 100644
--- a/dev-python/html2text/ChangeLog
+++ b/dev-python/html2text/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/html2text
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/ChangeLog,v 1.5 2011/05/24 20:58:54 maekke Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/ChangeLog,v 1.6 2012/04/13 07:28:17 xarthisius Exp $
+
+*html2text-3.200.3 (13 Apr 2012)
+
+ 13 Apr 2012; Kacper Kowalik <xarthisius@gentoo.org> +html2text-3.200.3.ebuild:
+ Version bump wrt #410795 by Ian Delaney <johneed@hotmail.com>
24 May 2011; Markus Meier <maekke@gentoo.org> html2text-3.02.ebuild:
x86 stable, bug #365465
diff --git a/dev-python/html2text/html2text-3.200.3.ebuild b/dev-python/html2text/html2text-3.200.3.ebuild
new file mode 100644
index 000000000000..0768ede4da9a
--- /dev/null
+++ b/dev-python/html2text/html2text-3.200.3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/html2text-3.200.3.ebuild,v 1.1 2012/04/13 07:28:17 xarthisius Exp $
+
+EAPI=3
+
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="*-jython"
+
+inherit distutils
+
+DESCRIPTION="Turn HTML into equivalent Markdown-structured text."
+HOMEPAGE="http://www.aaronsw.com/2002/html2text/
+ https://github.com/aaronsw/html2text http://pypi.python.org/pypi/html2text"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-python/chardet
+ dev-python/feedparser"
+DEPEND="${RDEPEND}
+ dev-python/setuptools"
+
+PYTHON_MODNAME="${PN}.py"