Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
commit: 9d89034c5d012fafc9b2014170a3240b7f282cd8
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 4 07:18:53 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Jun 4 07:18:53 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=commit;h=9d89034c
dev-python/readability-lxml: initial ebuild
---
.../readability-lxml/readability-lxml-9999.ebuild | 27 ++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/dev-python/readability-lxml/readability-lxml-9999.ebuild b/dev-python/readability-lxml/readability-lxml-9999.ebuild
new file mode 100644
index 0000000..e451781
--- /dev/null
+++ b/dev-python/readability-lxml/readability-lxml-9999.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+PYTHON_DEPEND="2:2.5"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
+
+inherit git-2 distutils
+
+DESCRIPTION="Fast python port of arc90's readability tool"
+HOMEPAGE="https://github.com/buriy/python-readability"
+EGIT_REPO_URI="git://github.com/EvaSDK/python-readability.git"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ dev-python/lxml
+ dev-python/chardet
+"
+DEPEND="${RDEPEND}
+ dev-python/setuptools
+"
|
|