blob: 1b2b3f22a36330b585aded2cec223ce3fc653ae4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= funcsigs
PORTVERSION= 1.0.2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python function signatures from PEP362
WWW= https://funcsigs.readthedocs.org/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist concurrent distutils unittest2
NO_ARCH= yes
.include <bsd.port.mk>
|