summaryrefslogtreecommitdiff
path: root/dev-python/pytokens
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/pytokens
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/pytokens')
-rw-r--r--dev-python/pytokens/Manifest2
-rw-r--r--dev-python/pytokens/metadata.xml12
-rw-r--r--dev-python/pytokens/pytokens-0.4.0-r1.ebuild30
-rw-r--r--dev-python/pytokens/pytokens-0.4.1.ebuild30
4 files changed, 0 insertions, 74 deletions
diff --git a/dev-python/pytokens/Manifest b/dev-python/pytokens/Manifest
deleted file mode 100644
index cfcd6506174b..000000000000
--- a/dev-python/pytokens/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST pytokens-0.4.0.tar.gz 15039 BLAKE2B 18a2d9b433179a87a2197e328317bf505abc2d742e9c2defeb79b6aeb8d7a24d86c087c72db2f6918d3f4d920fcce79cd9a1bd1b14daa449be65523e27089f57 SHA512 81d98687e10f4c80424b94c80921b9231cf690a94865ba2bc61c1672d914d21325105e227782eb4fbf8362b0a29cb1169465f3f8d23e361cf4bcd3879d660ff3
-DIST pytokens-0.4.1.tar.gz 23015 BLAKE2B e0ace8f7298033d719f98ea27a3ea1449949ab1f7d368ec02168ac05d160129f83effe9c82f7c1a1105998fae99251119a5f32b1cbb8750d427d3fc417d009cb SHA512 9af0d79983a886b761b226aab1bb9dbd178bb71d74b274da528aa0879782d6634c77c30890d8213fac1eda85056a937cce376edea77e5db5b4cd7287b13e0a7c
diff --git a/dev-python/pytokens/metadata.xml b/dev-python/pytokens/metadata.xml
deleted file mode 100644
index 3e5e041f58b7..000000000000
--- a/dev-python/pytokens/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="github">tusharsadhwani/pytokens</remote-id>
- <remote-id type="pypi">pytokens</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pytokens/pytokens-0.4.0-r1.ebuild b/dev-python/pytokens/pytokens-0.4.0-r1.ebuild
deleted file mode 100644
index 7693f935f2d9..000000000000
--- a/dev-python/pytokens/pytokens-0.4.0-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2025-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A fast, spec compliant Python 3.13+ tokenizer that runs on older Pythons"
-HOMEPAGE="
- https://github.com/tusharsadhwani/pytokens/
- https://pypi.org/project/pytokens/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~x86"
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest
-
-src_configure() {
- export PYTOKENS_USE_MYPYC=0
-}
-
-python_test() {
- epytest -o addopts=
-}
diff --git a/dev-python/pytokens/pytokens-0.4.1.ebuild b/dev-python/pytokens/pytokens-0.4.1.ebuild
deleted file mode 100644
index 7a3f547275a0..000000000000
--- a/dev-python/pytokens/pytokens-0.4.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2025-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A fast, spec compliant Python 3.13+ tokenizer that runs on older Pythons"
-HOMEPAGE="
- https://github.com/tusharsadhwani/pytokens/
- https://pypi.org/project/pytokens/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86"
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest
-
-src_configure() {
- export PYTOKENS_USE_MYPYC=0
-}
-
-python_test() {
- epytest -o addopts=
-}