mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 03:51:18 +02:00
xxx
This commit is contained in:
20
python/py-typing-extensions/Makefile
Normal file
20
python/py-typing-extensions/Makefile
Normal file
@@ -0,0 +1,20 @@
|
||||
PORTNAME= typing-extensions
|
||||
PORTVERSION= 4.4.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= typing_extensions-${PORTVERSION}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Backported and Experimental Type Hints for Python 3.5+
|
||||
WWW= https://github.com/python/typing_extensions
|
||||
|
||||
USES= python:3.7+
|
||||
USE_PYTHON= allflavors autoplist concurrent pep517
|
||||
|
||||
PEP517_BUILD_CMD= ${PYTHON_CMD} -m flit_core.wheel
|
||||
PEP517_BUILD_DEPEND= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.4<4:python/py-flit-core@${PY_FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
python/py-typing-extensions/distinfo
Normal file
3
python/py-typing-extensions/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1665330642
|
||||
SHA256 (typing_extensions-4.4.0.tar.gz) = 1511434bb92bf8dd198c12b1cc812e800d4181cfcb867674e0f8279cc93087aa
|
||||
SIZE (typing_extensions-4.4.0.tar.gz) = 49708
|
||||
9
python/py-typing-extensions/pkg-descr
Normal file
9
python/py-typing-extensions/pkg-descr
Normal file
@@ -0,0 +1,9 @@
|
||||
The typing module was added to the standard library in Python 3.5 on a
|
||||
provisional basis and will no longer be provisional in Python 3.7. However, this
|
||||
means users of Python 3.5 - 3.6 who are unable to upgrade will not be able to
|
||||
take advantage of new types added to the typing module, such as typing.Text or
|
||||
typing.Coroutine.
|
||||
|
||||
The typing_extensions module contains both backports of these changes as well as
|
||||
experimental types that will eventually be added to the typing module, such as
|
||||
Protocol.
|
||||
Reference in New Issue
Block a user