mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
create bsd12 branch
This commit is contained in:
16
python/py-typing/Makefile
Normal file
16
python/py-typing/Makefile
Normal 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>
|
||||
3
python/py-typing/distinfo
Normal file
3
python/py-typing/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1517849029
|
||||
SHA256 (typing-3.6.4.tar.gz) = d400a9344254803a2368533e4533a4200d21eb7b6b729c173bc38201a74db3f2
|
||||
SIZE (typing-3.6.4.tar.gz) = 71347
|
||||
8
python/py-typing/pkg-descr
Normal file
8
python/py-typing/pkg-descr
Normal 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/
|
||||
Reference in New Issue
Block a user