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

View File

@@ -0,0 +1,20 @@
# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD: head/devel/py-funcsigs/Makefile 437250 2017-03-29 23:36:36Z sunpoet $
PORTNAME= funcsigs
PORTVERSION= 1.0.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Python function signatures from PEP362
NO_ARCH= yes
USE_PYTHON= autoplist distutils
USES= python
do-test:
cd ${WRKSRC}/ && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
.include <bsd.port.mk>

View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1472435618
SHA256 (funcsigs-1.0.2.tar.gz) = a7bb0f2cf3a3fd1ab2732cb49eba4252c2af4240442415b4abce3b87022a8f50
SIZE (funcsigs-1.0.2.tar.gz) = 27947

View File

@@ -0,0 +1,5 @@
funcsigs is a backport of the PEP 362 function signature features from
Python 3.3's inspect module. The backport is compatible with Python 2.7
as well as 3.2 and up.
WWW: http://funcsigs.readthedocs.org/