mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/soupsieve: Bump to 2.9.2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
DIST soupsieve-2.8.4.gh.tar.gz 156374 BLAKE2B 3ddf9626a9e37739834e0ed9273a788b285130c04521f467d48e3b45c004b722ed8908004d8b64d3ba621cf36e5ad6c11bca9aef3aeb26d3b829a8500c21e8e3 SHA512 fa32350830da4b82a7bd491709ef680fef68aa0d36f0057ffa6d83c6e17be1d44aa8ca56b46fa032a286dbab48e466805831cf9a4a7091fe7c071c98dd725ef1
|
||||
DIST soupsieve-2.9.1.gh.tar.gz 157524 BLAKE2B 3586257ef9b1c07861cafe9474beb56a606ae49d06631667f82b797e323ff7953fd7196a66a92206baff731eeaf37a94a0bf3f4b4230f435f22974ba6ab7c3e1 SHA512 386c80c875a205a637de123ac4f68cfe4d8a51a8a65ce18c998ec210ee4ef335ca78250540afe402229cb0dd79983eebb265cc6e18531f5492d0e59946c39115
|
||||
DIST soupsieve-2.9.2.gh.tar.gz 157707 BLAKE2B b57eef6a67ddf33c03bdd418a22229877b206022298e534ba6fa59992f7a21adaf3c6bee13e381140e812a390dd67f73f4e7147eefc169dc3d6a6432c6c23715 SHA512 262d422900fd0f60760a02668e556b8eee4589b578f397083b87b78e6b03e7c43055fac70e290666e64b111d0e9f0ed21f8ed989ff5a1ff5a05ed8adbf341726
|
||||
DIST soupsieve-2.9.gh.tar.gz 157386 BLAKE2B 3298a15256469cb30e69775681c7a205ccb22e145ce384d7373d834bdaae8860e2cf4392a51daff47bb36868a5c863bf08355b6867b81c45ece91f3e58478842 SHA512 77728794c2206071136e6fbde7156258847ef3873e53d210767dd638f5c6368103f72fad337ab5859dc84f73d881b9f1112869ad3f69cc7e2e8792e8068ca392
|
||||
|
||||
34
dev-python/soupsieve/soupsieve-2.9.2.ebuild
Normal file
34
dev-python/soupsieve/soupsieve-2.9.2.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# 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_{12..15} python3_{14,15}t )
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user