summaryrefslogtreecommitdiff
path: root/dev-python/tokenize-rt
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-12-31 06:25:01 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-12-31 06:25:01 +0000
commite2c2a9c364d22d65cbba766bb0683b57cb69682a (patch)
tree0447ab5b4f559f4fc4220bbc843334ec18ed699d /dev-python/tokenize-rt
parentcbaecd86fd82eb50088f96c38a8a657f34eff918 (diff)
downloadbaldeagleos-repo-e2c2a9c364d22d65cbba766bb0683b57cb69682a.tar.gz
baldeagleos-repo-e2c2a9c364d22d65cbba766bb0683b57cb69682a.tar.xz
baldeagleos-repo-e2c2a9c364d22d65cbba766bb0683b57cb69682a.zip
Adding metadata
Diffstat (limited to 'dev-python/tokenize-rt')
-rw-r--r--dev-python/tokenize-rt/Manifest1
-rw-r--r--dev-python/tokenize-rt/tokenize-rt-5.1.0.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/tokenize-rt/Manifest b/dev-python/tokenize-rt/Manifest
index 848ceb26ae19..3477fdb114de 100644
--- a/dev-python/tokenize-rt/Manifest
+++ b/dev-python/tokenize-rt/Manifest
@@ -1,2 +1 @@
-DIST tokenize-rt-5.1.0.gh.tar.gz 7090 BLAKE2B 4ba6ad24c9cae7f077ae84cc43a5836e282fa2eae5cc1b93c717cf79d5d2afdd2801be0724c08710d88429b4f289086764e0b98533e9d120d66deb8499a8f022 SHA512 a09101eb94479d8e1a22c8976915c41bea1d193091aee9cbb7019846ff667aaa895ff2f9faa9ffa1fdf4ad4c31a76425e89c7aa46e0c16750f15cca117249b94
DIST tokenize-rt-5.2.0.gh.tar.gz 7239 BLAKE2B a81251b6b8b336a6b1b1095e0b31456e834196fc2174958299ac293e5fc979dcdd2b4fc9c7e2e231e73fd09e116d0538dadf9436b4efdcf1390b2db9a025a4b8 SHA512 4288d474dfa260dea710bfbf529c722215bf8883360d281f41a456c79d4aa029bff9fa22a89e11d83c4095a43738f0751416a53c7e116a484a32937b58c20ff1
diff --git a/dev-python/tokenize-rt/tokenize-rt-5.1.0.ebuild b/dev-python/tokenize-rt/tokenize-rt-5.1.0.ebuild
deleted file mode 100644
index 68cba1923811..000000000000
--- a/dev-python/tokenize-rt/tokenize-rt-5.1.0.ebuild
+++ /dev/null
@@ -1,25 +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_{8,9,10,11,12} )
-
-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"
-
-distutils_enable_tests pytest