Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/soupsieve/
Date: Thu, 07 Apr 2022 09:49:42
Message-Id: 1649324167.ff9ab2c9638af8c33ba92409d1e4613e2e35dafd.mgorny@gentoo
1 commit: ff9ab2c9638af8c33ba92409d1e4613e2e35dafd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 7 09:36:07 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 7 09:36:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff9ab2c9
7
8 dev-python/soupsieve: Bump to 2.3.2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/soupsieve/Manifest | 1 +
13 dev-python/soupsieve/soupsieve-2.3.2.ebuild | 33 +++++++++++++++++++++++++++++
14 2 files changed, 34 insertions(+)
15
16 diff --git a/dev-python/soupsieve/Manifest b/dev-python/soupsieve/Manifest
17 index 813b5593a5fe..8978edcc785f 100644
18 --- a/dev-python/soupsieve/Manifest
19 +++ b/dev-python/soupsieve/Manifest
20 @@ -1 +1,2 @@
21 DIST soupsieve-2.3.1.tar.gz 104251 BLAKE2B c395b8dc0944457d6c5f217a03c6fc5f3895868a629eb72d86733fb0d9c6b1d1c41a2e035d5118c9c6fcc6a22e9ff79b9de8417131d30bbc6e1ba02c813ced56 SHA512 3f1245b27d67e8b37bce4cb0b21b2b3f4d6b7ae112cc66672e5406c0701b28e605ed12db1e111bfeccea15625b17042e398b075b7f026d3f3e15069f0cafccac
22 +DIST soupsieve-2.3.2.tar.gz 103869 BLAKE2B 0820f3935aaf0bda436abf10ddb0d64d6b2de99d116fdc84518879ca468688918a0995f4666e04d4892fee4d221b2d6a843f200c4bf05c3bf5755004a3fbb7ec SHA512 a91c453098697d0b6120e80dd2cf56ec0359d9d3d98ef54e348e8f9832b3b70626fcdc7c21bc3abe0fba32a83cc62d05b750f2d2fa79261479bf89c0aa782caa
23
24 diff --git a/dev-python/soupsieve/soupsieve-2.3.2.ebuild b/dev-python/soupsieve/soupsieve-2.3.2.ebuild
25 new file mode 100644
26 index 000000000000..1447e0c4dd37
27 --- /dev/null
28 +++ b/dev-python/soupsieve/soupsieve-2.3.2.ebuild
29 @@ -0,0 +1,33 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +DISTUTILS_USE_PEP517=hatchling
36 +PYTHON_COMPAT=( python3_{8..10} pypy3 )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="A modern CSS selector implementation for BeautifulSoup"
41 +HOMEPAGE="
42 + https://github.com/facelessuser/soupsieve/
43 + https://pypi.org/project/soupsieve/
44 +"
45 +SRC_URI="
46 + https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz
47 + -> ${P}.tar.gz
48 +"
49 +
50 +LICENSE="MIT"
51 +SLOT="0"
52 +KEYWORDS="~amd64"
53 +
54 +BDEPEND="
55 + test? (
56 + dev-python/beautifulsoup4[${PYTHON_USEDEP}]
57 + dev-python/lxml[${PYTHON_USEDEP}]
58 + dev-python/html5lib[${PYTHON_USEDEP}]
59 + )
60 +"
61 +
62 +distutils_enable_tests pytest