Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/Shapely/
Date: Sun, 29 Dec 2019 23:56:57
Message-Id: 1577663795.a3211c4806fb76cf778f6ca3b37164b684859bb7.asturm@gentoo
1 commit: a3211c4806fb76cf778f6ca3b37164b684859bb7
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 29 21:09:07 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 29 23:56:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3211c48
7
8 sci-libs/Shapely: Drop unmaintained live ebuild
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 sci-libs/Shapely/Shapely-9999.ebuild | 28 ----------------------------
14 1 file changed, 28 deletions(-)
15
16 diff --git a/sci-libs/Shapely/Shapely-9999.ebuild b/sci-libs/Shapely/Shapely-9999.ebuild
17 deleted file mode 100644
18 index 30efef7c686..00000000000
19 --- a/sci-libs/Shapely/Shapely-9999.ebuild
20 +++ /dev/null
21 @@ -1,28 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI="5"
26 -
27 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
28 -
29 -inherit distutils-r1 git-r3
30 -
31 -DESCRIPTION="Geometric objects, predicates, and operations"
32 -HOMEPAGE="https://pypi.org/project/Shapely/"
33 -SRC_URI=""
34 -EGIT_REPO_URI="https://github.com/Toblerity/${PN}.git"
35 -
36 -LICENSE="BSD"
37 -SLOT="0"
38 -KEYWORDS=""
39 -IUSE="test"
40 -RESTRICT="!test? ( test )"
41 -
42 -RDEPEND=">=sci-libs/geos-3.1"
43 -DEPEND="${RDEPEND}
44 - dev-python/setuptools[${PYTHON_USEDEP}]
45 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
46 -
47 -python_test() {
48 - esetup.py test
49 -}