Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gpxpy/, profiles/
Date: Sat, 23 May 2020 09:42:24
Message-Id: 1590226779.995a71855046a7991628e9aa4dddf28d916e7bdd.mgorny@gentoo
1 commit: 995a71855046a7991628e9aa4dddf28d916e7bdd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 23 09:39:39 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 23 09:39:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=995a7185
7
8 sci-geosciences/gpxpy: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/718486
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 profiles/package.mask | 5 -----
14 sci-geosciences/gpxpy/Manifest | 1 -
15 sci-geosciences/gpxpy/gpxpy-0.8.6.ebuild | 26 --------------------------
16 sci-geosciences/gpxpy/metadata.xml | 8 --------
17 4 files changed, 40 deletions(-)
18
19 diff --git a/profiles/package.mask b/profiles/package.mask
20 index c4d3493e9c2..9be031302e7 100644
21 --- a/profiles/package.mask
22 +++ b/profiles/package.mask
23 @@ -533,11 +533,6 @@ sci-libs/Fiona
24 # Removal in 30 days. Bug #718488.
25 sci-geosciences/seawater
26
27 -# Michał Górny <mgorny@g.o> (2020-04-19)
28 -# Unmaintained. Stuck on Python 3.6. Numerous releases behind.
29 -# Removal in 30 days. Bug #718486.
30 -sci-geosciences/gpxpy
31 -
32 # Michał Górny <mgorny@g.o> (2020-04-19)
33 # Unmaintained. Stuck on Python 3.6. Needs version bump.
34 # Removal in 30 days. Bug #718458.
35
36 diff --git a/sci-geosciences/gpxpy/Manifest b/sci-geosciences/gpxpy/Manifest
37 deleted file mode 100644
38 index a2d85130b00..00000000000
39 --- a/sci-geosciences/gpxpy/Manifest
40 +++ /dev/null
41 @@ -1 +0,0 @@
42 -DIST gpxpy-0.8.6.tar.gz 65569 BLAKE2B d0a2673fc4a9adc7b15f45239091f823d6aa5191f7a07bf70d78cc38ca2cbef603e599b08fdcf221805bb81e61ac27d8e41402df77c998d826cdd4d74e376b4b SHA512 3c180436210689724f88fdac43576a9a11b3f8717fb6f8acd7c8ce0afc1219714b4c83f1ba4f64487d35d0189d65a311d77f7778e7d84f315b251d1098f8989c
43
44 diff --git a/sci-geosciences/gpxpy/gpxpy-0.8.6.ebuild b/sci-geosciences/gpxpy/gpxpy-0.8.6.ebuild
45 deleted file mode 100644
46 index 88de25432a1..00000000000
47 --- a/sci-geosciences/gpxpy/gpxpy-0.8.6.ebuild
48 +++ /dev/null
49 @@ -1,26 +0,0 @@
50 -# Copyright 1999-2020 Gentoo Authors
51 -# Distributed under the terms of the GNU General Public License v2
52 -
53 -EAPI=5
54 -
55 -PYTHON_COMPAT=( python3_6 )
56 -
57 -inherit distutils-r1 vcs-snapshot
58 -
59 -DESCRIPTION="python GPX parser"
60 -HOMEPAGE="https://github.com/tkrajina/gpxpy"
61 -SRC_URI="https://github.com/tkrajina/${PN}/tarball/85c3477b -> ${P}.tar.gz"
62 -
63 -LICENSE="Apache-2.0"
64 -SLOT="0"
65 -KEYWORDS="~amd64"
66 -IUSE=""
67 -
68 -DEPEND=""
69 -RDEPEND=""
70 -
71 -DOCS=( NOTICE.txt README.md )
72 -
73 -python_test() {
74 - ${PYTHON} -m unittest test
75 -}
76
77 diff --git a/sci-geosciences/gpxpy/metadata.xml b/sci-geosciences/gpxpy/metadata.xml
78 deleted file mode 100644
79 index de597e19e44..00000000000
80 --- a/sci-geosciences/gpxpy/metadata.xml
81 +++ /dev/null
82 @@ -1,8 +0,0 @@
83 -<?xml version="1.0" encoding="UTF-8"?>
84 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
85 -<pkgmetadata>
86 - <!-- maintainer-needed -->
87 - <upstream>
88 - <remote-id type="github">tkrajina/gpxpy</remote-id>
89 - </upstream>
90 -</pkgmetadata>