diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-23 11:39:39 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-23 11:39:39 +0200 |
commit | 995a71855046a7991628e9aa4dddf28d916e7bdd (patch) | |
tree | c31556c9f97306942f8577a1d1d31672aff20006 /sci-geosciences | |
parent | net-misc/trackma: Remove last-rited pkg (diff) | |
download | gentoo-995a71855046a7991628e9aa4dddf28d916e7bdd.tar.gz gentoo-995a71855046a7991628e9aa4dddf28d916e7bdd.tar.bz2 gentoo-995a71855046a7991628e9aa4dddf28d916e7bdd.zip |
sci-geosciences/gpxpy: Remove last-rited pkg
Closes: https://bugs.gentoo.org/718486
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/gpxpy/Manifest | 1 | ||||
-rw-r--r-- | sci-geosciences/gpxpy/gpxpy-0.8.6.ebuild | 26 | ||||
-rw-r--r-- | sci-geosciences/gpxpy/metadata.xml | 8 |
3 files changed, 0 insertions, 35 deletions
diff --git a/sci-geosciences/gpxpy/Manifest b/sci-geosciences/gpxpy/Manifest deleted file mode 100644 index a2d85130b002..000000000000 --- a/sci-geosciences/gpxpy/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gpxpy-0.8.6.tar.gz 65569 BLAKE2B d0a2673fc4a9adc7b15f45239091f823d6aa5191f7a07bf70d78cc38ca2cbef603e599b08fdcf221805bb81e61ac27d8e41402df77c998d826cdd4d74e376b4b SHA512 3c180436210689724f88fdac43576a9a11b3f8717fb6f8acd7c8ce0afc1219714b4c83f1ba4f64487d35d0189d65a311d77f7778e7d84f315b251d1098f8989c diff --git a/sci-geosciences/gpxpy/gpxpy-0.8.6.ebuild b/sci-geosciences/gpxpy/gpxpy-0.8.6.ebuild deleted file mode 100644 index 88de25432a1b..000000000000 --- a/sci-geosciences/gpxpy/gpxpy-0.8.6.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 vcs-snapshot - -DESCRIPTION="python GPX parser" -HOMEPAGE="https://github.com/tkrajina/gpxpy" -SRC_URI="https://github.com/tkrajina/${PN}/tarball/85c3477b -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="" -RDEPEND="" - -DOCS=( NOTICE.txt README.md ) - -python_test() { - ${PYTHON} -m unittest test -} diff --git a/sci-geosciences/gpxpy/metadata.xml b/sci-geosciences/gpxpy/metadata.xml deleted file mode 100644 index de597e19e44e..000000000000 --- a/sci-geosciences/gpxpy/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">tkrajina/gpxpy</remote-id> - </upstream> -</pkgmetadata> |