summaryrefslogtreecommitdiff
path: root/dev-python/css-parser
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/css-parser')
-rw-r--r--dev-python/css-parser/Manifest1
-rw-r--r--dev-python/css-parser/css-parser-1.1.1.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/dev-python/css-parser/Manifest b/dev-python/css-parser/Manifest
index 0d20783a1967..03bcfbdd582e 100644
--- a/dev-python/css-parser/Manifest
+++ b/dev-python/css-parser/Manifest
@@ -1 +1,2 @@
DIST css-parser-1.0.10.tar.gz 349673 BLAKE2B 30ba106620e488532d3cfbd84fc44b0bc15f1e98c7ca3db5a04476810f1bd7ff62c425a052e141a2f13d15e30bd8d1ad83bf769ccce256bef5b723560e230810 SHA512 1f339eb5771fb1ff2f2fc5dbcbe86f6ad09d0ae1abeca96194e6d3c0c4e385ae7366618f28d01010e764fa81d30aec7ccfcbeea2a084c8528be33812307149c8
+DIST css_parser-1.1.1.tar.gz 349706 BLAKE2B cfdf7cadce8f8ffd6204a46e2efa4b1bbe2a842c7c8a53c427f643c4feee6de636c6db3c58fca7f904e5082822c0d2b94bcae81ca34a7f63e993769ebd2986b6 SHA512 ba7877cfff7066c9b15ef85e28795fe3c6051a97805c2ac70348cf8612cc53e28d9e421060d5ce31a207d3a1e3ec55ba9daf7691788379d9ecf72607e09a6d23
diff --git a/dev-python/css-parser/css-parser-1.1.1.ebuild b/dev-python/css-parser/css-parser-1.1.1.ebuild
new file mode 100644
index 000000000000..02256a19e612
--- /dev/null
+++ b/dev-python/css-parser/css-parser-1.1.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{13..14} )
+
+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 ~loong ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+ test? (
+ dev-python/chardet[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests unittest