From 7aa66bd487c7612c1511a7c47bf70c849aa79e9e Mon Sep 17 00:00:00 2001 From: blue-devil Date: Tue, 19 May 2020 15:14:36 +0300 Subject: [PATCH] python3-soupsieve:moved from contrib --- .../python3/python3-soupsieve/actions.py | 13 ++++++ .../python3/python3-soupsieve/pspec.xml | 45 +++++++++++++++++++ .../python3-soupsieve/translations.xml | 8 ++++ 3 files changed, 66 insertions(+) create mode 100644 programming/language/python3/python3-soupsieve/actions.py create mode 100644 programming/language/python3/python3-soupsieve/pspec.xml create mode 100644 programming/language/python3/python3-soupsieve/translations.xml diff --git a/programming/language/python3/python3-soupsieve/actions.py b/programming/language/python3/python3-soupsieve/actions.py new file mode 100644 index 0000000000..cbcb8f4043 --- /dev/null +++ b/programming/language/python3/python3-soupsieve/actions.py @@ -0,0 +1,13 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import pythonmodules + +def build(): + pythonmodules.compile(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-soupsieve/pspec.xml b/programming/language/python3/python3-soupsieve/pspec.xml new file mode 100644 index 0000000000..3811e5c47c --- /dev/null +++ b/programming/language/python3/python3-soupsieve/pspec.xml @@ -0,0 +1,45 @@ + + + + + python3-soupsieve + https://facelessuser.github.io/soupsieve/ + + Blue DeviL + bluedevil@sctzine.com + + programming.language.python3 + MIT + library + A modern CSS selector implementation for Beautiful Soup. + Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4. It aims to provide selecting, matching, and filtering using modern CSS selectors. Soup Sieve currently provides selectors from the CSS level 1 specifications up through the latest CSS level 4 drafts and beyond (though some are not yet implemented). + https://github.com/facelessuser/soupsieve/archive/2.0.1.tar.gz + + python3-devel + python3-setuptools + + + + + python3-soupsieve + A modern CSS selector implementation for Beautiful Soup. + + python3 + python3-backports.functools_lru_cache + + + /usr/lib/python3* + /usr/share/doc/python3-soupsieve + + + + + + 2019-12-24 + 2.0.1 + First release + Blue DeviL + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-soupsieve/translations.xml b/programming/language/python3/python3-soupsieve/translations.xml new file mode 100644 index 0000000000..3fe59be78f --- /dev/null +++ b/programming/language/python3/python3-soupsieve/translations.xml @@ -0,0 +1,8 @@ + + + + python3-soupsieve + Beautiful Soup için çağdaş bir CSS seçici uygulaması + Soup Sieve, Beautiful Soup 4 ile kullanılmak üzere geliştirilmiş bir CSS seçici python3 kitaplığıdır. + + \ No newline at end of file