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 C1F6715800A for ; Mon, 24 Jul 2023 11:34:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF579E09A7; Mon, 24 Jul 2023 11:34:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 B5296E09A7 for ; Mon, 24 Jul 2023 11:34:30 +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 2C87034141F for ; Mon, 24 Jul 2023 11:34:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2CE5C32 for ; Mon, 24 Jul 2023 11:34:26 +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: <1690198457.042ed6900ea25022b8436849ab7718c9efef5fc2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tokenize-rt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tokenize-rt/Manifest dev-python/tokenize-rt/tokenize-rt-5.0.0.ebuild X-VCS-Directories: dev-python/tokenize-rt/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 042ed6900ea25022b8436849ab7718c9efef5fc2 X-VCS-Branch: master Date: Mon, 24 Jul 2023 11:34:26 +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: 0c1f6d17-252b-4e4b-9f3d-3a9385765ded X-Archives-Hash: d0dd331947725b2137a40d0c9efc4cc3 commit: 042ed6900ea25022b8436849ab7718c9efef5fc2 Author: Michał Górny gentoo org> AuthorDate: Mon Jul 24 11:20:08 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jul 24 11:34:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=042ed690 dev-python/tokenize-rt: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/tokenize-rt/Manifest | 1 - dev-python/tokenize-rt/tokenize-rt-5.0.0.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/dev-python/tokenize-rt/Manifest b/dev-python/tokenize-rt/Manifest index 7b7bf0250f85..454de5ee4319 100644 --- a/dev-python/tokenize-rt/Manifest +++ b/dev-python/tokenize-rt/Manifest @@ -1,2 +1 @@ -DIST tokenize-rt-5.0.0.gh.tar.gz 7235 BLAKE2B d5e5dd3637615c451463d85e63b6d48670ed18de58e111625b106cfc0af2616726d2ff510412decd32db2c67dea5807d5f9b64ecfa902f56fd32b739085698c3 SHA512 03e609b1a951e62fed797a10aad1813d324c96019bdf1ad0e413b278d04395d8c4e0d2f10189309338524d928b33441a1c0141cce922f25b9f8c2764415475f3 DIST tokenize-rt-5.1.0.gh.tar.gz 7090 BLAKE2B 4ba6ad24c9cae7f077ae84cc43a5836e282fa2eae5cc1b93c717cf79d5d2afdd2801be0724c08710d88429b4f289086764e0b98533e9d120d66deb8499a8f022 SHA512 a09101eb94479d8e1a22c8976915c41bea1d193091aee9cbb7019846ff667aaa895ff2f9faa9ffa1fdf4ad4c31a76425e89c7aa46e0c16750f15cca117249b94 diff --git a/dev-python/tokenize-rt/tokenize-rt-5.0.0.ebuild b/dev-python/tokenize-rt/tokenize-rt-5.0.0.ebuild deleted file mode 100644 index df3c69909d64..000000000000 --- a/dev-python/tokenize-rt/tokenize-rt-5.0.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 - -DESCRIPTION="A wrapper around the stdlib 'tokenize' which roundtrips" -HOMEPAGE="https://github.com/asottile/tokenize-rt" -SRC_URI=" - https://github.com/asottile/tokenize-rt/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64" - -distutils_enable_tests pytest