From 95a09ee79d47adaaea4289cab89f2489bc055798 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Mon, 14 Nov 2022 05:10:11 +0300 Subject: [PATCH] python3-cssselect. --- .../python3/python3-cssselect/actions.py | 13 +++++ .../python3/python3-cssselect/pspec.xml | 48 +++++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 programming/language/python3/python3-cssselect/actions.py create mode 100644 programming/language/python3/python3-cssselect/pspec.xml diff --git a/programming/language/python3/python3-cssselect/actions.py b/programming/language/python3/python3-cssselect/actions.py new file mode 100644 index 0000000000..db202cb477 --- /dev/null +++ b/programming/language/python3/python3-cssselect/actions.py @@ -0,0 +1,13 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import pythonmodules, get + +def build(): + pythonmodules.compile(pyVer = '3') + +def install(): + pythonmodules.install(pyVer = '3') diff --git a/programming/language/python3/python3-cssselect/pspec.xml b/programming/language/python3/python3-cssselect/pspec.xml new file mode 100644 index 0000000000..5e42e80713 --- /dev/null +++ b/programming/language/python3/python3-cssselect/pspec.xml @@ -0,0 +1,48 @@ + + + + + python3-cssselect + https://cssselect.readthedocs.io/ + + fury + uglyside@yandex.ru + + BSD + library + programming.language.python3 + CSS selectors for Python ElementTree. + cssselect2 is a straightforward implementation of CSS4 Selectors for markup documents that can be read by ElementTree-like parsers. + + https://files.pythonhosted.org/packages/source/c/cssselect/cssselect-1.2.0.tar.gz + + + python3-devel + python3-setuptools + + + + + + + + python3-cssselect + + python3 + + + /usr/lib/python3.9 + /usr/share/doc/python3-cssselect + + + + + + 2022-11-14 + 1.2.0 + First build. + fury + uglyside@yandex.ru + + +