Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (b0e45cf11c2c06e23ab25f2afc3407663172c0ab)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (b0e45cf11c2c06e23ab25f2afc3407663172c0ab)
  • Date: Sat, 14 Mar 2020 23:49:24 +0000

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 6 ++++++
editors/vim/DETAILS | 4 ++--
editors/vim/HISTORY | 3 +++
python-pypi/matplotlib/DEPENDS | 1 +
python-pypi/matplotlib/HISTORY | 3 +++
python-pypi/python-cppy/DEPENDS | 2 ++
python-pypi/python-cppy/DETAILS | 16 ++++++++++++++++
python-pypi/python-cppy/HISTORY | 3 +++
python-pypi/python-cycler/DEPENDS | 2 +-
python-pypi/python-cycler/HISTORY | 3 +++
python-pypi/python-kiwisolver/DEPENDS | 4 ++++
python-pypi/python-kiwisolver/DETAILS | 20 ++++++++++++++++++++
python-pypi/python-kiwisolver/HISTORY | 3 +++
python-pypi/python-sphinx-tabs/DEPENDS | 2 ++
python-pypi/python-sphinx-tabs/DETAILS | 13 +++++++++++++
python-pypi/python-sphinx-tabs/HISTORY | 3 +++
16 files changed, 85 insertions(+), 3 deletions(-)

New commits:
commit b0e45cf11c2c06e23ab25f2afc3407663172c0ab
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

editors/vim: version 8.2.0381

commit 15e87e55aeade11b78b3c06f856c92f827836a3c
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

python-pypi/matplotlib: add dependency on python-kiwisolver

commit 000e3532c927ddf36ad7cbcfea7e9fc4e8c5b3a0
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

python-pypi/python-kiwisolver: an implementation of the Cassowary
constraint solving algorithm

commit 02a2f9d8ae87a68c75ab6eb1686eceb38d376227
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

python-pypi/python-cppy: new spell, headers for writing python C
extension modules

commit e92b29ddbfb3bea8e7f692c3ce327115574e0ad8
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

python-pypi/python-sphinx-tabs: new spell, support for tabs in Sphinx

commit b7466a2e7bd73fbd31408458e6307401646f74af
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

python-pypi/python-cycler: depend on python3

diff --git a/ChangeLog b/ChangeLog
index a70a1f9..a4217af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,12 @@
curves
* python-pypi/python-sphinxcontrib-devhelp: new spell, a sphinx
extension which outputs devhelp documents
+ * python-pypi/python-sphinx-tabs: new spell, support for tabs in
+ sphinx
+ * python-pypi/python-cppy: new spell, headers for writing python C
+ extension modules
+ * python-pypi/python-kiwisolver: new spell, an implementation of the
+ Cassowary constraint solving algorithm

2020-03-09 Vlad Glagolev <stealth AT sourcemage.org>
* doc/mangl: new spell, graphical man page viewer
diff --git a/editors/vim/DETAILS b/editors/vim/DETAILS
index 5a30b2f..eab998c 100755
--- a/editors/vim/DETAILS
+++ b/editors/vim/DETAILS
@@ -9,8 +9,8 @@ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
SOURCE_IGNORE="volatile"
FORCE_DOWNLOAD="on"
else
- VERSION=8.2.0360
-
SOURCE_HASH=sha512:183bcb5cc73290193de99beb69b56b64efa37db9d905c6e76a51ac727f4447f76346dde632e2dfae9d289abb4b9ca11a14f7e350eaa699fc2c3c7c2e35fc20b2
+ VERSION=8.2.0381
+
SOURCE_HASH=sha512:dd4238ebbb29d0197e9a3245e5351eecac7a4d201a55ed678100ae5292ce59760b38a4c539f9f84442f165c1fa96a5a9b102ef663f1da727c46f8c44958d74ca
SECURITY_PATCH=5
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
diff --git a/editors/vim/HISTORY b/editors/vim/HISTORY
index 405df5a..6342e40 100644
--- a/editors/vim/HISTORY
+++ b/editors/vim/HISTORY
@@ -1,3 +1,6 @@
+2020-03-14 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 8.2.0381
+
2020-03-07 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 8.2.0360

diff --git a/python-pypi/matplotlib/DEPENDS b/python-pypi/matplotlib/DEPENDS
index e7888512..575d381 100755
--- a/python-pypi/matplotlib/DEPENDS
+++ b/python-pypi/matplotlib/DEPENDS
@@ -4,6 +4,7 @@ depends numpy &&
depends pyparsing &&
depends python-cycler &&
depends python-dateutil &&
+depends python-kiwisolver &&
depends python3 &&
depends zlib &&

diff --git a/python-pypi/matplotlib/HISTORY b/python-pypi/matplotlib/HISTORY
index 5de3ac3..de9baa3 100644
--- a/python-pypi/matplotlib/HISTORY
+++ b/python-pypi/matplotlib/HISTORY
@@ -1,3 +1,6 @@
+2020-03-12 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS: add dependency on python-kiwisolver
+
2020-03-04 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 3.2.0

diff --git a/python-pypi/python-cppy/DEPENDS b/python-pypi/python-cppy/DEPENDS
new file mode 100755
index 0000000..30dd10c
--- /dev/null
+++ b/python-pypi/python-cppy/DEPENDS
@@ -0,0 +1,2 @@
+depends python3 &&
+depends -sub CXX gcc
diff --git a/python-pypi/python-cppy/DETAILS b/python-pypi/python-cppy/DETAILS
new file mode 100755
index 0000000..3af0e2f
--- /dev/null
+++ b/python-pypi/python-cppy/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=python-cppy
+ VERSION=1.0.2
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://github.com/nucleic/cppy/archive/${VERSION}.tar.gz
+
SOURCE_HASH=sha512:a413ee976213518badff868c3afeb2ec41d5d423b1cb2cf1b2be9105a194f55f5a00ef977a1d25cb579b0d801cefd70e21c7cc99b58a90223a66211300203a25
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/cppy-$VERSION"
+ WEB_SITE="https://github.com/nucleic/cppy";
+ LICENSE[0]=BSD
+ ENTERED=20200314
+ SHORT="a collection of C++ headers which make it easier to write
Python C extension modules"
+cat << EOF
+A small C++ header library which makes it easier to write Python extension
+modules. The primary feature is a PyObject smart pointer which automatically
+handles reference counting and provides convenience methods for performing
+common object operations.
+EOF
diff --git a/python-pypi/python-cppy/HISTORY b/python-pypi/python-cppy/HISTORY
new file mode 100644
index 0000000..2eb83d6
--- /dev/null
+++ b/python-pypi/python-cppy/HISTORY
@@ -0,0 +1,3 @@
+2020-03-14 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/python-pypi/python-cycler/DEPENDS
b/python-pypi/python-cycler/DEPENDS
index 322c35a..c547715 100755
--- a/python-pypi/python-cycler/DEPENDS
+++ b/python-pypi/python-cycler/DEPENDS
@@ -1,2 +1,2 @@
-. $SECTION_DIRECTORY/PY_DEPENDS
+depends python3 &&
depends six
diff --git a/python-pypi/python-cycler/HISTORY
b/python-pypi/python-cycler/HISTORY
index 72b4e81..8b6e8c8 100644
--- a/python-pypi/python-cycler/HISTORY
+++ b/python-pypi/python-cycler/HISTORY
@@ -1,3 +1,6 @@
+2020-03-14 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS: depend on python3
+
2017-06-22 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS, DEPENDS: spell created

diff --git a/python-pypi/python-kiwisolver/DEPENDS
b/python-pypi/python-kiwisolver/DEPENDS
new file mode 100755
index 0000000..03f0a64
--- /dev/null
+++ b/python-pypi/python-kiwisolver/DEPENDS
@@ -0,0 +1,4 @@
+depends python3 &&
+depends -sub CXX gcc &&
+depends python-cppy &&
+depends python-sphinx-tabs
diff --git a/python-pypi/python-kiwisolver/DETAILS
b/python-pypi/python-kiwisolver/DETAILS
new file mode 100755
index 0000000..494c54f
--- /dev/null
+++ b/python-pypi/python-kiwisolver/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=python-kiwisolver
+ VERSION=1.1.0
+ SOURCE="kiwisolver-${VERSION}.tar.gz"
+ SOURCE_URL[0]=https://pypi.io/packages/source/k/kiwisolver/${SOURCE}
+
SOURCE_HASH=sha512:651614fe10ae857ac7fc4f72f6d6029788cc176380e8d598edbad141c5a772f33dd0e98a82e7e6125e8cd14197d728a1678f2f7f10c0b1b72723c9bc75d8ba79
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/kiwisolver-${VERSION}"
+ WEB_SITE="https://github.com/nucleic/kiwi";
+ LICENSE[0]=BSD
+ ENTERED=20200314
+ SHORT="an efficient C++ implementation of the Cassowary
constraint solving algorithm"
+cat << EOF
+Kiwi is an efficient C++ implementation of the Cassowary constraint solving
+algorithm. Kiwi is an implementation of the algorithm based on the seminal
+Cassowary paper. It is not a refactoring of the original C++ solver. Kiwi
+has been designed from the ground up to be lightweight and fast. Kiwi ranges
+from 10x to 500x faster than the original Cassowary solver with typical use
+cases gaining a 40x improvement. Memory savings are consistently > 5x.
+
+In addition to the C++ solver, Kiwi ships with hand-rolled Python bindings.
+EOF
diff --git a/python-pypi/python-kiwisolver/HISTORY
b/python-pypi/python-kiwisolver/HISTORY
new file mode 100644
index 0000000..2eb83d6
--- /dev/null
+++ b/python-pypi/python-kiwisolver/HISTORY
@@ -0,0 +1,3 @@
+2020-03-14 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/python-pypi/python-sphinx-tabs/DEPENDS
b/python-pypi/python-sphinx-tabs/DEPENDS
new file mode 100755
index 0000000..19e3ec2
--- /dev/null
+++ b/python-pypi/python-sphinx-tabs/DEPENDS
@@ -0,0 +1,2 @@
+depends python3 &&
+depends python-sphinx
diff --git a/python-pypi/python-sphinx-tabs/DETAILS
b/python-pypi/python-sphinx-tabs/DETAILS
new file mode 100755
index 0000000..cfa10bb
--- /dev/null
+++ b/python-pypi/python-sphinx-tabs/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=python-sphinx-tabs
+ VERSION=1.1.13
+ SOURCE="$SPELL-$VERSION.tar.gz"
+
SOURCE_URL[0]=https://github.com/djungelorm/sphinx-tabs/archive/v${VERSION}.tar.gz
+
SOURCE_HASH=sha512:fb59ceb0a725d6bb1d2ffafefa6653f7385f1ed3a0e97fde032e8848dcf1782d68e5fdfde9b2f3adb5e87a5c6457f59349e46d0678aa6624c8c6d3c69583c203
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/sphinx-tabs-$VERSION"
+ WEB_SITE="https://github.com/djungelorm/sphinx-tabs";
+ LICENSE[0]=MIT
+ ENTERED=20200314
+ SHORT="tabbed views for Sphinx"
+cat << EOF
+Tabbed views for Sphinx.
+EOF
diff --git a/python-pypi/python-sphinx-tabs/HISTORY
b/python-pypi/python-sphinx-tabs/HISTORY
new file mode 100644
index 0000000..2eb83d6
--- /dev/null
+++ b/python-pypi/python-sphinx-tabs/HISTORY
@@ -0,0 +1,3 @@
+2020-03-14 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (b0e45cf11c2c06e23ab25f2afc3407663172c0ab), Florian Franzmann, 03/14/2020

Archive powered by MHonArc 2.6.24.

Top of Page