summaryrefslogtreecommitdiff
path: root/dev-python/pymetar
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-python/pymetar
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/pymetar')
-rw-r--r--dev-python/pymetar/Manifest4
-rw-r--r--dev-python/pymetar/files/setup_pymetar-0.21.patch10
-rw-r--r--dev-python/pymetar/metadata.xml19
-rw-r--r--dev-python/pymetar/pymetar-0.21.ebuild22
4 files changed, 0 insertions, 55 deletions
diff --git a/dev-python/pymetar/Manifest b/dev-python/pymetar/Manifest
deleted file mode 100644
index 4412a4d7ec54..000000000000
--- a/dev-python/pymetar/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX setup_pymetar-0.21.patch 418 BLAKE2B ef71d8e8ae4084123f41021131dd547e458a500d01c4e7bc5d8547ef25bcca7672a25a4310317ec4311defc9980704a12284eea9a0171f1dab5ebe1f15f9fe6f SHA512 d7fa72eda9798512bdf1e3464123a4b0934a4b04ebb6e954048a0763e7ac7d20cbbbd2f0734a735b7032d9a58167b640f7355bfa3fc986d52dbefe9635e2154d
-DIST pymetar-0.21.tar.gz 22714 BLAKE2B ef6f5cdd6eab0ee7d006ea00c7ad154435afeef596d25d9465151912963d01aa683524fb5f873d3568f1ff9ac0f3370b67c7d1be244734ef456137b6d9b6b6ce SHA512 6c9e9e7906fe6fb327c667408d04992ca898d0d6037fe1bce08bc15ded59bcda670094da99e84b553c06c8cf991f33c6b3b7b41a9fbd47ba4c48dd4db1d8a2c0
-EBUILD pymetar-0.21.ebuild 547 BLAKE2B 5e2fae6b76c83c76ae6551f60a7742a03a4e9a3ff6487f1704a958f49f0dff0b7cecdd4cabc247f1cbb3dbbd2789d1d9afcb5eb27ac6d01e61981e86c2b4b101 SHA512 19c59c5769ecfd1562e109add1ffc09494488d103bbc7adf04b004632034f231ec9d93909d65a06881904e5d7eda445dd68590fd23c18bcdfdf50845bc67b70d
-MISC metadata.xml 959 BLAKE2B d9fc6e95f4c432c64667a617894a8e86e0c69801fb73d1a2d4dfbfcc490f84e32f97c3b2ff425eb30d30769b799d79f39863e4bf6dbc4cb848c03025a34d40d1 SHA512 de0134cfbc608c80cccfd3029faf769fa6e8fae8c3df9ed2bb7afb6231f6d68c68a6bc97fd690987b552aa026c40358e3dbd70d8a8df2633f4c6368ca7651143
diff --git a/dev-python/pymetar/files/setup_pymetar-0.21.patch b/dev-python/pymetar/files/setup_pymetar-0.21.patch
deleted file mode 100644
index 6b96d26add6a..000000000000
--- a/dev-python/pymetar/files/setup_pymetar-0.21.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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'])]
- )
diff --git a/dev-python/pymetar/metadata.xml b/dev-python/pymetar/metadata.xml
deleted file mode 100644
index 55440a29c549..000000000000
--- a/dev-python/pymetar/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
-</maintainer>
-<longdescription>
-This library downloads the weather report for a given station
-ID (get yours from http://www.nws.noaa.gov/tg/siteloc.shtml),
-decodes it and provides easy access to all the data found in the
-report. Documentation and a small example app are inside the tarball.
-</longdescription>
-<longdescription lang="ja">
-このライブラリは指定したステーションID( http://www.nws.noaa.gov/tg/siteloc.shtml で入手)から天気予報結果をダウンロードし、解読し、予報データから検索するのに簡単
-なアクセス手段を提供します。ドキュメンテーションと単純なサンプル・アプリケーショ
-ンはtarballファイルの中です。
-</longdescription>
-</pkgmetadata>
diff --git a/dev-python/pymetar/pymetar-0.21.ebuild b/dev-python/pymetar/pymetar-0.21.ebuild
deleted file mode 100644
index 9370c8024127..000000000000
--- a/dev-python/pymetar/pymetar-0.21.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 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"
-
-PATCHES=( "${FILESDIR}"/setup_pymetar-0.21.patch )