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:
20
python/py-funcsigs/Makefile
Normal file
20
python/py-funcsigs/Makefile
Normal 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>
|
||||
3
python/py-funcsigs/distinfo
Normal file
3
python/py-funcsigs/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1472435618
|
||||
SHA256 (funcsigs-1.0.2.tar.gz) = a7bb0f2cf3a3fd1ab2732cb49eba4252c2af4240442415b4abce3b87022a8f50
|
||||
SIZE (funcsigs-1.0.2.tar.gz) = 27947
|
||||
5
python/py-funcsigs/pkg-descr
Normal file
5
python/py-funcsigs/pkg-descr
Normal 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/
|
||||
Reference in New Issue
Block a user