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 147D8158091 for ; Mon, 30 May 2022 17:21:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14FCAE08C4; Mon, 30 May 2022 17:21:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 EE8EFE08A2 for ; Mon, 30 May 2022 17:21:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 29E44341933 for ; Mon, 30 May 2022 17:21:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26EBF4E5 for ; Mon, 30 May 2022 17:21:43 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1653931008.2eb6a224c149575a71b3f39fdc5f89c69ff82697.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/gpxpy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/gpxpy/Manifest dev-python/gpxpy/gpxpy-1.4.2.ebuild X-VCS-Directories: dev-python/gpxpy/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 2eb6a224c149575a71b3f39fdc5f89c69ff82697 X-VCS-Branch: dev Date: Mon, 30 May 2022 17:21:43 +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: c4ae551b-9ee3-4edf-9f05-94ce94599bd4 X-Archives-Hash: 045df912c5a9d49a3db7043031cfbf40 commit: 2eb6a224c149575a71b3f39fdc5f89c69ff82697 Author: Alessandro Barbieri gmail com> AuthorDate: Mon May 30 17:16:48 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Mon May 30 17:16:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2eb6a224 dev-python/gpxpy: drop 1.4.2 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/gpxpy/Manifest | 1 - dev-python/gpxpy/gpxpy-1.4.2.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/dev-python/gpxpy/Manifest b/dev-python/gpxpy/Manifest index 62bb1da44..44cb54f17 100644 --- a/dev-python/gpxpy/Manifest +++ b/dev-python/gpxpy/Manifest @@ -1,2 +1 @@ -DIST gpxpy-1.4.2.tar.gz 109735 BLAKE2B ff7dd9ef9179de60693f683a68e4068e632f795ccba0b0047abdd8775902a8528d0fefb8532ea69d9d1f591cd5b72be555339fd8b500e7a4fcc0f6b87056ed95 SHA512 34c851be1cd8dd243b11ed69588a254f932b79e7db0106142bd1dedbad6c3693be8ba65495b631e2cc149f39bd2af0a0347f1471a850799e91e215a35ffa5adb DIST gpxpy-1.5.0.tar.gz 113446 BLAKE2B 0ed256a3eb869a610027ffea1706c4a3465cc8c7f9ec67cbeebe93a643b03d2ff1cb24442122928624f37d11115f9bfb8f8e83d0e0f1d3a89d132b4f07b71456 SHA512 08705fa0f78e0539d4b6b84723b01fa6b62a13de0ec25d034da2c14e6cabea14debe92e2a9c4120476bd21f6ea502da8e68217043ad9a401c365895bb69698b0 diff --git a/dev-python/gpxpy/gpxpy-1.4.2.ebuild b/dev-python/gpxpy/gpxpy-1.4.2.ebuild deleted file mode 100644 index ddf9a2af4..000000000 --- a/dev-python/gpxpy/gpxpy-1.4.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 2020-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="GPX file parser and GPS track manipulation library" -HOMEPAGE=" - https://github.com/tkrajina/gpxpy - https://pypi.org/project/gpxpy/ -" -SRC_URI="https://github.com/tkrajina/gpxpy/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -KEYWORDS="~amd64" -LICENSE="Apache-2.0" -SLOT="0" - -distutils_enable_tests unittest