dev-python/pymetar: Clean old versions up

This commit is contained in:
Michał Górny
2017-05-02 09:58:13 +02:00
parent 58742e962f
commit 4088115ae1
3 changed files with 0 additions and 38 deletions

View File

@@ -1,2 +1 @@
DIST pymetar-0.19.tar.gz 22123 SHA256 2666c9bcb171bcc5cd6c174073a280836f049fbbd9c264ea24a2a023edb647c9 SHA512 2d6f93db41743eceee776f17dd57ce626b89e19d538a9e52a5a984c3ff858ae42abc5c6f129bceda6efccfd2ae7f1c9616f5b82d7e3795cc38d5ece430aec2a6 WHIRLPOOL cad04c3d8415ff67ff0a08070b787e61321eb7836aeafc3fe326382d9d81c46ac41045ead7100b9561d51dc268bd70522782c2d7937901843a3cf03605ad9a49
DIST pymetar-0.21.tar.gz 22714 SHA256 331978d9c54d49948e3817a782b857f247db6c279b8bb5bebd4f5b1a4bb503ea SHA512 6c9e9e7906fe6fb327c667408d04992ca898d0d6037fe1bce08bc15ded59bcda670094da99e84b553c06c8cf991f33c6b3b7b41a9fbd47ba4c48dd4db1d8a2c0 WHIRLPOOL a48985480b82d66ee3092e0a1843d5ab55e37dbb9a64c56c55657533ea59b4433b251c7e77b7ee4e489e232b6edd33336fe16ab7b1e3bcbc27414b1099177c94

View File

@@ -1,14 +0,0 @@
entry for data_files cause unwanted duplicate entry @ install
diff -u pymetar-0.19.orig/setup.py pymetar-0.19/setup.py
--- setup.py 2012-01-25 22:01:19.000000000 +0800
+++ setup.py 2015-01-04 10:57:14.698948559 +0800
@@ -26,7 +26,5 @@
packages= [ "" ],
py_modules=["pymetar"],
scripts = [ "bin/pymetar" ],
- data_files = [("share/doc/pymetar-%s"%pymetar.__version__,
- ['README', 'COPYING', 'THANKS', 'librarydoc.txt']),
- ("share/man/man1", ['pymetar.1'])]
+ data_files = [("share/man/man1", ['pymetar.1'])]
)

View File

@@ -1,23 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="Downloads, decodes and provides access to the weather report for a given station ID"
HOMEPAGE="http://www.schwarzvogel.de/software-pymetar.shtml"
SRC_URI="http://www.schwarzvogel.de/pkgs/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ia64 ppc ~sparc x86"
IUSE=""
DEPEND=""
RDEPEND=""
DOCS="librarydoc.txt README THANKS"
# Fix to install of data
PATCHES=( "${FILESDIR}"/setup.patch )