https://github.com/ebook-utils/css-parser
A CSS Cascading Style Sheets library for Python
---
unmaintained/py3-css-parser/APKBUILD | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
create mode 100644 unmaintained/py3-css-parser/APKBUILD
diff --git a/unmaintained/py3-css-parser/APKBUILD b/unmaintained/py3-css-parser/APKBUILD
new file mode 100644
index 0000000000..9cb6bb1a45
--- /dev/null
+++ b/unmaintained/py3-css-parser/APKBUILD
@@ -0,0 +1,24 @@
+# Maintainer:
+pkgname=py3-css-parser
+_pkgname=css-parser
+pkgver=1.0.6
+pkgrel=1
+pkgdesc="A CSS Cascading Style Sheets library for Python"
+url="https://github.com/ebook-utils/css-parser"
+arch="noarch"
+license="LGPL-3.0-or-later"
+depends="python3"
+makedepends="py3-setuptools"
+source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
+options="!check" # no test suite
+builddir="$srcdir"/$_pkgname-$pkgver
+
+build() {
+ python3 setup.py build
+}
+
+package() {
+ python3 setup.py install --prefix=/usr --root="$pkgdir"
+}
+
+sha512sums="4c623541e1145c91458e7e2028f6a0de652ae2189dc99672fc72f098799d6349edb051bafc0901258481fa3422346303d2ef634392889ee83a29814609cdbd43 css-parser-1.0.6.tar.gz"
--
2.29.2