diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-08-19 12:48:42 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-08-19 12:48:42 +0000 |
| commit | 63b6e5656a08eb9287e36c420ea46d37210a4a7c (patch) | |
| tree | 37197815afb0163ca132fd7dadc641c4ca845ae4 /dev-python/tokenize-rt | |
| parent | f97373b42b840a1304aa37da034db515c0450494 (diff) | |
| download | baldeagleos-repo-63b6e5656a08eb9287e36c420ea46d37210a4a7c.tar.gz baldeagleos-repo-63b6e5656a08eb9287e36c420ea46d37210a4a7c.tar.xz baldeagleos-repo-63b6e5656a08eb9287e36c420ea46d37210a4a7c.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/metadata.xml | 19 | ||||
| -rw-r--r-- | dev-python/tokenize-rt/tokenize-rt-4.2.1.ebuild | 18 |
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-python/tokenize-rt/Manifest b/dev-python/tokenize-rt/Manifest new file mode 100644 index 000000000000..9d1301e3addf --- /dev/null +++ b/dev-python/tokenize-rt/Manifest @@ -0,0 +1 @@ +DIST tokenize-rt-4.2.1.gh.tar.gz 7712 BLAKE2B b8cee02bbb9bb559a92645d8230abc29a58f100b9d03a496106bf9301ff2fa6b47e472970dc71203c61a7d1d3b95f6bb88ef8da15641c509efd10a7711e85d2b SHA512 e45d0da12962d67ebf6afe165750dbc6ddf41305154b1c01e99c1172aca27ccdd4da7c9338b84c74bb7e30192b6fc496cbda75a652304c7da6e2bfa63a513631 diff --git a/dev-python/tokenize-rt/metadata.xml b/dev-python/tokenize-rt/metadata.xml new file mode 100644 index 000000000000..ae300f5f6226 --- /dev/null +++ b/dev-python/tokenize-rt/metadata.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>sam@gentoo.org</email> + <name>Sam James</name> + </maintainer> + <maintainer type="person"> + <email>ajak@gentoo.org</email> + <name>John Helmert III</name> + </maintainer> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + + <origin>gentoo-staging</origin> + <stabilize-allarches/> +</pkgmetadata>
\ No newline at end of file diff --git a/dev-python/tokenize-rt/tokenize-rt-4.2.1.ebuild b/dev-python/tokenize-rt/tokenize-rt-4.2.1.ebuild new file mode 100644 index 000000000000..632ba3afef3a --- /dev/null +++ b/dev-python/tokenize-rt/tokenize-rt-4.2.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{7,8,9,10} ) +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/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +distutils_enable_tests pytest |
