From ed5bfe1935f14baa524fbc40a49a6b97e31f3c09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 4 Apr 2026 19:35:41 +0200 Subject: [PATCH] dev-python/soupsieve: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/soupsieve/Manifest | 2 -- dev-python/soupsieve/soupsieve-2.8.1.ebuild | 34 --------------------- dev-python/soupsieve/soupsieve-2.8.2.ebuild | 34 --------------------- 3 files changed, 70 deletions(-) delete mode 100644 dev-python/soupsieve/soupsieve-2.8.1.ebuild delete mode 100644 dev-python/soupsieve/soupsieve-2.8.2.ebuild diff --git a/dev-python/soupsieve/Manifest b/dev-python/soupsieve/Manifest index 8706deb1531d6..8d69ef8a3afd4 100644 --- a/dev-python/soupsieve/Manifest +++ b/dev-python/soupsieve/Manifest @@ -1,3 +1 @@ -DIST soupsieve-2.8.1.gh.tar.gz 154292 BLAKE2B 971d14a477439fe0631b1598c9018633f6362c6def56ef9a3121e30a9f211cb7089a2e8a67b261529d4f72c521cacc3f3e694c77b6c881232bbe065a2756eb8c SHA512 fa4f49209279174da2e47bfbd7d6b3b3d21717877eb53b1a635b1b6384bdfafffd89685a13423b639bc60151ba1ce199bb769958d8980f59107d56c60ca383f3 -DIST soupsieve-2.8.2.gh.tar.gz 155542 BLAKE2B fdd3a6c14d9082ea69bc44c6bd876992dfd5b189f4e21f8741b774efd742c273a08b9454e750251765545b3eaa937e2ca857a0ecb609f5422e3365445b4aab59 SHA512 7013bb8d45554302b9bdaf9f446b76136142b03c314bc497b4fcb6701c7e918d58febccc268e2324983dc5e1a1a21f4f893c97dff1c0cb26c7531a18a4a6e6ca DIST soupsieve-2.8.3.gh.tar.gz 155487 BLAKE2B a6a9e2ba0d9e605a01360fd9f4f931cd71ab35b18c0522c9ae63507984f3071f1651dc4d5531c1cf124c9f8e5cad9a7afc86eda5e4167339807f74c371642a51 SHA512 4bc2702e36308959927b2e341bcf45439724c42b0452d1dc5b49c2b81fdd3f7094fd8caa3c45142c9e0b5ef36b88e77cf856210d895be49918953b7fe7437798 diff --git a/dev-python/soupsieve/soupsieve-2.8.1.ebuild b/dev-python/soupsieve/soupsieve-2.8.1.ebuild deleted file mode 100644 index 9dcc8afa62e34..0000000000000 --- a/dev-python/soupsieve/soupsieve-2.8.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) - -inherit distutils-r1 - -DESCRIPTION="A modern CSS selector implementation for BeautifulSoup" -HOMEPAGE=" - https://github.com/facelessuser/soupsieve/ - https://pypi.org/project/soupsieve/ -" -SRC_URI=" - https://github.com/facelessuser/soupsieve/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" - -BDEPEND=" - test? ( - dev-python/beautifulsoup4[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] - dev-python/html5lib[${PYTHON_USEDEP}] - ) -" - -EPYTEST_PLUGINS=() -distutils_enable_tests pytest diff --git a/dev-python/soupsieve/soupsieve-2.8.2.ebuild b/dev-python/soupsieve/soupsieve-2.8.2.ebuild deleted file mode 100644 index d8d7cc506ee70..0000000000000 --- a/dev-python/soupsieve/soupsieve-2.8.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) - -inherit distutils-r1 - -DESCRIPTION="A modern CSS selector implementation for BeautifulSoup" -HOMEPAGE=" - https://github.com/facelessuser/soupsieve/ - https://pypi.org/project/soupsieve/ -" -SRC_URI=" - https://github.com/facelessuser/soupsieve/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" - -BDEPEND=" - test? ( - dev-python/beautifulsoup4[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] - dev-python/html5lib[${PYTHON_USEDEP}] - ) -" - -EPYTEST_PLUGINS=() -distutils_enable_tests pytest