summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Strzygowski <lucass@gentoo.org>2004-09-04 23:04:02 +0000
committerLukasz Strzygowski <lucass@gentoo.org>2004-09-04 23:04:02 +0000
commit023eefc0422876ec981207d9b1211c73e9a96ffe (patch)
tree3d5ce9d1078213fbeb4937999db31762cd8fda68 /dev-python/pymetar/pymetar-0.12.ebuild
parentAdded to ~ppc (diff)
downloadhistorical-023eefc0422876ec981207d9b1211c73e9a96ffe.tar.gz
historical-023eefc0422876ec981207d9b1211c73e9a96ffe.tar.bz2
historical-023eefc0422876ec981207d9b1211c73e9a96ffe.zip
Version bump.
Diffstat (limited to 'dev-python/pymetar/pymetar-0.12.ebuild')
-rw-r--r--dev-python/pymetar/pymetar-0.12.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-python/pymetar/pymetar-0.12.ebuild b/dev-python/pymetar/pymetar-0.12.ebuild
new file mode 100644
index 000000000000..56039a02e8d4
--- /dev/null
+++ b/dev-python/pymetar/pymetar-0.12.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pymetar/pymetar-0.12.ebuild,v 1.1 2004/09/04 23:04:02 lucass 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="~x86 ~ppc"
+IUSE=""
+DEPEND="virtual/python"
+DOCS="librarydoc.txt THANKS TODO bin/example.py README"