aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-pymetar_0.14.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python/python-pymetar_0.14.bb')
-rw-r--r--recipes/python/python-pymetar_0.14.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/python/python-pymetar_0.14.bb b/recipes/python/python-pymetar_0.14.bb
new file mode 100644
index 0000000000..7520b668bd
--- /dev/null
+++ b/recipes/python/python-pymetar_0.14.bb
@@ -0,0 +1,11 @@
+DESCRIPTION = "Access NOAA's METAR weather reports"
+SECTION = "devel/python"
+PRIORITY = "optional"
+LICENSE = "GPL"
+SRCNAME = "pymetar"
+PR = "ml1"
+
+SRC_URI = "http://www.schwarzvogel.de/pkgs/${SRCNAME}-${PV}.tar.gz"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit distutils