Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dev-python/typing-extensions/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST typing_extensions-4.12.2.tar.gz 85321 BLAKE2B 8f32740675f5da226c6fd5fa95e0b903794d76cc25d759bee6b136913a3eedc7a702cdc7709587cae13ba3b3d44a7bb1acbdad61333fe655382e3d01d63a3fa7 SHA512 b06f26ae55194f37ee48dcb894bf583051c9e74f639f25195990f56330eae7b585ab4b8655ca575539f48254c20f1920628db6db10512953d1f6364e3c076a27
DIST typing_extensions-4.16.0.tar.gz 113555 BLAKE2B e98cfc36cbdc6459ef30f5a6a5155a891922a6eadc715e8502612c4cae98dd0bf5f4371004fdb2511f10815eb4fb95724b9802f7e4e1f2010f5ddf90c8131c76 SHA512 a46564258597913027f8104ab84dc15cb09434f978e3cac423d2e7c916b400d24627351cd0cc7095e21b01246a6c7b0bcfc062e7c9c5e56e9b71fb4d659560bd
17 changes: 17 additions & 0 deletions dev-python/typing-extensions/typing-extensions-4.16.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Distributed under the terms of the GNU General Public License v2
# Autogen by MARK Devkit

EAPI=7

PYTHON_COMPAT=( python3+ )
DISTUTILS_USE_PEP517="flit"
inherit distutils-r1

DESCRIPTION="Backported and Experimental Type Hints for Python 3.9+"
HOMEPAGE="https://pypi.org/project/typing-extensions/"
SRC_URI="https://files.pythonhosted.org/packages/f6/cc/6253133b5bb138fc3306cebfbda2c520f545d36b5be2c7255cc528bb45d6/typing_extensions-4.16.0.tar.gz -> typing_extensions-4.16.0.tar.gz
"
SLOT="0"
LICENSE="PSF-2"
KEYWORDS="*"
S="${WORKDIR}/typing_extensions-4.16.0"