Gentoo Archives: gentoo-commits

From: Thomas Beierlein <tomjbe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/pyshp/
Date: Sat, 29 Aug 2020 17:38:46
Message-Id: 1598722708.11a4f0567c8b64c3df892895a6d680af76f6cbe0.tomjbe@gentoo
1 commit: 11a4f0567c8b64c3df892895a6d680af76f6cbe0
2 Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 29 17:37:02 2020 +0000
4 Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 29 17:38:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11a4f056
7
8 sci-libs/pyshp: Drop old
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
12
13 sci-libs/pyshp/Manifest | 1 -
14 sci-libs/pyshp/pyshp-1.2.0.ebuild | 27 ---------------------------
15 2 files changed, 28 deletions(-)
16
17 diff --git a/sci-libs/pyshp/Manifest b/sci-libs/pyshp/Manifest
18 index 4c844169a68..93db1c90cc7 100644
19 --- a/sci-libs/pyshp/Manifest
20 +++ b/sci-libs/pyshp/Manifest
21 @@ -1,2 +1 @@
22 -DIST pyshp-1.2.0.tar.gz 58993 BLAKE2B f7cb69976b6dd089be45d7984765f803ce94300dc19df1b99a11ba876365f49659fb37a5ebfa36ebe3ce6de4df9f0b80f628160ace9b11a66a247f9a57ac0a80 SHA512 c77e19f258ba9d2e2c480b82c342d2bbeae4b5855627aa98777fbf590e904d50045edecaa0e5ec2e03ddaaf49bf7261944fb77bcd26bf6d21e50c90c30cd0b43
23 DIST pyshp-2.1.0.tar.gz 215360 BLAKE2B 2b32a3db242b90f801abdbc31f3c930bc40c3ad0606433d90f62c6b9af3c0459e8c8467d60aec1075368779e5a4fffa9e3985e1875d82edf732faf982359c605 SHA512 ab0c7832f7e480ec3cdbf94ec29f84b590486625bde3d5cf465e5dc6ddca02998b99510b6c14d5ba005816c5b091044badc1e68988fd971f9e18266096ad86cb
24
25 diff --git a/sci-libs/pyshp/pyshp-1.2.0.ebuild b/sci-libs/pyshp/pyshp-1.2.0.ebuild
26 deleted file mode 100644
27 index 708ad5092d3..00000000000
28 --- a/sci-libs/pyshp/pyshp-1.2.0.ebuild
29 +++ /dev/null
30 @@ -1,27 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI="5"
35 -PYTHON_COMPAT=( python3_6 )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Pure Python read/write support for ESRI Shapefile format"
40 -HOMEPAGE="https://pypi.org/project/pyshp/"
41 -
42 -if [[ ${PV} == "9999" ]] ; then
43 - SRC_URI=""
44 - ESVN_REPO_URI="https://${PN}.googlecode.com/svn/trunk"
45 - inherit subversion
46 -else
47 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
48 - KEYWORDS="~amd64 ~x86"
49 -fi
50 -
51 -LICENSE="MIT"
52 -SLOT="0"
53 -IUSE=""
54 -
55 -RDEPEND=""
56 -DEPEND="${RDEPEND}
57 - dev-python/setuptools[${PYTHON_USEDEP}]"