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/css-parser/
Date: Thu, 31 Mar 2022 12:42:28
Message-Id: 1648730536.60523a270c78d510577f91d5bf5edff5f3f4ad82.mgorny@gentoo
1 commit: 60523a270c78d510577f91d5bf5edff5f3f4ad82
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 31 12:41:11 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 31 12:42:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60523a27
7
8 dev-python/css-parser: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/css-parser/css-parser-1.0.7.ebuild | 21 ---------------------
13 1 file changed, 21 deletions(-)
14
15 diff --git a/dev-python/css-parser/css-parser-1.0.7.ebuild b/dev-python/css-parser/css-parser-1.0.7.ebuild
16 deleted file mode 100644
17 index 142831e80e03..000000000000
18 --- a/dev-python/css-parser/css-parser-1.0.7.ebuild
19 +++ /dev/null
20 @@ -1,21 +0,0 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -
26 -PYTHON_COMPAT=( python3_{8..10} )
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="A CSS Cascading Style Sheets library (fork of cssutils)"
30 -HOMEPAGE="https://pypi.org/project/css-parser/"
31 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
32 -
33 -LICENSE="LGPL-2.1+"
34 -SLOT="0"
35 -KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
36 -IUSE="test"
37 -RESTRICT="!test? ( test )"
38 -
39 -BDEPEND="test? ( dev-python/chardet[${PYTHON_USEDEP}] )"
40 -
41 -distutils_enable_tests setup.py