From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CF339158086 for ; Thu, 11 Nov 2021 09:24:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2301E0999; Thu, 11 Nov 2021 09:24:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B2ECE0999 for ; Thu, 11 Nov 2021 09:24:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D53DF343081 for ; Thu, 11 Nov 2021 09:24:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4AB9F175 for ; Thu, 11 Nov 2021 09:24:14 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1636622639.90ebd474f41ea2a8de493aa089c07f8b6b0ef0e1.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/feedparser/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/feedparser/Manifest dev-python/feedparser/feedparser-5.2.1-r2.ebuild X-VCS-Directories: dev-python/feedparser/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 90ebd474f41ea2a8de493aa089c07f8b6b0ef0e1 X-VCS-Branch: master Date: Thu, 11 Nov 2021 09:24:14 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 635a3304-5a85-4ea7-8b7d-1cf95ad11a71 X-Archives-Hash: 93db179b76b0c118d213ce5f5e8ad778 commit: 90ebd474f41ea2a8de493aa089c07f8b6b0ef0e1 Author: Arthur Zamarin gentoo org> AuthorDate: Thu Nov 11 09:23:10 2021 +0000 Commit: Arthur Zamarin gentoo 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 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="