summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2013-03-07 23:29:47 +0400
committerVlad Glagolev2013-03-07 23:29:47 +0400
commitbeb9e6fa726e8e942786e8b217334e5cee2c90b6 (patch)
treed2bc10a6f1c53eb8e8ef49b744bbefc94cc242ff
parent5e7514ea845f769e8b976e8d9820fd8f405986b6 (diff)
parent94e3a61dfb0a1241f02402f47ab5e2baa3ac15bf (diff)
Merge branch 'master' of ssh://scm.sourcemage.org/smgl/grimoire
-rw-r--r--ChangeLog3
-rwxr-xr-xpython-pypi/pyicu/DEPENDS2
-rwxr-xr-xpython-pypi/pyicu/DETAILS14
-rw-r--r--python-pypi/pyicu/HISTORY3
4 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 24c9fcd943..bd59162e37 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2013-03-07 Treeve Jelbert <treeve@sourcemage.org>
+ * python-pypi/pyicu: added, pyton wrapper for ICU
+
2013-03-03 Florian Franzmann <siflfran@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 0000000000..df39d7c035
--- /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 0000000000..70b17ce746
--- /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 0000000000..65c5289ab1
--- /dev/null
+++ b/python-pypi/pyicu/HISTORY
@@ -0,0 +1,3 @@
+2013-03-07 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 1.5
+ * DEPENDS, DETAILS: spell created