summaryrefslogtreecommitdiff
path: root/dev-python/tokenize-rt
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/tokenize-rt')
-rw-r--r--dev-python/tokenize-rt/Manifest4
-rw-r--r--dev-python/tokenize-rt/tokenize-rt-6.0.0.ebuild25
-rw-r--r--dev-python/tokenize-rt/tokenize-rt-6.1.0.ebuild2
3 files changed, 2 insertions, 29 deletions
diff --git a/dev-python/tokenize-rt/Manifest b/dev-python/tokenize-rt/Manifest
index 39f224e533a8..b66296702c4d 100644
--- a/dev-python/tokenize-rt/Manifest
+++ b/dev-python/tokenize-rt/Manifest
@@ -1,5 +1,3 @@
-DIST tokenize-rt-6.0.0.gh.tar.gz 7509 BLAKE2B e652a394062fa9965e525430e021a36c9411848dcc1e7283d64692cb349eb5714fd8bce6db0098cd01461a75e638141a18a918befee80a01764ba9d152d1d1da SHA512 40a98a2a6090afa095b4933c63e4ac9dd5b4643a1e804f9ec31956cfc1cff0100a884d62c52c4c769a5810e72ab83b62f5c76cb030e48eced67670b408429cd0
DIST tokenize-rt-6.1.0.gh.tar.gz 7780 BLAKE2B c83a669abf7291981f3f240483ecad50852c375bb232bb530d58a527af92f7f984b5f0860068a2852b3fdd8c748c43531d450cd2f9da9345548bf76c351f31e6 SHA512 7cc6b4e37598269c265bcff6cc182f022369cbf0d9f7cb9606dbd251dd6557912d0427a7feb1c98f021dea4c528e1df8cc5459149a0d152fc7150e174636dad4
-EBUILD tokenize-rt-6.0.0.ebuild 544 BLAKE2B 4e23831b02e5d557da4b3871558cf6dace85ea4625eafebf2a932adb691fa701534c243afcbe09c7578cf5c385b123454149e3feae42acbc656431f39a43dcc5 SHA512 4190c9cb2fa9369944eb4a43548191828d8a2ce7ea9e27f0d4705bdf9e4035c824075239c9d303104d93602df17fc13c5571a71de3065d7ac570460118301bca
-EBUILD tokenize-rt-6.1.0.ebuild 547 BLAKE2B e0692bc549c97315d1c0c226893a5596274e90bb4ff48866fde644f7304e8b4f86336a56cd010ea883e9c92e1ec47d39835f36808ceb0f2f665e7065a7635397 SHA512 2d3f515ce60614a762b0b6b7bcd382a70f61da3cdf4cba105ec475e34c5c2bd425a412be349b471d667a78c10399e20f4c69d86f5bb160c7bbc151f2ddf99f01
+EBUILD tokenize-rt-6.1.0.ebuild 544 BLAKE2B 4e23831b02e5d557da4b3871558cf6dace85ea4625eafebf2a932adb691fa701534c243afcbe09c7578cf5c385b123454149e3feae42acbc656431f39a43dcc5 SHA512 4190c9cb2fa9369944eb4a43548191828d8a2ce7ea9e27f0d4705bdf9e4035c824075239c9d303104d93602df17fc13c5571a71de3065d7ac570460118301bca
MISC metadata.xml 607 BLAKE2B 02d39c8bd53de671b05e0ee930401b6fa9f87a00716cc33e6f171b4275081cb6eb86fb2979c9962a0ae733f3d33a3e93178ddd531c75443cc82ae86d0960fcc4 SHA512 de7f21ed5f4e2849883014fdc2a1711e7b23bf15ed0c7246f53d826ba83eac978b8b92e336beecc3c869598a47c9b89b23803ad7f616aa4d1edf880559bde4d9
diff --git a/dev-python/tokenize-rt/tokenize-rt-6.0.0.ebuild b/dev-python/tokenize-rt/tokenize-rt-6.0.0.ebuild
deleted file mode 100644
index 6eb3c3d3b85d..000000000000
--- a/dev-python/tokenize-rt/tokenize-rt-6.0.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="A wrapper around the stdlib 'tokenize' which roundtrips"
-HOMEPAGE="
- https://github.com/asottile/tokenize-rt/
- https://pypi.org/project/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 x86"
-
-distutils_enable_tests pytest
diff --git a/dev-python/tokenize-rt/tokenize-rt-6.1.0.ebuild b/dev-python/tokenize-rt/tokenize-rt-6.1.0.ebuild
index f234745b1e29..6eb3c3d3b85d 100644
--- a/dev-python/tokenize-rt/tokenize-rt-6.1.0.ebuild
+++ b/dev-python/tokenize-rt/tokenize-rt-6.1.0.ebuild
@@ -20,6 +20,6 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 x86"
distutils_enable_tests pytest