dev-python/tokenize-rt: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-06-07 12:33:49 +02:00
parent a5d56b3a18
commit c5ff87a9f3
2 changed files with 0 additions and 26 deletions

View File

@@ -1,2 +1 @@
DIST tokenize-rt-6.1.0.gh.tar.gz 7780 BLAKE2B c83a669abf7291981f3f240483ecad50852c375bb232bb530d58a527af92f7f984b5f0860068a2852b3fdd8c748c43531d450cd2f9da9345548bf76c351f31e6 SHA512 7cc6b4e37598269c265bcff6cc182f022369cbf0d9f7cb9606dbd251dd6557912d0427a7feb1c98f021dea4c528e1df8cc5459149a0d152fc7150e174636dad4
DIST tokenize-rt-6.2.0.gh.tar.gz 7871 BLAKE2B 19a4c93a069b8bdccc7391c62fa57fc2112b2eb29fd9f16ecd3c937817a3712b4b86f403f0a61b9e7818b0b30a04706d7136adbf12dca5fe8157de8e664d9111 SHA512 f6d9d3ce5aa72e11d22b6a2d8c6fe20ecde199a18335f9180637ba9a5d835d5a277a5ebb98fcac008ebf30bcf2693c6e43401310a24e27c042fb6778f0419a86

View File

@@ -1,25 +0,0 @@
# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} )
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