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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1E131158094 for ; Mon, 3 Oct 2022 06:50:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BAB2E08CD; Mon, 3 Oct 2022 06:50:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55E7AE08CD for ; Mon, 3 Oct 2022 06:50:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7C221340F25 for ; Mon, 3 Oct 2022 06:50:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC516602 for ; Mon, 3 Oct 2022 06:50:44 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1664779839.0a1ba9900606021159722fcb22d90d48b3aeb98c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/owslib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/owslib/Manifest dev-python/owslib/owslib-0.26.0.ebuild X-VCS-Directories: dev-python/owslib/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0a1ba9900606021159722fcb22d90d48b3aeb98c X-VCS-Branch: master Date: Mon, 3 Oct 2022 06:50:44 +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: 44e93266-ef9f-47a0-aa20-79e962ee041f X-Archives-Hash: 156b7975fc88bcc175cae9f1f7938563 commit: 0a1ba9900606021159722fcb22d90d48b3aeb98c Author: Michał Górny gentoo org> AuthorDate: Mon Oct 3 06:49:52 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Oct 3 06:50:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a1ba990 dev-python/owslib: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/owslib/Manifest | 1 - dev-python/owslib/owslib-0.26.0.ebuild | 42 ---------------------------------- 2 files changed, 43 deletions(-) diff --git a/dev-python/owslib/Manifest b/dev-python/owslib/Manifest index fb40bac9e68f..ecaeb3f7dd0c 100644 --- a/dev-python/owslib/Manifest +++ b/dev-python/owslib/Manifest @@ -1,2 +1 @@ -DIST owslib-0.26.0.gh.tar.gz 948463 BLAKE2B 2cbdad2d8e9bc4b8a7e2db58dc75a7c053bde0b2cc772a01f230db044909615b96e62b08bb93233df153686a180a5e93af1bda6ea79b8565efacccfa18fcf4da SHA512 27362c47eae87dc6318d505dd1b0987de36d140d2d0fd5d7a5195470de39d73807fbcafa142366f6981cc36453c262a41133c6c68baf45a97d0fdaae5a0ebf4b DIST owslib-0.27.2.gh.tar.gz 949148 BLAKE2B 2e12b43de3c3c362b03af15c93fe268e9ad8dd8647a18a8ef978203db896db65dd26cd20d6d58214880248593589604f764887b50c9eb8695d8e51accef3dfe8 SHA512 02c70731ef92783d53b8f0dff2cec7d28d14ac08b0a4b5090183f9eacf156d539c823fcd2ae480c07447e901697de498cdf2aaf27c8b6d46fa4cf8eb3679ceee diff --git a/dev-python/owslib/owslib-0.26.0.ebuild b/dev-python/owslib/owslib-0.26.0.ebuild deleted file mode 100644 index 84f2660d1f89..000000000000 --- a/dev-python/owslib/owslib-0.26.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="Library for client programming with Open Geospatial Consortium web service" -HOMEPAGE="https://geopython.github.io/OWSLib/" -SRC_URI=" - https://github.com/geopython/${PN}/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" -S="${WORKDIR}/OWSLib-${PV}" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~x86" -RESTRICT="test" -PROPERTIES="test_network" - -RDEPEND=" - dev-python/lxml[${PYTHON_USEDEP}] - dev-python/pyproj[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] -" -BDEPEND="test? ( dev-python/pillow[${PYTHON_USEDEP}] )" - -EPYTEST_DESELECT=( - tests/test_ogcapi_features_pygeoapi.py::test_ogcapi_features_pygeoapi -) - -distutils_enable_tests pytest - -src_prepare() { - sed -e '/addopts/d' -i tox.ini || die - distutils-r1_src_prepare -}