commit:     a04273369ce21826bbfc57406e5754efa5a2fc7b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May  8 17:12:16 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May  8 19:09:54 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0427336

dev-python/typing-extensions: Enable py3.14

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../typing-extensions-4.13.2-r1.ebuild             | 41 ++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/dev-python/typing-extensions/typing-extensions-4.13.2-r1.ebuild 
b/dev-python/typing-extensions/typing-extensions-4.13.2-r1.ebuild
new file mode 100644
index 000000000000..a9e359e3e580
--- /dev/null
+++ b/dev-python/typing-extensions/typing-extensions-4.13.2-r1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{11..14} python3_1{3t,4t} pypy3_11 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Backported and Experimental Type Hints for Python 3.7+"
+HOMEPAGE="
+       https://pypi.org/project/typing-extensions/
+       https://github.com/python/typing_extensions/
+"
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+       >=dev-python/flit-core-3.11[${PYTHON_USEDEP}]
+       test? (
+               dev-python/test[${PYTHON_USEDEP}]
+       )
+"
+
+distutils_enable_tests unittest
+
+PATCHES=(
+       # https://github.com/python/typing_extensions/pull/566
+       # https://github.com/python/typing_extensions/pull/592
+       "${FILESDIR}/${P}-py314.patch"
+)
+
+python_test() {
+       cd src || die
+       eunittest
+}

Reply via email to