Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (94e3a61dfb0a1241f02402f47ab5e2baa3ac15bf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (94e3a61dfb0a1241f02402f47ab5e2baa3ac15bf)
  • Date: Thu, 7 Mar 2013 13:27:09 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
python-pypi/pyicu/DEPENDS | 2 ++
python-pypi/pyicu/DETAILS | 14 ++++++++++++++
python-pypi/pyicu/HISTORY | 3 +++
4 files changed, 22 insertions(+)

New commits:
commit 94e3a61dfb0a1241f02402f47ab5e2baa3ac15bf
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

pyicu-1.5 - new spell

diff --git a/ChangeLog b/ChangeLog
index 24c9fcd..bd59162 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2013-03-07 Treeve Jelbert <treeve AT sourcemage.org>
+ * python-pypi/pyicu: added, pyton wrapper for ICU
+
2013-03-03 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* haskell/HASKELL_POST_REMOVE: forcefully unregister packages
* devel/darcs: moved to haskell/darcs
diff --git a/python-pypi/pyicu/DEPENDS b/python-pypi/pyicu/DEPENDS
new file mode 100755
index 0000000..df39d7c
--- /dev/null
+++ b/python-pypi/pyicu/DEPENDS
@@ -0,0 +1,2 @@
+depends PYTHON &&
+depends icu
diff --git a/python-pypi/pyicu/DETAILS b/python-pypi/pyicu/DETAILS
new file mode 100755
index 0000000..70b17ce
--- /dev/null
+++ b/python-pypi/pyicu/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=pyicu
+ SPELLX=PyICU
+ VERSION=1.5
+
SOURCE_HASH=sha512:c196d65a5d112c2a720a10082fe461195858b87b03d5273facc13bb711a1c42264eec7899af52d71d783f35ad19e735fc74ffe994a1369ebf5550b58115c5e6e
+ SOURCE=$SPELLX-$VERSION.tar.gz
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/P/$SPELLX/$SOURCE
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
+ WEB_SITE=http://pyicu.osafoundation.org/
+ LICENSE[0]=BSD
+ ENTERED=20130307
+ SHORT="python extension wrapping IBM's ICU C++ API"
+cat << EOF
+PyICU is a python extension wrapping IBM's ICU C++ API.
+EOF
diff --git a/python-pypi/pyicu/HISTORY b/python-pypi/pyicu/HISTORY
new file mode 100644
index 0000000..65c5289
--- /dev/null
+++ b/python-pypi/pyicu/HISTORY
@@ -0,0 +1,3 @@
+2013-03-07 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.5
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (94e3a61dfb0a1241f02402f47ab5e2baa3ac15bf), Treeve Jelbert, 03/07/2013

Archive powered by MHonArc 2.6.24.

Top of Page