Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (89a2450b1ae980202b2e29be6a2e5938d80f0d32)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (89a2450b1ae980202b2e29be6a2e5938d80f0d32)
  • Date: Fri, 15 Jan 2021 09:40:11 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 2 ++
python-pypi/cssutils/DEPENDS | 2 +-
python-pypi/cssutils/DETAILS | 11 ++++++-----
python-pypi/cssutils/HISTORY | 5 +++++
python-pypi/python-css-parser/DEPENDS | 1 +
python-pypi/python-css-parser/DETAILS | 21 +++++++++++++++++++++
python-pypi/python-css-parser/HISTORY | 2 ++
7 files changed, 38 insertions(+), 6 deletions(-)

New commits:
commit 89a2450b1ae980202b2e29be6a2e5938d80f0d32
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

python-css-parser: new spell, CSS related utilities for python

commit 94c0df5747ae766848f09285f490510a553a812f
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

cssutils 1.0.2

diff --git a/ChangeLog b/ChangeLog
index f2e0152..77adc1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
2021-01-14 Ismael Luceno <ismael AT sourcemage.org>
* python-pypi/python-precis-i18n: new spell, Internationalized
Usernames and Passwords
+ * python-pypi/python-css-parser: new spell, CSS related utilities
+ (parsing, serialization, etc) for python

2021-01-13 Ismael Luceno <ismael AT sourcemage.org>
* net/wsdd2: new spell, WSD/LLMNR Discovery/Name Service Daemon
diff --git a/python-pypi/cssutils/DEPENDS b/python-pypi/cssutils/DEPENDS
index 6e84a0e..8c09196 100755
--- a/python-pypi/cssutils/DEPENDS
+++ b/python-pypi/cssutils/DEPENDS
@@ -1 +1 @@
-depends python
+depends python3
diff --git a/python-pypi/cssutils/DETAILS b/python-pypi/cssutils/DETAILS
index 8048ae9..b3a24cb 100755
--- a/python-pypi/cssutils/DETAILS
+++ b/python-pypi/cssutils/DETAILS
@@ -1,10 +1,11 @@
SPELL=cssutils
- VERSION=0.9.10b1
- SOURCE="${SPELL}-${VERSION}.zip"
- SOURCE_URL[0]="https://bitbucket.org/cthedot/cssutils/downloads/${SOURCE}";
-
SOURCE_HASH=sha512:118865cba38fe65fd35a5adfe9d80cf3413c528c216c9cdb9a0cc7b74b9c2140b466f76efab80579c8796aff801afd06683839912e197962c6194a02ab410e64
+ VERSION=1.0.2
+ SOURCE="$SPELL-$VERSION.tar.gz"
+
B2HASH=5c/0b/c5f29d29c037e97043770b5e7c740b6252993e4b57f029b3cd03c78ddfec
+ SOURCE_URL[0]="https://files.pythonhosted.org/packages/$B2HASH/$SOURCE";
+
SOURCE_HASH=sha512:4988893875a03923d3127e334654799e5c2ebcdc0a7f5b3fb5c9ab27d1b331caa5bf197161312a298531e0757843aa3259ceba5fa19947353eea24a5da53ceda
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="https://bitbucket.org/cthedot/cssutils";
+ WEB_SITE="https://cthedot.de/cssutils/";
LICENSE[0]="LGPL"
ENTERED=20100926
KEYWORDS=""
diff --git a/python-pypi/cssutils/HISTORY b/python-pypi/cssutils/HISTORY
index a507513..5c924ff 100644
--- a/python-pypi/cssutils/HISTORY
+++ b/python-pypi/cssutils/HISTORY
@@ -1,3 +1,8 @@
+2021-01-14 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: switched to python3
+ * DETAILS: fixed WEB_SITE
+ updated spell to 1.0.2
+
2012-07-28 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: version 0.9.10b1 and corrected urls

diff --git a/python-pypi/python-css-parser/DEPENDS
b/python-pypi/python-css-parser/DEPENDS
new file mode 100755
index 0000000..8c09196
--- /dev/null
+++ b/python-pypi/python-css-parser/DEPENDS
@@ -0,0 +1 @@
+depends python3
diff --git a/python-pypi/python-css-parser/DETAILS
b/python-pypi/python-css-parser/DETAILS
new file mode 100755
index 0000000..679ed88
--- /dev/null
+++ b/python-pypi/python-css-parser/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=python-css-parser
+ VERSION=1.0.6
+ SOURCE="$SPELL-$VERSION.tar.gz"
+
SOURCE_URL[0]=https://github.com/ebook-utils/css-parser/archive/v$VERSION.tar.gz
+
SOURCE_HASH=sha512:2140da05404da3045f61c23d7158d253506ae8b6e13c0e73495e0a22d5f9299d78ccb999f6b973e2deb2e30b71008b72f227633d7aacf48c892bf1155e9f6298
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/css-parser-$VERSION"
+ WEB_SITE="https://github.com/ebook-utils/css-parser";
+ LICENSE[0]="LGPL-3.0-or-later"
+ ENTERED=20210114
+ KEYWORDS=""
+ SHORT="CSS related utilities (parsing, serialization, etc) for
python"
+cat << EOF
+A fork of the cssutils project based on version 1.0.2. This fork includes
+general bug fixes and extensions specific to editing and working with ebooks.
+
+The main python source code has been modified so that it will run without
+further conversion on both Python >= 2.7 and Python 3.X without any further
+modules required. All required modifications are handled local to each file
+
+For more information on usage, please see the cssutils documentation.
+EOF
diff --git a/python-pypi/python-css-parser/HISTORY
b/python-pypi/python-css-parser/HISTORY
new file mode 100644
index 0000000..5e06e48
--- /dev/null
+++ b/python-pypi/python-css-parser/HISTORY
@@ -0,0 +1,2 @@
+2021-01-14 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (89a2450b1ae980202b2e29be6a2e5938d80f0d32), Ismael Luceno, 01/15/2021

Archive powered by MHonArc 2.6.24.

Top of Page