diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-09-23 10:22:15 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-09-23 10:22:15 +0100 |
commit | 8b4ace9c50842c5b83401ea7b179dcab940387e1 (patch) | |
tree | 230f3135ceaace633cf93e9838b185c4a6664c2e /dev-python/soupsieve | |
parent | 9ee6d97c2883d42f204a533a8bc1f4562df778fb (diff) |
gentoo resync : 23.09.2020
Diffstat (limited to 'dev-python/soupsieve')
-rw-r--r-- | dev-python/soupsieve/Manifest | 4 | ||||
-rw-r--r-- | dev-python/soupsieve/soupsieve-1.9.5.ebuild | 29 | ||||
-rw-r--r-- | dev-python/soupsieve/soupsieve-1.9.6.ebuild | 29 |
3 files changed, 0 insertions, 62 deletions
diff --git a/dev-python/soupsieve/Manifest b/dev-python/soupsieve/Manifest index 297110d42220..7d8431427c88 100644 --- a/dev-python/soupsieve/Manifest +++ b/dev-python/soupsieve/Manifest @@ -1,7 +1,3 @@ -DIST soupsieve-1.9.5.tar.gz 99119 BLAKE2B adf2f068ca536583557dff5b86fbb8020de8139c346ab124c8f78d91d2c0db49553cc9b8580a4e8af0fb74e19a8f8b6e5459b654a900034d76a677e60ea0fece SHA512 38cf37c7080ec6054291a076eb4b152bbf5267b9fed25f933a340345cd7807f14f4a5300707090fd233382e96841f6a33305876cf02740c96dd6aa9d2af06868 -DIST soupsieve-1.9.6.tar.gz 99276 BLAKE2B 2bd2f74e6974ad73c79c018f704fef600594c568471062c503a7fb1248e2cc1840011d31550f7573654f015016f0d3272778b0100e4701318a829f916f06698e SHA512 44954cdedc16a51c794ebe6770caeb8f179167ad2f0a0478cb1efd5878d6cc49fffd6119125964b19184afa6d0d7dedadb81dee020a48c5128ccf56e36a78f61 DIST soupsieve-2.0.1.tar.gz 96436 BLAKE2B 00fe9390569886181d484c5eb3f2a14352c16c3807d4e2eca8b5fe0ff0fdc1ec77fcf6b32885d76f3a085c149848bdeafa1fd2cabdd4fe4742fc175c34aa72c4 SHA512 f4ef4deee81bb31952e1d3216250712f09b425e7a2253e15bd1b38cb74b680e421e7d086a8770737898f6b57867f07f2dd07b8a98108d05e338bce92b274b85f -EBUILD soupsieve-1.9.5.ebuild 737 BLAKE2B 32010ff6c26cc0dd0d96d7c56e43d639640838c82b85b1f8ce447095a39f17e48d6da95573aa5747aa1d36cd6c8c07ba979aa6fe15eb57a307251166a062e8ef SHA512 4912989c891ccdc2344c077479a6821ac2efe68b318387a45d7c7763188dc710efb2d3902b30c9c3e876abbd763ed5c5d50254f2b215796778fb7218a94a5d0c -EBUILD soupsieve-1.9.6.ebuild 737 BLAKE2B 32010ff6c26cc0dd0d96d7c56e43d639640838c82b85b1f8ce447095a39f17e48d6da95573aa5747aa1d36cd6c8c07ba979aa6fe15eb57a307251166a062e8ef SHA512 4912989c891ccdc2344c077479a6821ac2efe68b318387a45d7c7763188dc710efb2d3902b30c9c3e876abbd763ed5c5d50254f2b215796778fb7218a94a5d0c EBUILD soupsieve-2.0.1.ebuild 753 BLAKE2B 2ea7c0abfdc014f0ea218f1f12a9bec5d6f0ec6791ecbdbb2cd039d1711e830062dd1288ed2145fe04c8cdbc554226afa4274ed44132ac8446375162c8e37d91 SHA512 5a144e46fe22663519b6b20b7899ccb6b7cfb3258131fe622788304dfaf72eb95ab3cd516c35fd31fd70c36811f791a7ccc99d5b2c97e133861ad6e94fb6bd15 MISC metadata.xml 398 BLAKE2B 0aea8c93259062872f7899179236d9ee52a85d4055e3a5eee8e3643127611686b989c0985ed571d491734e80e45598dd1ad9e4fc25f56ba5e657b28a8a9eaf37 SHA512 36a527cf2a4572c0149f7cd344c3247309b89ef461d65347dfe30129ade1742bc54ffcc6d1483971a2adbe5e4de3a15ef73f6e8ba631f4dabba8d32a3bb2c288 diff --git a/dev-python/soupsieve/soupsieve-1.9.5.ebuild b/dev-python/soupsieve/soupsieve-1.9.5.ebuild deleted file mode 100644 index e9b9e28680a3..000000000000 --- a/dev-python/soupsieve/soupsieve-1.9.5.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="A modern CSS selector implementation for BeautifulSoup" -HOMEPAGE="https://github.com/facelessuser/soupsieve - https://pypi.python.org/pypi/soupsieve" -SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86" -IUSE="test" -RESTRICT+=" !test? ( test )" - -BDEPEND=" - test? ( - dev-python/beautifulsoup[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] - dev-python/html5lib[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest diff --git a/dev-python/soupsieve/soupsieve-1.9.6.ebuild b/dev-python/soupsieve/soupsieve-1.9.6.ebuild deleted file mode 100644 index e9b9e28680a3..000000000000 --- a/dev-python/soupsieve/soupsieve-1.9.6.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="A modern CSS selector implementation for BeautifulSoup" -HOMEPAGE="https://github.com/facelessuser/soupsieve - https://pypi.python.org/pypi/soupsieve" -SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86" -IUSE="test" -RESTRICT+=" !test? ( test )" - -BDEPEND=" - test? ( - dev-python/beautifulsoup[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] - dev-python/html5lib[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest |