From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0AACF138334 for ; Sun, 29 Dec 2019 23:56:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3488FE0B35; Sun, 29 Dec 2019 23:56:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17ECAE0B35 for ; Sun, 29 Dec 2019 23:56:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C4EC934DCFB for ; Sun, 29 Dec 2019 23:56:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6037F29 for ; Sun, 29 Dec 2019 23:56:52 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1577663795.a3211c4806fb76cf778f6ca3b37164b684859bb7.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/Shapely/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/Shapely/Shapely-9999.ebuild X-VCS-Directories: sci-libs/Shapely/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a3211c4806fb76cf778f6ca3b37164b684859bb7 X-VCS-Branch: master Date: Sun, 29 Dec 2019 23:56:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cb6dd2b9-144f-4404-9b01-eaeae41a8f39 X-Archives-Hash: eb411410ba0258fa2ba3192a7777d182 commit: a3211c4806fb76cf778f6ca3b37164b684859bb7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Dec 29 21:09:07 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 29 23:56:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3211c48 sci-libs/Shapely: Drop unmaintained live ebuild Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-libs/Shapely/Shapely-9999.ebuild | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/sci-libs/Shapely/Shapely-9999.ebuild b/sci-libs/Shapely/Shapely-9999.ebuild deleted file mode 100644 index 30efef7c686..00000000000 --- a/sci-libs/Shapely/Shapely-9999.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python2_7 python3_{5,6} ) - -inherit distutils-r1 git-r3 - -DESCRIPTION="Geometric objects, predicates, and operations" -HOMEPAGE="https://pypi.org/project/Shapely/" -SRC_URI="" -EGIT_REPO_URI="https://github.com/Toblerity/${PN}.git" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=">=sci-libs/geos-3.1" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/pytest[${PYTHON_USEDEP}] )" - -python_test() { - esetup.py test -}