From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D3962138010 for ; Sat, 20 Oct 2012 09:48:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B905121C02D; Sat, 20 Oct 2012 09:48:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 40F7421C02D for ; Sat, 20 Oct 2012 09:48:31 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A120433D800 for ; Sat, 20 Oct 2012 09:48:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3C6F0E5436 for ; Sat, 20 Oct 2012 09:48:29 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1350726489.be1800a12fb1e0a538b7766c52233b172eb9e048.eva@gentoo> Subject: [gentoo-commits] dev/eva:master commit in: dev-python/webarticle2text/ X-VCS-Repository: dev/eva X-VCS-Files: dev-python/webarticle2text/Manifest dev-python/webarticle2text/webarticle2text-1.2.4.ebuild X-VCS-Directories: dev-python/webarticle2text/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: be1800a12fb1e0a538b7766c52233b172eb9e048 X-VCS-Branch: master Date: Sat, 20 Oct 2012 09:48:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a9ddb123-aed9-4cf7-99fb-653ecedfbaee X-Archives-Hash: a6131162d51de69306dfe3fb888e2ffb commit: be1800a12fb1e0a538b7766c52233b172eb9e048 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sat Oct 20 09:48:09 2012 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sat Oct 20 09:48:09 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=commit;h=be1800a1 dev-python/webarticle2text: initial ebuild --- dev-python/webarticle2text/Manifest | 11 +++++++ .../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 )