Skip to Content.
Sympa Menu

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

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 (32a25a7c85639e8c8af3220adb5a98b7d97ff331)
  • Date: Sun, 12 Mar 2017 21:27:31 +0000

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

ChangeLog | 4 ++++
audio-libs/lilypond/DETAILS | 4 ++--
audio-libs/lilypond/HISTORY | 3 +++
editors/vim/DETAILS | 4 ++--
editors/vim/HISTORY | 3 +++
graphics-libs/harfbuzz/DETAILS | 4 ++--
graphics-libs/harfbuzz/HISTORY | 3 +++
python-pypi/cherrypy/DETAILS | 4 ++--
python-pypi/cherrypy/HISTORY | 3 +++
python-pypi/python-libarchive-c/DEPENDS | 1 +
python-pypi/python-libarchive-c/DETAILS | 14 ++++++++++++++
python-pypi/python-libarchive-c/HISTORY | 3 +++
python-pypi/python-magic/DETAILS | 6 +++---
python-pypi/python-magic/HISTORY | 3 +++
python-pypi/python-progressbar/DEPENDS | 2 ++
python-pypi/python-progressbar/DETAILS | 31
+++++++++++++++++++++++++++++++
python-pypi/python-progressbar/HISTORY | 3 +++
17 files changed, 84 insertions(+), 11 deletions(-)

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/editors/vim/DETAILS b/editors/vim/DETAILS
index 61dfbf5..7841918 100755
--- a/editors/vim/DETAILS
+++ b/editors/vim/DETAILS
@@ -8,12 +8,12 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL=hg_http://vim.googlecode.com/hg:${SPELL}-hg
SOURCE_IGNORE=volatile
else
- VERSION=8.0.0422
+ VERSION=8.0.0454
SECURITY_PATCH=1
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=https://github.com/vim/vim/archive/v${VERSION}.tar.gz
-
SOURCE_HASH=sha512:70ddc70ee3e8d7b86f3596e0813cf0b51f5756e87ca1473b81a385c75e93a64e8025d50e78e87f8e98cd780a181b6fd6cfe9b5487e4d34fdf8a21401e1a95131
+
SOURCE_HASH=sha512:538dac96de1be605cd6c4092b66d1b63e911dd66d686839fa33be96de16c8e81145e8d02802985672fd618e2564b527a67a0924ad8e332901cbf90d4192e4126
fi
WEB_SITE=http://www.vim.org
LICENSE[0]=http://vimdoc.sourceforge.net/htmldoc/uganda.html#license
diff --git a/editors/vim/HISTORY b/editors/vim/HISTORY
index 0e1ce24..bf1697a 100644
--- a/editors/vim/HISTORY
+++ b/editors/vim/HISTORY
@@ -1,3 +1,6 @@
+2017-03-12 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 8.0.0454
+
2017-03-05 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 8.0.0422

diff --git a/graphics-libs/harfbuzz/DETAILS b/graphics-libs/harfbuzz/DETAILS
index bc69105..b92abfa 100755
--- a/graphics-libs/harfbuzz/DETAILS
+++ b/graphics-libs/harfbuzz/DETAILS
@@ -9,8 +9,8 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
else
- VERSION=1.4.4
-
SOURCE_HASH=sha512:2ea0a971ed150598a6e8f48173e60b9bc539d698b34891a2668a34449be286c6790ed47b604cb82406187e8701ed040d01934ffc028970fd460855e2887bf238
+ VERSION=1.4.5
+
SOURCE_HASH=sha512:dd505ef950ef1d702a820987d8e93097e4c4fd9f725d18e69dd756ea21d4d5624eb2edfc8563f89947e3913bf5efa1834092e06ea02821744b0b588ce2ceb00e
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.freedesktop.org/software/harfbuzz/release/$SOURCE
diff --git a/graphics-libs/harfbuzz/HISTORY b/graphics-libs/harfbuzz/HISTORY
index 3ae8f1b..2ce2340 100644
--- a/graphics-libs/harfbuzz/HISTORY
+++ b/graphics-libs/harfbuzz/HISTORY
@@ -1,3 +1,6 @@
+2017-03-11 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 1.4.5
+
2017-03-06 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 1.4.4

diff --git a/python-pypi/cherrypy/DETAILS b/python-pypi/cherrypy/DETAILS
index f290187..be6c4e6 100755
--- a/python-pypi/cherrypy/DETAILS
+++ b/python-pypi/cherrypy/DETAILS
@@ -1,9 +1,9 @@
SPELL=cherrypy
SPELLX=CherryPy
- VERSION=10.1.1
+ VERSION=10.2.0
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_URL[0]="https://pypi.io/packages/source/C/${SPELLX}/${SOURCE}";
-
SOURCE_HASH=sha512:7a9c0ce7762ed8746f2a2ddd379262017f6ec81a126fd982696a49f2d23dc1318b2e5e8bcf339428e49b18ec4397e2b65e1e5fb14d0a857bd929cbe3f06ed78a
+
SOURCE_HASH=sha512:3e5ccba14ae2150e0e09d50e766b0e644b90189fa6c2fcc2d148c1c90a6158499ba2b9e5defacf946f3c1f6fb25891d6bfd172b95550ce7cbc15197cb4ad918f
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
WEB_SITE=http://www.cherrypy.org/
LICENSE[0]=BSD
diff --git a/python-pypi/cherrypy/HISTORY b/python-pypi/cherrypy/HISTORY
index e96f573..27c7ac5 100644
--- a/python-pypi/cherrypy/HISTORY
+++ b/python-pypi/cherrypy/HISTORY
@@ -1,3 +1,6 @@
+2017-03-12 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 10.2.0
+
2017-02-19 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 10.1.1

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

Archive powered by MHonArc 2.6.24.

Top of Page