diff options
| author | Michał Górny <mgorny@gentoo.org> | 2023-05-04 08:55:23 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2023-05-04 10:06:15 +0200 |
| commit | c29a3460046aed50f0a2ee4670fd4e9ab863c0f2 (patch) | |
| tree | d9413129f41ca48abfcfa5e3bb4d46d11618b29f /dev-python/css-parser/css-parser-1.0.9.ebuild | |
| parent | 59e02436ebbdc16bfdcdffbe32ecadf45fb3e389 (diff) | |
| download | gentoo-c29a3460046aed50f0a2ee4670fd4e9ab863c0f2.tar.gz gentoo-c29a3460046aed50f0a2ee4670fd4e9ab863c0f2.tar.bz2 gentoo-c29a3460046aed50f0a2ee4670fd4e9ab863c0f2.zip | |
dev-python/css-parser: Bump to 1.0.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/css-parser/css-parser-1.0.9.ebuild')
| -rw-r--r-- | dev-python/css-parser/css-parser-1.0.9.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-python/css-parser/css-parser-1.0.9.ebuild b/dev-python/css-parser/css-parser-1.0.9.ebuild new file mode 100644 index 000000000000..de7fd46afc51 --- /dev/null +++ b/dev-python/css-parser/css-parser-1.0.9.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +PYTHON_COMPAT=( python3_{9..11} ) + +inherit distutils-r1 pypi + +DESCRIPTION="A CSS Cascading Style Sheets library (fork of cssutils)" +HOMEPAGE=" + https://github.com/ebook-utils/css-parser/ + https://pypi.org/project/css-parser/ +" + +LICENSE="LGPL-2.1+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" + +BDEPEND=" + test? ( + dev-python/chardet[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests unittest |
