Magellan Linux

Contents of /smage/trunk/extras/python-typing-extensions/python-typing-extensions-4.10.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17926 - (show annotations) (download)
Mon Mar 11 15:11:07 2024 UTC (2 months, 3 weeks ago) by niro
File size: 265 byte(s)
-ver bump to 4.10.0-r1
1 # $Id$
2
3 PNAME="python-typing-extensions"
4 PVER="4.10.0"
5 PBUILD="r1"
6
7 DESCRIPTION="Backported and Experimental Type Hints for Python 3.7+."
8
9 SPLIT_PNAME="typing-extensions"
10 PYPI_MODULE="typing_extensions"
11 sminclude pypi
12
13 SDEPEND=">= dev-python/python3-setuptools-68"