diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-01-22 20:28:19 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-01-22 20:28:19 +0000 |
commit | abaa75b10f899ada8dd05b23cc03205064394bc6 (patch) | |
tree | eca3dd248b73b92013cba00a0fcc1edf2696e19a /dev-python/soupsieve | |
parent | 24fd814c326e282c4321965c31f341dad77e270d (diff) |
gentoo resync : 22.01.2021
Diffstat (limited to 'dev-python/soupsieve')
-rw-r--r-- | dev-python/soupsieve/Manifest | 4 | ||||
-rw-r--r-- | dev-python/soupsieve/soupsieve-2.0.1.ebuild | 29 | ||||
-rw-r--r-- | dev-python/soupsieve/soupsieve-2.1.0.ebuild | 4 |
3 files changed, 3 insertions, 34 deletions
diff --git a/dev-python/soupsieve/Manifest b/dev-python/soupsieve/Manifest index 36fcfee32b99..210e8144c305 100644 --- a/dev-python/soupsieve/Manifest +++ b/dev-python/soupsieve/Manifest @@ -1,5 +1,3 @@ -DIST soupsieve-2.0.1.tar.gz 96436 BLAKE2B 00fe9390569886181d484c5eb3f2a14352c16c3807d4e2eca8b5fe0ff0fdc1ec77fcf6b32885d76f3a085c149848bdeafa1fd2cabdd4fe4742fc175c34aa72c4 SHA512 f4ef4deee81bb31952e1d3216250712f09b425e7a2253e15bd1b38cb74b680e421e7d086a8770737898f6b57867f07f2dd07b8a98108d05e338bce92b274b85f DIST soupsieve-2.1.0.tar.gz 98150 BLAKE2B 37f6ef00f42d164ef57be88135e8a942166f53a39ed5643d6ae0468916a66be04c79e4e70da6ad38f8adf6fac41cb8bccb7edcfabd7e1a07083ab8a043d5203a SHA512 19cd4ee596d189a001bbaf9f047e6c9eff569e2149ef5424bfe55c9b4325d856c957de87d55510335f748aab322dbb847b06b48931fbdeadbcc3790259c69eb1 -EBUILD soupsieve-2.0.1.ebuild 764 BLAKE2B c8bc583db94865d7b82dcbb6d5718aeb6fbf81b92e98c9be7c97790519a63921343bd3bf5a618e75ea76e308a4b639c2be0c140bfa4134b0771541390571bf26 SHA512 969cfb44ad0cd67e7323a7aa28ae253ac556dda701827baa266c286a300efb656bf35dd49a94d2bb0c13599f9e2b2785fc986a2f9d52b1d5233280873e2bbd31 -EBUILD soupsieve-2.1.0.ebuild 770 BLAKE2B dc81e4cf3879084aabae692c79d34b44978156d96c163751e4b83bdeb1cd7fdfd5d8b1d54cc931d031f79191bb0c8153dcc91ab9afb453c9e87f59ffe008f063 SHA512 a9aad9fb2b9eb54198ca5388134e9a3846544d37b65ce9bc75d206a0284756a51200c5904c9ccf874ba47740428a04d19730e641546fefe974bc7a193aacf979 +EBUILD soupsieve-2.1.0.ebuild 762 BLAKE2B 5b52a3d8e19ee5ffe411e5f6470ef47bb8aad1ddae0fc8cc42a60de7f69f68c134cedaf6b9734082e54e32867059e2a8d4e3045e3aec0c9320e5740423086f2c SHA512 934bac882c83c65e74b4a951194f0887179cac7a52d829618276bfb201491ab1ff60d31eff29b1eb3ba5236dbb1349dffa6f2fdff4acb576ef2b18b4d0a53484 MISC metadata.xml 398 BLAKE2B 0aea8c93259062872f7899179236d9ee52a85d4055e3a5eee8e3643127611686b989c0985ed571d491734e80e45598dd1ad9e4fc25f56ba5e657b28a8a9eaf37 SHA512 36a527cf2a4572c0149f7cd344c3247309b89ef461d65347dfe30129ade1742bc54ffcc6d1483971a2adbe5e4de3a15ef73f6e8ba631f4dabba8d32a3bb2c288 diff --git a/dev-python/soupsieve/soupsieve-2.0.1.ebuild b/dev-python/soupsieve/soupsieve-2.0.1.ebuild deleted file mode 100644 index 7d447c78e807..000000000000 --- a/dev-python/soupsieve/soupsieve-2.0.1.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 ~s390 sparc x86 ~x64-macos" -IUSE="test" -RESTRICT+=" !test? ( test )" - -BDEPEND="${RDEPEND} - 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-2.1.0.ebuild b/dev-python/soupsieve/soupsieve-2.1.0.ebuild index 19bfd18e7a7d..778991d61200 100644 --- a/dev-python/soupsieve/soupsieve-2.1.0.ebuild +++ b/dev-python/soupsieve/soupsieve-2.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> ${P}.tar. LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~x64-macos" IUSE="test" RESTRICT+=" !test? ( test )" |