dev-python/soupsieve: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-04-04 19:35:41 +02:00
parent ec6da753c8
commit ed5bfe1935
3 changed files with 0 additions and 70 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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