New commits:
commit 32a25a7c85639e8c8af3220adb5a98b7d97ff331
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
audio-libs/lilypond: version 2.19.56
commit 315f55766b84ac2aaf48888639579d9341c38b95
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
python-pypi/cherrypy: version 10.2.0
commit bf61f6e744a49ae0e8691f74090bfbf8141922d5
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
editors/vim: version 8.0.0454
commit db9228b79fd5d92e2681cd63e69f5e87f7868db1
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
python-pypi/python-progressbar: new spell, a text progress bar
commit 1bdc16ed6eaec2b379303dda62058ecb19bacd28
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
python-pypi/python-libarchive-c: new spell, python bindings for libarchive
commit 6763935bfb6ddb3c56ea06ea805d8d79b8d8e388
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
python-pypi/python-magic: version 0.4.12
commit 37ec463111f0e7144249436eef3de29131ff6f33
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
graphics-libs/harfbuzz: version 1.4.5
diff --git a/ChangeLog b/ChangeLog
index 08d1613..af7d206 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,10 @@
* emacs-lisp/yasnippet-snippets: new spell, Yasnippet official
snippet collections
+2017-03-11 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * python-pypi/python-libarchive-c: new spell, python bindings for
libarchive
+ * python-pypi/python-progressbar: new spell, a text progress bar
+
2017-03-10 Vlad Glagolev <stealth AT sourcemage.org>
* doc/github-markdown-toc.go: new spell, golang based implementation
of
the github-markdown-toc tool
diff --git a/audio-libs/lilypond/DETAILS b/audio-libs/lilypond/DETAILS
index a076e5a..015898f 100755
--- a/audio-libs/lilypond/DETAILS
+++ b/audio-libs/lilypond/DETAILS
@@ -3,8 +3,8 @@ if [[ $LILYPOND_BRANCH == "stable" ]]; then
VERSION=2.18.2
SOURCE_HASH=sha512:0692f6eb41733076ba7f610cd1e65762f4dfd67307e2ab9e222b140d58ae3a1bb1c6b3be3bcff778d57f161868cf6d57e99bf43bf20f2663d042a07493942ec6
else
- VERSION=2.19.55
-
SOURCE_HASH=sha512:4e3c8f408a3508bd6f82951a417aa67cbbcf11d9d77e128cb52512418d3f91df781ac07356ea96a1b60b67ce42c48ee7dcad44100ddf64584a6f4e0f58f1e0a5
+ VERSION=2.19.56
+
SOURCE_HASH=sha512:e56dc3dab2768d0056e2525d19ab9e2e0c74e781a2bc914ac910a4c85f770ef55561e6110386211025de34fa608d16988cc0a3ae398e8f347ac993013ef832af
fi
SOURCE="$SPELL-$VERSION.tar.gz"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/audio-libs/lilypond/HISTORY b/audio-libs/lilypond/HISTORY
index a6b1d85..5100969 100644
--- a/audio-libs/lilypond/HISTORY
+++ b/audio-libs/lilypond/HISTORY
@@ -1,3 +1,6 @@
+2017-03-12 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: devel version 2.19.56
+
2017-02-25 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: devel version 2.19.55
diff --git a/python-pypi/python-libarchive-c/DEPENDS
b/python-pypi/python-libarchive-c/DEPENDS
new file mode 100755
index 0000000..48d8ddc
--- /dev/null
+++ b/python-pypi/python-libarchive-c/DEPENDS
@@ -0,0 +1 @@
+. $SECTION_DIRECTORY/PY_DEPENDS
diff --git a/python-pypi/python-libarchive-c/DETAILS
b/python-pypi/python-libarchive-c/DETAILS
new file mode 100755
index 0000000..20209fe
--- /dev/null
+++ b/python-pypi/python-libarchive-c/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=python-libarchive-c
+ VERSION=2.7
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://github.com/Changaco/${SPELL}/archive/$VERSION.tar.gz
+
SOURCE_HASH=sha512:15ef4e3689d412fa524858067fc7f68cc909ffb916367d7edb3e0940f114385bab5d0f97a89f90ced59a5cf6d63e78c89d652f7817d6e49f38d244cc6316a424
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-$VERSION"
+ WEB_SITE="https://github.com/Changaco/python-libarchive-c"
+ LICENSE[0]=CC0
+ ENTERED=20170311
+ SHORT="a Python interface to libarchive"
+cat << EOF
+A Python interface to libarchive. It uses the standard ctypes module to
+dynamically load and access the C library.
+EOF
diff --git a/python-pypi/python-libarchive-c/HISTORY
b/python-pypi/python-libarchive-c/HISTORY
new file mode 100644
index 0000000..ff0de0b
--- /dev/null
+++ b/python-pypi/python-libarchive-c/HISTORY
@@ -0,0 +1,3 @@
+2017-03-11 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS, DEPENDS: spell created
+
diff --git a/python-pypi/python-magic/DETAILS
b/python-pypi/python-magic/DETAILS
index 484d2af..dc5a0f7 100755
--- a/python-pypi/python-magic/DETAILS
+++ b/python-pypi/python-magic/DETAILS
@@ -1,8 +1,8 @@
SPELL=python-magic
- VERSION=0.4.6
+ VERSION=0.4.12
SOURCE="${SPELL}-${VERSION}.tar.gz"
- SOURCE_URL[0]=https://pypi.python.org/packages/source/p/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:66c3a7a3120ea360422fe422c373a403a21be674f8df213a80ce83b02051cc1f0d0a2aaa7b4d512194e6914d801062036bdfa5155ead350dde154725808944f6
+
SOURCE_URL[0]=https://files.pythonhosted.org/packages/source/p/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:abb0f16878c3b5dc853975adec0732a1c2c21cf6bd92962f3adadd5b2825baed68d4bf53d796e18f8123a7585c5c044e8866a61bbf3d25fe55b86a68a6577481
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="https://pypi.python.org/pypi/python-magic/"
LICENSE[0]="PSF"
diff --git a/python-pypi/python-magic/HISTORY
b/python-pypi/python-magic/HISTORY
index 0e01eac..3860fcc 100644
--- a/python-pypi/python-magic/HISTORY
+++ b/python-pypi/python-magic/HISTORY
@@ -1,2 +1,5 @@
+2017-03-11 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: verison 0.4.12
+
2014-09-09 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS, DETAILS: spell created
diff --git a/python-pypi/python-progressbar/DEPENDS
b/python-pypi/python-progressbar/DEPENDS
new file mode 100755
index 0000000..bc66e00
--- /dev/null
+++ b/python-pypi/python-progressbar/DEPENDS
@@ -0,0 +1,2 @@
+depends python &&
+depends setuptools
diff --git a/python-pypi/python-progressbar/DETAILS
b/python-pypi/python-progressbar/DETAILS
new file mode 100755
index 0000000..cd9cac3
--- /dev/null
+++ b/python-pypi/python-progressbar/DETAILS
@@ -0,0 +1,31 @@
+ SPELL=python-progressbar
+ VERSION=2.3
+ SOURCE="progressbar-${VERSION}.tar.gz"
+
SOURCE_URL[0]=https://files.pythonhosted.org/packages/source/p/progressbar/${SOURCE}
+
SOURCE_HASH=sha512:06fdc8b6664642bd864be8023355316fba23bcc4deb0c5877c5dfa91da5d233301a8f39342f133cbb63f37a20de7b8b24910ac8073127fcbdf43b5200d60ed5f
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/progressbar-${VERSION}"
+ WEB_SITE="https://github.com/niltonvolpato/python-progressbar"
+ LICENSE[0]=LGPL
+ ENTERED=20170311
+ SHORT="a text progress bar library for Python"
+cat << EOF
+Text progress bar library for Python.
+
+A text progress bar is typically used to display the progress of a long
+running operation, providing a visual cue that processing is underway.
+
+The ProgressBar class manages the current progress, and the format of the
+line is given by a number of widgets. A widget is an object that may display
+differently depending on the state of the progress bar. There are three
+types of widgets:
+ - a string, which always shows itself
+
+ - a ProgressBarWidget, which may return a different value every time its
+ update method is called
+
+ - a ProgressBarWidgetHFill, which is like ProgressBarWidget, except it
+ expands to fill the remaining width of the line.
+
+The progressbar module is very easy to use, yet very powerful. It will also
+automatically enable features like auto-resizing when the system supports it.
+EOF
diff --git a/python-pypi/python-progressbar/HISTORY
b/python-pypi/python-progressbar/HISTORY
new file mode 100644
index 0000000..ff0de0b
--- /dev/null
+++ b/python-pypi/python-progressbar/HISTORY
@@ -0,0 +1,3 @@
+2017-03-11 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS, DEPENDS: spell created
+
[SM-Commit] GIT changes to master grimoire by Florian Franzmann (32a25a7c85639e8c8af3220adb5a98b7d97ff331),
Florian Franzmann, 03/12/2017