New commits:
commit 94cfd6f56f09c2ff540095260dbf0324ef796609
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
python-pypi/beautifulsoup: version 4.8.1
commit 75f859f19c173034341d5a2d53c97f139dab4d67
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
python-pypi/soupsieve: new spell, a modern CSS selector for Beautiful Soup
diff --git a/ChangeLog b/ChangeLog
index 37268f3..ff1b3f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-11-23 Pavel Vinogradov <public AT sourcemage.org>
+ * python-pypi/soupsieve: new spell, a modern CSS selector
+ implementation for Beautiful Soup
+
2019-11-20 Treeve Jelbert <treeve AT sourcemage.org>
* kde.gpg: update "Friedrich W. H. Kossebau <kossebau AT kde.org>"
diff --git a/python-pypi/soupsieve/DEPENDS b/python-pypi/soupsieve/DEPENDS
new file mode 100755
index 0000000..e4ea57a
--- /dev/null
+++ b/python-pypi/soupsieve/DEPENDS
@@ -0,0 +1 @@
+depends PYTHON
diff --git a/python-pypi/soupsieve/DETAILS b/python-pypi/soupsieve/DETAILS
new file mode 100755
index 0000000..d804012
--- /dev/null
+++ b/python-pypi/soupsieve/DETAILS
@@ -0,0 +1,17 @@
+ SPELL="soupsieve"
+ VERSION="1.9.5"
+
SOURCE_HASH="sha256:e2c1c5dee4a1c36bcb790e0fabd5492d874b8ebd4617622c4f6a731701060dda:UPSTREAM_HASH"
+ SOURCE="${SPELL}-$VERSION.tar.gz"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="https://github.com/facelessuser/soupsieve"
+
SOURCE_URL[0]="https://files.pythonhosted.org/packages/92/cf/57dfed8a00f4ba33af3a6615d693bb65a19a11e26ab13293f62359216417/${SOURCE}"
+ LICENSE[0]="BSD"
+ ENTERED="20191123"
+ SHORT="A modern CSS selector implementation for Beautiful Soup"
+cat << EOF
+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).)
+EOF
diff --git a/python-pypi/soupsieve/HISTORY b/python-pypi/soupsieve/HISTORY
new file mode 100644
index 0000000..c8890e6
--- /dev/null
+++ b/python-pypi/soupsieve/HISTORY
@@ -0,0 +1,4 @@
+2019-11-23 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS, DETAILS: version 1.9.5,
+ spell created
+
[SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (94cfd6f56f09c2ff540095260dbf0324ef796609),
Pavel Vinogradov, 11/23/2019