create bsd12 branch

This commit is contained in:
ziggi
2019-12-26 07:26:06 +00:00
commit 5cfdab6bfe
14432 changed files with 2272620 additions and 0 deletions

16
python/py-typing/Makefile Normal file
View File

@@ -0,0 +1,16 @@
# $FreeBSD: head/devel/py-typing/Makefile 460987 2018-02-05 17:28:33Z rm $
PORTNAME= typing
PORTVERSION= 3.6.4
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm@FreeBSD.org
COMMENT= Type Hints for Python
NO_ARCH= yes
USES= python:-3.4
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1517849029
SHA256 (typing-3.6.4.tar.gz) = d400a9344254803a2368533e4533a4200d21eb7b6b729c173bc38201a74db3f2
SIZE (typing-3.6.4.tar.gz) = 71347

View File

@@ -0,0 +1,8 @@
This is a backport of the standard library typing module to Python
versions older than 3.5.
Typing defines a standard notation for Python function and variable type
annotations. The notation can be used for documenting code in a concise,
standard format, and it has been designed to also be used by static and
runtime type checkers, static analyzers, IDEs and other tools.
WWW: https://pypi.org/project/typing/