diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-10-22 18:07:21 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-10-22 18:07:21 +0000 |
| commit | 8da7370c745f2de24fecf46b72f99f2b1709baff (patch) | |
| tree | c6e788a272d3cf87a079ae2767a7182562411128 /dev-python/tokenize-rt | |
| parent | f5b40fdf8434f21cd0b0fcc9a68b4dc3abd0220a (diff) | |
| download | baldeagleos-repo-8da7370c745f2de24fecf46b72f99f2b1709baff.tar.gz baldeagleos-repo-8da7370c745f2de24fecf46b72f99f2b1709baff.tar.xz baldeagleos-repo-8da7370c745f2de24fecf46b72f99f2b1709baff.zip | |
Adding metadata
Diffstat (limited to 'dev-python/tokenize-rt')
| -rw-r--r-- | dev-python/tokenize-rt/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/tokenize-rt/tokenize-rt-6.1.0.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-python/tokenize-rt/Manifest b/dev-python/tokenize-rt/Manifest index 5bc1b707a647..ea05fb1ff384 100644 --- a/dev-python/tokenize-rt/Manifest +++ b/dev-python/tokenize-rt/Manifest @@ -1 +1,2 @@ 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 diff --git a/dev-python/tokenize-rt/tokenize-rt-6.1.0.ebuild b/dev-python/tokenize-rt/tokenize-rt-6.1.0.ebuild new file mode 100644 index 000000000000..07266d5899bf --- /dev/null +++ b/dev-python/tokenize-rt/tokenize-rt-6.1.0.ebuild @@ -0,0 +1,25 @@ +# 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_{9,10,11,12,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 |
