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 6FC7D138359 for ; Wed, 15 Jul 2020 08:07:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60A3EE0996; Wed, 15 Jul 2020 08:06:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4446BE0996 for ; Wed, 15 Jul 2020 08:06:52 +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 2C95034EF99 for ; Wed, 15 Jul 2020 08:06:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68B142EB for ; Wed, 15 Jul 2020 08:06:46 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1594800397.cc8af48e82c59ad84161cb8c4c91f79363c20d5a.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/Shapely/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/Shapely/Shapely-1.7.0.ebuild sci-libs/Shapely/metadata.xml X-VCS-Directories: sci-libs/Shapely/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: cc8af48e82c59ad84161cb8c4c91f79363c20d5a X-VCS-Branch: master Date: Wed, 15 Jul 2020 08:06:46 +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: 8f601ad1-ed52-40c0-8263-98f07b9c3c50 X-Archives-Hash: 59f247ee0f5767741d80b36100e13856 commit: cc8af48e82c59ad84161cb8c4c91f79363c20d5a Author: Dennis Lamm gentoo org> AuthorDate: Mon Jul 6 04:36:15 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Jul 15 08:06:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc8af48e sci-libs/Shapely-1.7.0: added desired changes Signed-off-by: Dennis Lamm gentoo.org> Signed-off-by: Joonas Niilola gentoo.org> sci-libs/Shapely/Shapely-1.7.0.ebuild | 9 ++++----- sci-libs/Shapely/metadata.xml | 4 ++++ 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/sci-libs/Shapely/Shapely-1.7.0.ebuild b/sci-libs/Shapely/Shapely-1.7.0.ebuild index 22f90d786e6..d8dcb698da0 100644 --- a/sci-libs/Shapely/Shapely-1.7.0.ebuild +++ b/sci-libs/Shapely/Shapely-1.7.0.ebuild @@ -14,8 +14,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${PV}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND=" dev-python/numpy[${PYTHON_USEDEP}] @@ -24,12 +22,13 @@ RDEPEND=" BDEPEND="${RDEPEND} dev-python/cython[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/pytest[${PYTHON_USEDEP}] )" +" + +distutils_enable_tests pytest distutils_enable_sphinx docs python_test() { distutils_install_for_testing - ${PYTHON} -m pytest tests || die "tests failed under ${EPYTHON}" + ${EPYTHON} -m pytest tests || die "tests failed under ${EPYTHON}" } diff --git a/sci-libs/Shapely/metadata.xml b/sci-libs/Shapely/metadata.xml index 4cb05623997..fba577d3fb0 100644 --- a/sci-libs/Shapely/metadata.xml +++ b/sci-libs/Shapely/metadata.xml @@ -5,6 +5,10 @@ expeditioneer@gentoo.org Dennis Lamm + + proxy-maint@gentoo.org + Proxy Maintainers + Shapely is a BSD-licensed Python package for manipulation and analysis of planar geometric objects. It is based on the widely deployed GEOS (the engine of PostGIS) and JTS (from which GEOS is ported) libraries.