[Lunar-commits] <moonbase> pywapi: Python addon for weather
Duncan Gibson
engelsman at lunar-linux.org
Sat Feb 12 12:31:13 CET 2011
commit 2eb555df7863b1291a9715ee63a58c6defcd1b03
Author: Drew Kelling <akelling at gmail.com>
Date: Sat Feb 12 12:31:13 2011 +0100
pywapi: Python addon for weather
---
zbeta/pywapi/BUILD | 6 ++++++
zbeta/pywapi/DEPENDS | 1 +
zbeta/pywapi/DETAILS | 12 ++++++++++++
3 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/zbeta/pywapi/BUILD b/zbeta/pywapi/BUILD
new file mode 100644
index 0000000..a2b32c0
--- /dev/null
+++ b/zbeta/pywapi/BUILD
@@ -0,0 +1,6 @@
+(
+cd $BUILD_DIRECTORY/$MODULE-$VERSION &&
+python ./setup.py build &&
+prepare_install &&
+python ./setup.py install
+) > $C_FIFO 2>&1
diff --git a/zbeta/pywapi/DEPENDS b/zbeta/pywapi/DEPENDS
new file mode 100644
index 0000000..7d03d17
--- /dev/null
+++ b/zbeta/pywapi/DEPENDS
@@ -0,0 +1 @@
+depends Python
diff --git a/zbeta/pywapi/DETAILS b/zbeta/pywapi/DETAILS
new file mode 100644
index 0000000..67c4a83
--- /dev/null
+++ b/zbeta/pywapi/DETAILS
@@ -0,0 +1,12 @@
+ MODULE=pywapi
+ VERSION=0.2.1
+ SOURCE=$MODULE-${VERSION}.tar.gz
+ SOURCE_URL=http://python-weather-api.googlecode.com/files/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha1:df9cf9c7071a46282946482b888e6edb5fb7a01c
+ WEB_SITE="http://code.google.com/p/python-weather-api/"
+ ENTERED=20110209
+ UPDATED=20110209
+ SHORT="a python wrapper around the Yahoo! Weather, Google Weather and NOAA APIs."
+cat <<EOF
+EOF
More information about the Lunar-commits
mailing list