diff options
author | 2004-08-09 17:48:11 +0000 | |
---|---|---|
committer | 2004-08-09 17:48:11 +0000 | |
commit | 915aa9e3e0f1c46cbd80400cde99b5c5e18281ca (patch) | |
tree | ebe7e908be7b4618ef115d496bd0b6318ca7a95d /dev-python/pymetar/pymetar-0.10.ebuild | |
parent | Stable on sparc (diff) | |
download | historical-915aa9e3e0f1c46cbd80400cde99b5c5e18281ca.tar.gz historical-915aa9e3e0f1c46cbd80400cde99b5c5e18281ca.tar.bz2 historical-915aa9e3e0f1c46cbd80400cde99b5c5e18281ca.zip |
Version bump. pymetar-0.8 marked stable on x86.
Diffstat (limited to 'dev-python/pymetar/pymetar-0.10.ebuild')
-rw-r--r-- | dev-python/pymetar/pymetar-0.10.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-python/pymetar/pymetar-0.10.ebuild b/dev-python/pymetar/pymetar-0.10.ebuild new file mode 100644 index 000000000000..a76d206e63a8 --- /dev/null +++ b/dev-python/pymetar/pymetar-0.10.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.10.ebuild,v 1.1 2004/08/09 17:48:11 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" |