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: Mon, 26 Sep 2022 10:30:57
Message-Id: 1664188247.1ef519727896cfcec3eeab918a4a0a56495b0843.mgorny@gentoo
1 commit: 1ef519727896cfcec3eeab918a4a0a56495b0843
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 26 10:15:00 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 26 10:30:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ef51972
7
8 dev-python/css-parser: Bump to 1.0.8
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/css-parser/Manifest | 1 +
13 dev-python/css-parser/css-parser-1.0.8.ebuild | 28 +++++++++++++++++++++++++++
14 2 files changed, 29 insertions(+)
15
16 diff --git a/dev-python/css-parser/Manifest b/dev-python/css-parser/Manifest
17 index 326256e92810..c5f1369f7569 100644
18 --- a/dev-python/css-parser/Manifest
19 +++ b/dev-python/css-parser/Manifest
20 @@ -1 +1,2 @@
21 DIST css-parser-1.0.7.tar.gz 348843 BLAKE2B 72fd2a0555eea2b912d3088b1d38a4bf082862a47a414c4c00718ad1b31299a3df3b2e9dcf4f22c3195520c28f5652aaf4103a9a999ceb3ea6b8c785f50bb40e SHA512 51e4ca836b18f963d798a14762bed78cbd3034598cc828dfe81b3f7d921a5bfe52374b0dc6160e1c01e40a8c8147a10664b9f7edeee867ca1086e6a4a96ff162
22 +DIST css-parser-1.0.8.tar.gz 349363 BLAKE2B 2e67d74422cf87e1c593793f6acc9089a745d020cba18c63c70bc2099f53aad95bd5de1def49a3f5ab7cbff7f91efb3a60b3d2d9f1efa55244d99770f0d7baec SHA512 1b22665a172b8a29e277217f39bac1512867dbd5acdfe37ddf078eab71452467adc3dcdac68e424df32cc204f3e55da45d31663f8e7aa143c0243818df32487a
23
24 diff --git a/dev-python/css-parser/css-parser-1.0.8.ebuild b/dev-python/css-parser/css-parser-1.0.8.ebuild
25 new file mode 100644
26 index 000000000000..32a11043881f
27 --- /dev/null
28 +++ b/dev-python/css-parser/css-parser-1.0.8.ebuild
29 @@ -0,0 +1,28 @@
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=setuptools
36 +PYTHON_COMPAT=( python3_{8..11} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="A CSS Cascading Style Sheets library (fork of cssutils)"
41 +HOMEPAGE="
42 + https://github.com/ebook-utils/css-parser/
43 + https://pypi.org/project/css-parser/
44 +"
45 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 +
47 +LICENSE="LGPL-2.1+"
48 +SLOT="0"
49 +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
50 +
51 +BDEPEND="
52 + test? (
53 + dev-python/chardet[${PYTHON_USEDEP}]
54 + )
55 +"
56 +
57 +distutils_enable_tests unittest