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-libs/pyshp/
Date: Sun, 16 Aug 2020 10:15:56
Message-Id: 1597572535.8437998c99f4456097d14186df31837b71566532.mgorny@gentoo
1 commit: 8437998c99f4456097d14186df31837b71566532
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 16 10:08:55 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 16 10:08:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8437998c
7
8 sci-libs/pyshp: Remove unmaintained live ebuild
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sci-libs/pyshp/pyshp-9999.ebuild | 27 ---------------------------
13 1 file changed, 27 deletions(-)
14
15 diff --git a/sci-libs/pyshp/pyshp-9999.ebuild b/sci-libs/pyshp/pyshp-9999.ebuild
16 deleted file mode 100644
17 index 708ad5092d3..00000000000
18 --- a/sci-libs/pyshp/pyshp-9999.ebuild
19 +++ /dev/null
20 @@ -1,27 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI="5"
25 -PYTHON_COMPAT=( python3_6 )
26 -
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="Pure Python read/write support for ESRI Shapefile format"
30 -HOMEPAGE="https://pypi.org/project/pyshp/"
31 -
32 -if [[ ${PV} == "9999" ]] ; then
33 - SRC_URI=""
34 - ESVN_REPO_URI="https://${PN}.googlecode.com/svn/trunk"
35 - inherit subversion
36 -else
37 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
38 - KEYWORDS="~amd64 ~x86"
39 -fi
40 -
41 -LICENSE="MIT"
42 -SLOT="0"
43 -IUSE=""
44 -
45 -RDEPEND=""
46 -DEPEND="${RDEPEND}
47 - dev-python/setuptools[${PYTHON_USEDEP}]"