summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2015-11-24 20:23:40 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2015-11-24 20:23:40 +0100
commit5cc1d02a8daaab11e7f6c99b94c1f9b44f7801e8 (patch)
treed3dccff7e7b703774759991b7285d522aa478a69 /dev-python
parentdev-python/rq: drop python3_3 support (diff)
downloadeva-5cc1d02a8daaab11e7f6c99b94c1f9b44f7801e8.tar.gz
eva-5cc1d02a8daaab11e7f6c99b94c1f9b44f7801e8.tar.bz2
eva-5cc1d02a8daaab11e7f6c99b94c1f9b44f7801e8.zip
dev-python/readability-lxml: not using this package anymore
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/readability-lxml/Manifest11
-rw-r--r--dev-python/readability-lxml/metadata.xml12
-rw-r--r--dev-python/readability-lxml/readability-lxml-0.2.6.1.ebuild27
-rw-r--r--dev-python/readability-lxml/readability-lxml-9999.ebuild27
4 files changed, 0 insertions, 77 deletions
diff --git a/dev-python/readability-lxml/Manifest b/dev-python/readability-lxml/Manifest
deleted file mode 100644
index 42c8551..0000000
--- a/dev-python/readability-lxml/Manifest
+++ /dev/null
@@ -1,11 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA512
-
-DIST readability-lxml-0.2.6.1.tar.gz 11577 SHA256 ebc1b04bfa0c3e8fd20c4edf479b21725e6a5e7a35882c165c993b64486c9dcc SHA512 2aeb9d75fb8cfe0ead2a13dafcc9873147bd5686660b662674d9fb4736637cb6f977becea6bf07d674d9fee2965858a22c6d82813a9ba477ba0749009926e75b WHIRLPOOL ec91b0f15ec24916708daabd18a02daa73a4c0af3df8aa45b768c0bd3055e66d61de0ddfb966f50b17c542d7865066f1acfc0b22268479400e52574136eedc09
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.19 (GNU/Linux)
-
-iEYEAREKAAYFAlCCa7gACgkQ1fmVwcYIWAYMrwCfd5aCSW7x8Abbh73q02BxnF1H
-02kAoOZImf2goXTcMqOqMkVYdd9YBaa6
-=ghMd
------END PGP SIGNATURE-----
diff --git a/dev-python/readability-lxml/metadata.xml b/dev-python/readability-lxml/metadata.xml
deleted file mode 100644
index 5bcf129..0000000
--- a/dev-python/readability-lxml/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer>
- <email>eva@gentoo.org</email>
- <name>Gilles Dartiguelongue</name>
-</maintainer>
-<upstream>
- <remote-id type="pypi">readability-lxml</remote-id>
- <remote-id type="github">buriy/python-readability</remote-id>
-</upstream>
-</pkgmetadata>
diff --git a/dev-python/readability-lxml/readability-lxml-0.2.6.1.ebuild b/dev-python/readability-lxml/readability-lxml-0.2.6.1.ebuild
deleted file mode 100644
index a6aace3..0000000
--- a/dev-python/readability-lxml/readability-lxml-0.2.6.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-PYTHON_COMPAT=( python2_{5,6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Fast python port of arc90's readability tool"
-HOMEPAGE="https://github.com/buriy/python-readability"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- dev-python/lxml
- dev-python/chardet
-"
-DEPEND="${RDEPEND}
- dev-python/setuptools
-"
-
-DOCS=( README )
diff --git a/dev-python/readability-lxml/readability-lxml-9999.ebuild b/dev-python/readability-lxml/readability-lxml-9999.ebuild
deleted file mode 100644
index 2960cb9..0000000
--- a/dev-python/readability-lxml/readability-lxml-9999.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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=""
-IUSE=""
-
-RDEPEND="
- dev-python/lxml
- dev-python/chardet
-"
-DEPEND="${RDEPEND}
- dev-python/setuptools
-"