summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2013-03-07 20:26:39 +0100
committerTreeve Jelbert2013-03-07 20:27:03 +0100
commit94e3a61dfb0a1241f02402f47ab5e2baa3ac15bf (patch)
tree8faec14761c21610a82cb479b382b9719425b9c2
parente00e4ba920962e506dfeaeae65d0e138f2cf9878 (diff)
pyicu-1.5 - new spell
-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