diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2012-10-20 11:48:09 +0200 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2012-10-20 11:48:09 +0200 |
commit | be1800a12fb1e0a538b7766c52233b172eb9e048 (patch) | |
tree | 1bea72a16e53ab0dc5cc64b51f8cbcef6dec66df /dev-python/webarticle2text | |
parent | dev-python/pytidylib: initial ebuild (diff) | |
download | eva-be1800a12fb1e0a538b7766c52233b172eb9e048.tar.gz eva-be1800a12fb1e0a538b7766c52233b172eb9e048.tar.bz2 eva-be1800a12fb1e0a538b7766c52233b172eb9e048.zip |
dev-python/webarticle2text: initial ebuild
Diffstat (limited to 'dev-python/webarticle2text')
-rw-r--r-- | dev-python/webarticle2text/Manifest | 11 | ||||
-rw-r--r-- | dev-python/webarticle2text/webarticle2text-1.2.4.ebuild | 29 |
2 files changed, 40 insertions, 0 deletions
diff --git a/dev-python/webarticle2text/Manifest b/dev-python/webarticle2text/Manifest new file mode 100644 index 0000000..d690ad2 --- /dev/null +++ b/dev-python/webarticle2text/Manifest @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA512 + +DIST webarticle2text-1.2.4.tar.gz 5302 SHA256 e29df6bf837e284bb44998a4e1035e225957943b4e59f2e4c4c705a362ff8d26 SHA512 fb54f3334e8c78ba215929b604d0879aec13cc6f65aff708d391a6ba73e6642a0da6da1e46b39faae0202b2f8fb880989ef821fb448b7095dacbb196581723d5 WHIRLPOOL 841b2576c4f422dea468498ffba305d5d12f2415236b503b9e54c65df304546efa3d7963857dbf037480f874bc1ed3a9f1830dc5030695fbccc98a1cdb8194d4 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.19 (GNU/Linux) + +iEYEAREKAAYFAlCCc1kACgkQ1fmVwcYIWAaGPgCfSN6iQlC3jYTtqW9QqNI4OizO +YasAn2Y3f231UPfXMrcuKlG+HJaz/wyE +=tZ6y +-----END PGP SIGNATURE----- diff --git a/dev-python/webarticle2text/webarticle2text-1.2.4.ebuild b/dev-python/webarticle2text/webarticle2text-1.2.4.ebuild new file mode 100644 index 0000000..0c686d0 --- /dev/null +++ b/dev-python/webarticle2text/webarticle2text-1.2.4.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/rsa/rsa-3.1.1.ebuild,v 1.4 2012/08/19 18:48:44 johu Exp $ + +EAPI="4" + +PYTHON_COMPAT=( python2_5 python2_6 python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="Extracts the main article text from a webpage" +HOMEPAGE="https://github.com/chrisspen/webarticle2text" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="LGPL" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-python/chardet + dev-python/pytidylib +" +DEPEND="${RDEPEND} + dev-python/setuptools +" + +# Not distributed yet +#DOCS=( README.rst ) |