aboutsummaryrefslogtreecommitdiff
path: root/astro/py-metar
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-12-11 11:45:50 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-12-11 11:45:50 +0000
commitd0456c757215d6b295b2f089e37dd9d40c7f3b2a (patch)
tree2b83ab07f739003ac92f8e3e16b5677133a713af /astro/py-metar
parent4babb74c41dc43684e2caab453a90768a5abb2e2 (diff)
downloadports-d0456c757215d6b295b2f089e37dd9d40c7f3b2a.tar.gz
ports-d0456c757215d6b295b2f089e37dd9d40c7f3b2a.zip
- Move astro/py-metar to astro/py-pymetar
- Add LICENSE_FILE
Notes
Notes: svn path=/head/; revision=403519
Diffstat (limited to 'astro/py-metar')
-rw-r--r--astro/py-metar/Makefile22
-rw-r--r--astro/py-metar/distinfo2
-rw-r--r--astro/py-metar/files/patch-setup.py11
-rw-r--r--astro/py-metar/pkg-descr5
4 files changed, 0 insertions, 40 deletions
diff --git a/astro/py-metar/Makefile b/astro/py-metar/Makefile
deleted file mode 100644
index 3a3997d6b338..000000000000
--- a/astro/py-metar/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Created by: Hye-Shik Chang <perky@fallin.lv>
-# $FreeBSD$
-
-PORTNAME= metar
-PORTVERSION= 0.20
-CATEGORIES= astro python geography
-MASTER_SITES= http://www.schwarzvogel.de/pkgs/ \
- LOCAL/sunpoet
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= py${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Python module that provides access to NOAA METAR weather reports
-
-LICENSE= GPLv2
-
-USE_PYTHON= autoplist distutils
-USES= python:2 shebangfix
-
-SHEBANG_FILES= bin/py${PORTNAME}
-
-.include <bsd.port.mk>
diff --git a/astro/py-metar/distinfo b/astro/py-metar/distinfo
deleted file mode 100644
index ce7c3068e103..000000000000
--- a/astro/py-metar/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (pymetar-0.20.tar.gz) = bcbf3b08558a92c38553fb3b07bfd87b552e1270b8e37b08b3e6b262487abee7
-SIZE (pymetar-0.20.tar.gz) = 22738
diff --git a/astro/py-metar/files/patch-setup.py b/astro/py-metar/files/patch-setup.py
deleted file mode 100644
index 4bbc4f22030c..000000000000
--- a/astro/py-metar/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig 2015-04-20 08:17:26 UTC
-+++ setup.py
-@@ -26,7 +26,5 @@ setup(name="pymetar", version=pymetar.__
- 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=[("man/man1", ['pymetar.1'])]
- )
diff --git a/astro/py-metar/pkg-descr b/astro/py-metar/pkg-descr
deleted file mode 100644
index feef7d4ff479..000000000000
--- a/astro/py-metar/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Pymetar is a python module and command line tool designed to fetch Metar
-reports from the NOAA (http://www.noaa.gov) and allow access to the
-included weather information.
-
-WWW: http://www.schwarzvogel.de/software-pymetar.shtml