Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1cb6db13e24b9847bdae7e3e23337a5661b54965)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1cb6db13e24b9847bdae7e3e23337a5661b54965)
  • Date: Sun, 6 Feb 2011 15:45:01 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 4 ++++
libs/sexy-python/DEPENDS | 3 +++
libs/sexy-python/DETAILS | 13 +++++++++++++
libs/sexy-python/HISTORY | 2 ++
python-pypi/geoip-python/DEPENDS | 2 ++
python-pypi/geoip-python/DETAILS | 14 ++++++++++++++
python-pypi/geoip-python/HISTORY | 2 ++
7 files changed, 40 insertions(+)

New commits:
commit 1cb6db13e24b9847bdae7e3e23337a5661b54965
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

sexy-python: new spell, Python language bindings for libsexy

commit 9a49057750bcade7c4eff8d1d342134cef67d5e7
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

geoip-python: new spell, GeoIP Python API

diff --git a/ChangeLog b/ChangeLog
index be7825d..96fd636 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-02-06 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/geoip-python: new spell, GeoIP Python API
+ * libs/sexy-python: new spell, Python language bindings for libsexy
+
2011-02-05 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* science/ppl: new spell, abstractions for analysing and verifying
complex
systems
diff --git a/libs/sexy-python/DEPENDS b/libs/sexy-python/DEPENDS
new file mode 100755
index 0000000..0fb5f07
--- /dev/null
+++ b/libs/sexy-python/DEPENDS
@@ -0,0 +1,3 @@
+depends python &&
+depends pygtk2 &&
+depends libsexy
diff --git a/libs/sexy-python/DETAILS b/libs/sexy-python/DETAILS
new file mode 100755
index 0000000..d0846ea
--- /dev/null
+++ b/libs/sexy-python/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=sexy-python
+ VERSION=0.1.9
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://releases.chipx86.com/libsexy/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:e735f06efce302e10b89cfd3d6c641d523cd29517792ccaa4d022d7be6f6a350fff180f1c94d255ccbc82891cac7346520dfed2a88d828fbd7e891aa56396530
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://www.chipx86.com/w/index.php/Libsexy
+ LICENSE[0]=LGPL
+ ENTERED=20110206
+ SHORT="Python language bindings for libsexy"
+cat << EOF
+Python language bindings for libsexy.
+EOF
diff --git a/libs/sexy-python/HISTORY b/libs/sexy-python/HISTORY
new file mode 100644
index 0000000..6de84ca
--- /dev/null
+++ b/libs/sexy-python/HISTORY
@@ -0,0 +1,2 @@
+2011-02-06 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
diff --git a/python-pypi/geoip-python/DEPENDS
b/python-pypi/geoip-python/DEPENDS
new file mode 100755
index 0000000..7bc76ec
--- /dev/null
+++ b/python-pypi/geoip-python/DEPENDS
@@ -0,0 +1,2 @@
+depends python &&
+depends geoip
diff --git a/python-pypi/geoip-python/DETAILS
b/python-pypi/geoip-python/DETAILS
new file mode 100755
index 0000000..60a9d74
--- /dev/null
+++ b/python-pypi/geoip-python/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=geoip-python
+ SPELLX=GeoIP-Python
+ VERSION=1.2.4
+ SOURCE=$SPELLX-$VERSION.tar.gz
+ SOURCE_URL[0]=http://geolite.maxmind.com/download/geoip/api/python/$SOURCE
+
SOURCE_HASH=sha512:21ed3ea8f514169b7f124784bc88917b0b93e19618c93e55c9a759041a5af9b4d48a746eb27601afc305a45498708e4ca5bd493e5b9dc7976351e26aa684dde6
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
+ WEB_SITE=http://www.maxmind.com/app/python
+ LICENSE[0]=LGPL
+ ENTERED=20110206
+ SHORT="GeoIP Python API"
+cat << EOF
+This is Python wrapper to GeoIP.
+EOF
diff --git a/python-pypi/geoip-python/HISTORY
b/python-pypi/geoip-python/HISTORY
new file mode 100644
index 0000000..6de84ca
--- /dev/null
+++ b/python-pypi/geoip-python/HISTORY
@@ -0,0 +1,2 @@
+2011-02-06 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1cb6db13e24b9847bdae7e3e23337a5661b54965), Vlad Glagolev, 02/06/2011

Archive powered by MHonArc 2.6.24.

Top of Page