dev-python/pymetar: version bump due to changed URLs at NOAA

This commit is contained in:
Tobias Klausmann
2016-08-24 16:25:58 +02:00
parent ea6ae6de1e
commit 67667e6b73
3 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
--- setup.py.orig 2016-08-24 16:21:38.558828272 +0200
+++ setup.py 2016-08-24 16:22:16.619289653 +0200
@@ -27,6 +27,6 @@
py_modules=["pymetar"],
scripts=["bin/pymetar"],
data_files=[("share/doc/pymetar-%s" % pymetar.__version__,
- ['README', 'COPYING', 'THANKS', 'librarydoc.txt']),
+ ['README']),
("share/man/man1", ['pymetar.1'])]
)