dev-python/eval-type-backport: new package, add 0.3.1

Signed-off-by: Alfred Wingate <parona@protonmail.com>
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
This commit is contained in:
Paul Zander
2026-03-12 15:48:39 +01:00
parent c5d2151c81
commit ec522c7f76
3 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST eval_type_backport-0.3.1.tar.gz 9445 BLAKE2B 96aadb7accc8d143795ac846ce1a744d1ac7b84b3d8c020366cabf30cfcd7c092b4a6fbaade8bffc76415d56921569a8c9c760d057945bf1cc321c94d5189d35 SHA512 fe5f5b9641359f24c6d088321b018102a398b44aecd2b29762d3ad9b9c2a53abc3a9490f01b4ec63048a5dfb24218d07fa6b478264cd2ee3255c3cc33259ed2e

View File

@@ -0,0 +1,22 @@
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1 pypi
DESCRIPTION="Backport of typing._eval_type"
HOMEPAGE="
https://github.com/alexmojaki/eval_type_backport/
https://pypi.org/project/eval-type-backport/
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>negril.nx+gentoo@gmail.com</email>
<name>Paul Zander</name>
</maintainer>
<stabilize-allarches/>
<upstream>
<remote-id type="github">alexmojaki/eval_type_backport</remote-id>
<remote-id type="pypi">eval-type-backport</remote-id>
</upstream>
</pkgmetadata>