summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pymetar/pymetar-0.13.ebuild')
-rw-r--r--dev-python/pymetar/pymetar-0.13.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-python/pymetar/pymetar-0.13.ebuild b/dev-python/pymetar/pymetar-0.13.ebuild
new file mode 100644
index 000000000000..58629a08b53c
--- /dev/null
+++ b/dev-python/pymetar/pymetar-0.13.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pymetar/pymetar-0.13.ebuild,v 1.1 2007/10/26 20:46:28 drac Exp $
+
+inherit distutils
+
+HOMEPAGE="http://www.schwarzvogel.de/software-pymetar.shtml"
+DESCRIPTION="PyMETAR downloads the weather report for a given station ID, decodes it and the provides easy access to all the data found in the report."
+SRC_URI="http://www.schwarzvogel.de/pkgs/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
+IUSE=""
+DEPEND="virtual/python"
+DOCS="librarydoc.txt THANKS TODO bin/example.py README"