summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2024-01-21 15:15:14 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2024-01-21 15:15:14 +0100
commit64fe51c44311254bf84cdb23eccebc91a5645490 (patch)
tree07962d1d53bdbdd37dda4e28e688d4fec632ee2c
parentapp-backup/restic-rest-server: fix issues reported by pkgcheck (diff)
downloadeva-64fe51c44311254bf84cdb23eccebc91a5645490.tar.gz
eva-64fe51c44311254bf84cdb23eccebc91a5645490.tar.bz2
eva-64fe51c44311254bf84cdb23eccebc91a5645490.zip
dev-python/webarticle2text: treeclean
Signed-off-by: Gilles Dartiguelongue <eva@gentoo.org>
-rw-r--r--dev-python/webarticle2text/Manifest11
-rw-r--r--dev-python/webarticle2text/files/webarticle2text-1.2.4-encoding.patch11
-rw-r--r--dev-python/webarticle2text/metadata.xml12
-rw-r--r--dev-python/webarticle2text/webarticle2text-1.2.4.ebuild34
4 files changed, 0 insertions, 68 deletions
diff --git a/dev-python/webarticle2text/Manifest b/dev-python/webarticle2text/Manifest
deleted file mode 100644
index d690ad2..0000000
--- a/dev-python/webarticle2text/Manifest
+++ /dev/null
@@ -1,11 +0,0 @@
------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/files/webarticle2text-1.2.4-encoding.patch b/dev-python/webarticle2text/files/webarticle2text-1.2.4-encoding.patch
deleted file mode 100644
index b11fdf4..0000000
--- a/dev-python/webarticle2text/files/webarticle2text-1.2.4-encoding.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff --git a/webarticle2text.py b/webarticle2text.py
-index a939594..25b70f2 100755
---- a/webarticle2text.py
-+++ b/webarticle2text.py
-@@ -1,4 +1,6 @@
- #!/usr/bin/python
-+# -*- coding: utf-8 -*-
-+
- """
- File: webarticle2text.py
-
diff --git a/dev-python/webarticle2text/metadata.xml b/dev-python/webarticle2text/metadata.xml
deleted file mode 100644
index adec50c..0000000
--- a/dev-python/webarticle2text/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 type="person">
- <email>eva@gentoo.org</email>
- <name>Gilles Dartiguelongue</name>
-</maintainer>
-<upstream>
- <remote-id type="pypi">webarticle2text</remote-id>
- <remote-id type="github">chrisspen/webarticle2text</remote-id>
-</upstream>
-</pkgmetadata>
diff --git a/dev-python/webarticle2text/webarticle2text-1.2.4.ebuild b/dev-python/webarticle2text/webarticle2text-1.2.4.ebuild
deleted file mode 100644
index e9fc0b5..0000000
--- a/dev-python/webarticle2text/webarticle2text-1.2.4.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_{5,6,7} )
-
-inherit distutils-r1 eutils
-
-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-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- dev-python/chardet
- dev-python/pytidylib
-"
-DEPEND="${RDEPEND}
- dev-python/setuptools
-"
-
-# Not distributed yet
-#DOCS=( README.rst )
-
-src_prepare() {
- # Add missing coding as required by pep267
- epatch "${FILESDIR}/${P}-encoding.patch"
-
- distutils-r1_src_prepare
-}