public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/feedparser/
Date: Thu, 11 Nov 2021 09:24:14 +0000 (UTC)	[thread overview]
Message-ID: <1636622639.90ebd474f41ea2a8de493aa089c07f8b6b0ef0e1.arthurzam@gentoo> (raw)

commit:     90ebd474f41ea2a8de493aa089c07f8b6b0ef0e1
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 11 09:23:10 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 11 09:23:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90ebd474

dev-python/feedparser: drop 5.2.1-r2

Closes: https://bugs.gentoo.org/703094
Closes: https://bugs.gentoo.org/724352
Closes: https://bugs.gentoo.org/812893
Closes: https://bugs.gentoo.org/745240
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/feedparser/Manifest                   |  1 -
 dev-python/feedparser/feedparser-5.2.1-r2.ebuild | 41 ------------------------
 2 files changed, 42 deletions(-)

diff --git a/dev-python/feedparser/Manifest b/dev-python/feedparser/Manifest
index a593e1c396b..a4a98a389e0 100644
--- a/dev-python/feedparser/Manifest
+++ b/dev-python/feedparser/Manifest
@@ -1,2 +1 @@
-DIST feedparser-5.2.1.tar.gz 252956 BLAKE2B 182ebefa8a44276e758f277c203c28b274c580b667b039e4fc6ed9bd059b15e35e775e9efb784a97d712dc57e7b176ff91d6e094ddd225735f4315ffa770ae83 SHA512 1fd0c4324e2eff8ef4b15e3793c767290bca562af4a5056fdbdfa12411095530c87a113bb1b9757e532ff63aecb399b18f1e6b753884798eb6b8d3fdf575af81
 DIST feedparser-6.0.8.tar.gz 252496 BLAKE2B 1a17ef6aa41e0782743d5d331ba26e2d1518475534adcd62457bc6fab00b93e24a3a3b03f4acf8358d321464b985c9d09383dc0373680577c10b742c5e1366fd SHA512 9de702dbebe28b379fd164afed8c408f46301f3ebf91d9f862f12de98a1bcee9f6d38a27c0b8a64e87bc0a20d0ad992ed78b190406649f775e2e8c9ca62b4d8c

diff --git a/dev-python/feedparser/feedparser-5.2.1-r2.ebuild b/dev-python/feedparser/feedparser-5.2.1-r2.ebuild
deleted file mode 100644
index 77082cc074a..00000000000
--- a/dev-python/feedparser/feedparser-5.2.1-r2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..9} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Parse RSS and Atom feeds in Python"
-HOMEPAGE="https://github.com/kurtmckee/feedparser https://pypi.org/project/feedparser/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-# sgmllib is licensed under PSF-2.
-LICENSE="BSD-2 PSF-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~x86-solaris"
-
-# Tests have issues with chardet installed, and are just kind of buggy.
-RESTRICT="test"
-
-BDEPEND="<dev-python/setuptools-58[${PYTHON_USEDEP}]"
-
-PATCHES=(
-	"${FILESDIR}/${P}-sgmllib.patch"
-)
-
-python_prepare_all() {
-	mv feedparser/sgmllib3.py feedparser/_feedparser_sgmllib.py || die
-	distutils-r1_python_prepare_all
-}
-
-python_test() {
-	cp feedparser/feedparsertest.py "${BUILD_DIR}" || die
-	ln -s "${S}/feedparser/tests" "${BUILD_DIR}/tests" || die
-	cd "${BUILD_DIR}" || die
-	if [[ ${EPYTHON} == python3* ]]; then
-		2to3 --no-diffs -w -n feedparsertest.py || die
-	fi
-	"${PYTHON}" feedparsertest.py || die "Testing failed with ${EPYTHON}"
-}


             reply	other threads:[~2021-11-11  9:24 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-11  9:24 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-30 14:40 [gentoo-commits] repo/gentoo:master commit in: dev-python/feedparser/ Michał Górny
2023-12-11  4:14 Michał Górny
2023-06-09 18:13 Arthur Zamarin
2022-06-21 18:32 Arthur Zamarin
2022-06-21 18:30 Arthur Zamarin
2022-05-22  5:53 Michał Górny
2022-05-20  8:29 Michał Górny
2021-10-09  9:32 Arthur Zamarin
2021-07-25  8:58 Michał Górny
2021-07-25  8:52 Agostino Sarubbo
2021-06-22 16:29 Michał Górny
2021-06-22  5:54 Michał Górny
2021-06-15 21:32 Michał Górny
2021-06-14 21:03 Michał Górny
2021-06-14  6:51 Michał Górny
2021-06-13  6:10 Michał Górny
2021-02-27 21:30 Michał Górny
2021-02-27 12:31 Sam James
2020-12-15  6:34 Sam James
2020-12-15  6:28 Sam James
2020-12-13 21:45 Thomas Deutschmann
2020-12-08 20:17 Sebastian Pipping
2020-11-26  8:26 Michał Górny
2020-11-26  6:56 Agostino Sarubbo
2020-10-25 20:40 Michał Górny
2020-10-18 19:19 Sam James
2020-10-18 19:10 Thomas Deutschmann
2020-10-16 12:00 Michał Górny
2020-09-18 14:41 Michał Górny
2020-09-15 22:19 Michał Górny
2020-09-13  8:44 Sergei Trofimovich
2020-09-13  7:31 Michał Górny
2020-09-10 19:07 Sergei Trofimovich
2020-09-09 21:59 Sergei Trofimovich
2020-09-09 21:35 Sergei Trofimovich
2020-09-09  0:34 Sam James
2020-08-06 15:42 Michał Górny
2020-06-12 15:40 Michał Górny
2020-03-10 18:32 Michał Górny
2020-03-10 18:32 Michał Górny
2019-06-24 20:57 Zac Medico
2019-04-23 15:58 Alexey Shvetsov
2018-06-09 19:42 Mikle Kolyada
2017-10-08 16:24 Tim Harder
2017-05-04 17:16 Manuel Rüger
2017-02-20 18:14 Markus Meier
2017-01-25  9:05 Tobias Klausmann
2017-01-23  6:11 Jeroen Roovers
2017-01-22 16:27 Agostino Sarubbo
2017-01-21 20:33 Agostino Sarubbo
2017-01-18 11:57 Agostino Sarubbo
2017-01-17 16:22 Agostino Sarubbo
2016-11-24  3:28 Mike Gilbert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1636622639.90ebd474f41ea2a8de493aa089c07f8b6b0ef0e1.arthurzam@gentoo \
    --to=arthurzam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox