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: Fri, 17 Mar 2023 15:58:16
Message-Id: 1679068686.094d875b5f1301f68432b6b3a89f4470128fed75.mgorny@gentoo
1 commit: 094d875b5f1301f68432b6b3a89f4470128fed75
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 17 15:56:21 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 17 15:58:06 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=094d875b
7
8 dev-python/soupsieve: Remove old
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_p1.ebuild | 35 --------------------------
14 2 files changed, 36 deletions(-)
15
16 diff --git a/dev-python/soupsieve/Manifest b/dev-python/soupsieve/Manifest
17 index 56bb1bb7555f..152568314091 100644
18 --- a/dev-python/soupsieve/Manifest
19 +++ b/dev-python/soupsieve/Manifest
20 @@ -1,2 +1 @@
21 -DIST soupsieve-2.3.2.post1.gh.tar.gz 104120 BLAKE2B ddeeb357753981a55676a59285161a03759fd548a11950e87ff53df9433b7cb054084afe6dd4de01c316dc0a013e6f429e6e0868c140ec11a19627b0e1cb0177 SHA512 80eae1e7256cbcf2f2b8520779a5bdb68798e9813ed738ee933204ff1c23ad52553e21f3aa89ad61b900b906dcaa7a1eebd819300417304df782cda9e2d79c4a
22 DIST soupsieve-2.4.gh.tar.gz 104437 BLAKE2B cca6185980473245e2c08181142f497584ae01928b4a8569f9436d30df339b93b92c33818dab93b6646f6e1dbeb52242822fffa193be87c18a25324cc03b9e1a SHA512 68885307d8e6731d47372af5130f2fb88567c7d5b5995c84fb11116007b2360dea88aac1b5c8cadc41f99ef71704c4fe710c45318be0be727ed9145ce009e4fd
23
24 diff --git a/dev-python/soupsieve/soupsieve-2.3.2_p1.ebuild b/dev-python/soupsieve/soupsieve-2.3.2_p1.ebuild
25 deleted file mode 100644
26 index 5391f6203f3a..000000000000
27 --- a/dev-python/soupsieve/soupsieve-2.3.2_p1.ebuild
28 +++ /dev/null
29 @@ -1,35 +0,0 @@
30 -# Copyright 1999-2023 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_{9..11} pypy3 )
37 -
38 -inherit distutils-r1
39 -
40 -MY_P=${P/_p/.post}
41 -DESCRIPTION="A modern CSS selector implementation for BeautifulSoup"
42 -HOMEPAGE="
43 - https://github.com/facelessuser/soupsieve/
44 - https://pypi.org/project/soupsieve/
45 -"
46 -SRC_URI="
47 - https://github.com/facelessuser/${PN}/archive/${PV/_p/.post}.tar.gz
48 - -> ${MY_P}.gh.tar.gz
49 -"
50 -S=${WORKDIR}/${MY_P}
51 -
52 -LICENSE="MIT"
53 -SLOT="0"
54 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
55 -
56 -BDEPEND="
57 - test? (
58 - dev-python/beautifulsoup4[${PYTHON_USEDEP}]
59 - dev-python/lxml[${PYTHON_USEDEP}]
60 - dev-python/html5lib[${PYTHON_USEDEP}]
61 - )
62 -"
63 -
64 -distutils_enable_tests pytest