Skip to Content.
Sympa Menu

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

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 (3b1f36b9eb3c53f3fe741d0fa832abf34f8254a6)
  • Date: Sun, 3 Jun 2012 06:14:53 -0500

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

ChangeLog | 4 ++++
libs/cdk/DETAILS | 4 ++--
libs/cdk/HISTORY | 4 ++++
libs/cdk/INSTALL | 2 ++
libs/python-ant/BUILD | 1 +
libs/python-ant/DEPENDS | 5 +++++
libs/python-ant/DETAILS | 19 +++++++++++++++++++
libs/python-ant/HISTORY | 6 ++++++
libs/python-ant/INSTALL | 1 +
libs/python-ant/PREPARE | 2 ++
libs/pyusb/BUILD | 1 +
libs/pyusb/DEPENDS | 2 ++
libs/pyusb/DETAILS | 14 ++++++++++++++
libs/pyusb/HISTORY | 3 +++
libs/pyusb/INSTALL | 1 +
python-pypi/msgpack-python/DEPENDS | 1 +
python-pypi/msgpack-python/DETAILS | 15 +++++++++++++++
python-pypi/msgpack-python/HISTORY | 3 +++
python-pypi/pyserial/DEPENDS | 2 +-
python-pypi/pyserial/DETAILS | 8 ++++----
python-pypi/pyserial/HISTORY | 4 ++++
21 files changed, 95 insertions(+), 7 deletions(-)

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

libs/python-ant: pull directly from git

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

libs/cdk: version 5.0-20120323

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

libs/python-ant: new spell, a library for communicating with ANT+ devices

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

python-pypi/pyserial: depend on PYTHON instead of python

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

python-pypi/pyserial: version 2.6

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

python-pypi/msgpack-python: new spell, a binary-based efficient object
serialization library

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

libs/pyusb: new spell, USB support for python

diff --git a/ChangeLog b/ChangeLog
index f1a4215..91f4b8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,10 @@
* python-pypi/genbackupdata: new spell, a tool for generating test
data for
backup programs
* python-pypi/seivot: new spell, a tool for benchmarking backup
programs
+ * libs/pyusb: new spell, USB support for python
+ * python-pypi/msgpack-python: new spell, a binary-based efficient
object
+ serialization library
+ * libs/python-ant: new spell, a library for communicating for ANT+
devices

2012-05-31 Julien "_kaze_" ROZO <julien AT rozo.org>
* utils/dfc: new spell, a df replacement with graphs and colors
diff --git a/libs/cdk/DETAILS b/libs/cdk/DETAILS
index b3031c2..ac94b7b 100755
--- a/libs/cdk/DETAILS
+++ b/libs/cdk/DETAILS
@@ -1,6 +1,6 @@
SPELL="cdk"
- VERSION="5.0-20110517"
-
SOURCE_HASH=sha512:b3b960be7332397f7eb4088627bb301af80f094865fdad13f54913697bebcf25547f36c5a2bd9155b38fa5d1cb51315ce92eeb69ec736101d3d8590700afeca0
+ VERSION="5.0-20120323"
+
SOURCE_HASH=sha512:bd3a3f7a79eeea23a2e79aefbe689f6b89c91108f3c1cc3e205c02021fbd39139c67da45f5c8c219d85dd57058725be1a12dce37cfaf767d756f8d56761f750f
SOURCE="${SPELL}-${VERSION}.tgz"
SOURCE_URL[0]="ftp://invisible-island.net/cdk/$SOURCE";
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SOURCE%.tgz}"
diff --git a/libs/cdk/HISTORY b/libs/cdk/HISTORY
index a871c5c..958acfb 100644
--- a/libs/cdk/HISTORY
+++ b/libs/cdk/HISTORY
@@ -1,3 +1,7 @@
+2012-06-03 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 5.0-20120323
+ * INSTALL: make cdk5-config executable
+
2012-03-01 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 5.0-20110517

diff --git a/libs/cdk/INSTALL b/libs/cdk/INSTALL
new file mode 100755
index 0000000..377d678
--- /dev/null
+++ b/libs/cdk/INSTALL
@@ -0,0 +1,2 @@
+default_install &&
+chmod +x ${INSTALL_ROOT}/usr/bin/cdk5-config
diff --git a/libs/python-ant/BUILD b/libs/python-ant/BUILD
new file mode 100755
index 0000000..a05d2aa
--- /dev/null
+++ b/libs/python-ant/BUILD
@@ -0,0 +1 @@
+default_build_python
diff --git a/libs/python-ant/DEPENDS b/libs/python-ant/DEPENDS
new file mode 100755
index 0000000..cc8f800
--- /dev/null
+++ b/libs/python-ant/DEPENDS
@@ -0,0 +1,5 @@
+depends python &&
+depends SETUPTOOLS &&
+depends pyserial &&
+depends pyusb &&
+depends msgpack-python
diff --git a/libs/python-ant/DETAILS b/libs/python-ant/DETAILS
new file mode 100755
index 0000000..afb8a5f
--- /dev/null
+++ b/libs/python-ant/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=python-ant
+ VERSION=40b559e
+if [[ "$PYTHON_ANT_AUTOUPDATE" == "y" ]]; then
+ VERSION=$(date +%Y%m%d)
+else
+ VERSION=git
+fi
+ SOURCE="${SPELL}-scm.tar.bz2"
+ SOURCE_URL[0]=git://github.com/mvillalba/python-ant.git:python-ant-scm
+ SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
+ WEB_SITE="https://github.com/mvillalba/python-ant";
+ LICENSE[0]=BSD
+ ENTERED=20120602
+ SHORT="a python implementation of the ANT, ANT+, and ANT-FS
protocols"
+cat << EOF
+Python implementation of the ANT, ANT+, and ANT-FS protocols. For more
+information about ANT, see http://www.thisisant.com/.
+EOF
diff --git a/libs/python-ant/HISTORY b/libs/python-ant/HISTORY
new file mode 100644
index 0000000..f3631a7
--- /dev/null
+++ b/libs/python-ant/HISTORY
@@ -0,0 +1,6 @@
+2012-06-03 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS, PREPARE: pull directly from git
+
+2012-06-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS, BUILD, INSTALL: spell created
+
diff --git a/libs/python-ant/INSTALL b/libs/python-ant/INSTALL
new file mode 100755
index 0000000..46c6fba
--- /dev/null
+++ b/libs/python-ant/INSTALL
@@ -0,0 +1 @@
+default_install_python
diff --git a/libs/python-ant/PREPARE b/libs/python-ant/PREPARE
new file mode 100755
index 0000000..3ca45ba
--- /dev/null
+++ b/libs/python-ant/PREPARE
@@ -0,0 +1,2 @@
+. ${GRIMOIRE}/FUNCTIONS &&
+prepare_select_branch scm
diff --git a/libs/pyusb/BUILD b/libs/pyusb/BUILD
new file mode 100755
index 0000000..a05d2aa
--- /dev/null
+++ b/libs/pyusb/BUILD
@@ -0,0 +1 @@
+default_build_python
diff --git a/libs/pyusb/DEPENDS b/libs/pyusb/DEPENDS
new file mode 100755
index 0000000..99ba501
--- /dev/null
+++ b/libs/pyusb/DEPENDS
@@ -0,0 +1,2 @@
+depends python &&
+depends LIBUSB
diff --git a/libs/pyusb/DETAILS b/libs/pyusb/DETAILS
new file mode 100755
index 0000000..5db4096
--- /dev/null
+++ b/libs/pyusb/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=pyusb
+ VERSION=1.0.0a2
+ SOURCE="${SPELL}-${VERSION}.zip"
+
SOURCE_URL[0]=http://netcologne.dl.sourceforge.net/project/${SPELL}/PyUSB%201.0/1.0.0-alpha-2/${SOURCE}
+
SOURCE_HASH=sha512:3a63fed6ef53fee5a5b34754b8e0bba46d01e122cb3adaac4d67fcb595e994db1a06119e36b7189fe481dc553d566a3374c1da26761c428938c34ed3477524bf
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://sourceforge.net/projects/pyusb/";
+ LICENSE[0]=BSD
+ ENTERED=20120602
+ SHORT="USB access for python"
+cat << EOF
+The PyUSB module provides for Python easy access to the host machine's
+Universal Serial Bus (USB) system.
+EOF
diff --git a/libs/pyusb/HISTORY b/libs/pyusb/HISTORY
new file mode 100644
index 0000000..e99f151
--- /dev/null
+++ b/libs/pyusb/HISTORY
@@ -0,0 +1,3 @@
+2012-06-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS, BUILD, INSTALL: spell created
+
diff --git a/libs/pyusb/INSTALL b/libs/pyusb/INSTALL
new file mode 100755
index 0000000..46c6fba
--- /dev/null
+++ b/libs/pyusb/INSTALL
@@ -0,0 +1 @@
+default_install_python
diff --git a/python-pypi/msgpack-python/DEPENDS
b/python-pypi/msgpack-python/DEPENDS
new file mode 100755
index 0000000..6e84a0e
--- /dev/null
+++ b/python-pypi/msgpack-python/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/python-pypi/msgpack-python/DETAILS
b/python-pypi/msgpack-python/DETAILS
new file mode 100755
index 0000000..8caa8c8
--- /dev/null
+++ b/python-pypi/msgpack-python/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=msgpack-python
+ VERSION=0.1.13
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+
SOURCE_URL[0]="http://pypi.python.org/packages/source/m/${SPELL}/${SOURCE}#md5=a6781bf2b670963c0ff1316976e66b14";
+
SOURCE_HASH=sha512:fa2e4871093d0fa10f15cb34a2f379c1b0040c1c33f412966c0aba0f7bf531134f8e6d122e3bed9eaae32499cba6beb95efcaf2a8723ddbba61f12e9d6b4a3d1
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://msgpack.org/";
+ LICENSE[0]=Apache
+ ENTERED=20120602
+ SHORT="a binary-based efficient object serialization library"
+cat << EOF
+MessagePack is a binary-based efficient object serialization library. It
+enables to exchange structured objects between many languages like JSON. But
+unlike JSON, it is very fast and small.
+EOF
diff --git a/python-pypi/msgpack-python/HISTORY
b/python-pypi/msgpack-python/HISTORY
new file mode 100644
index 0000000..c74d5e3
--- /dev/null
+++ b/python-pypi/msgpack-python/HISTORY
@@ -0,0 +1,3 @@
+2012-06-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/python-pypi/pyserial/DEPENDS b/python-pypi/pyserial/DEPENDS
index 867b4d4..b9f5874 100755
--- a/python-pypi/pyserial/DEPENDS
+++ b/python-pypi/pyserial/DEPENDS
@@ -1 +1 @@
-depends python
+depends PYTHON
diff --git a/python-pypi/pyserial/DETAILS b/python-pypi/pyserial/DETAILS
index d85983b..c4c55d5 100755
--- a/python-pypi/pyserial/DETAILS
+++ b/python-pypi/pyserial/DETAILS
@@ -1,9 +1,9 @@
SPELL=pyserial
- VERSION=2.1
- SOURCE=$SPELL-$VERSION.zip
+ VERSION=2.6
+ SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:25c29de267f42890d92d3e828c1d3f2982462df34db1a3864330d3a3bb19e30b4ca2bc536acb0a9d8c00187b396d4349c64f7912816d645ae7c30bed2d4268ce
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/p/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:41682f8fafb6c5fa9642d3a0a3d6d0648101c38d157005f9c4e019e55d534953486072caf05647d8828b0e19c8259cc61cac856a570bf09904922ffd175fad2d
LICENSE[0]=PYTHON
WEB_SITE=http://pyserial.sourceforge.net/
ENTERED=20020318
diff --git a/python-pypi/pyserial/HISTORY b/python-pypi/pyserial/HISTORY
index 7418a6a..657529f 100644
--- a/python-pypi/pyserial/HISTORY
+++ b/python-pypi/pyserial/HISTORY
@@ -1,3 +1,7 @@
+2012-06-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 2.6
+ * DEPENDS: depend on PYTHON instead of python
+
2006-11-08 Flavien Bridault <vlaaad AT sourcemage.org>
* TRIGGERS: Removed, python upgrades are now handled in the python
spell




  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (3b1f36b9eb3c53f3fe741d0fa832abf34f8254a6), Florian Franzmann, 06/03/2012

Archive powered by MHonArc 2.6.24.

Top of Page