a5e864b7da
1348 passed in 4.86s It also cleans up TEST_DEPENDS after the removal of py-pytest4. [1] Reported by: adamw [1] Approved by: portmgr (blanket) With hat: python
24 lines
490 B
Makefile
24 lines
490 B
Makefile
PORTNAME= parso
|
|
DISTVERSION= 0.8.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ultima@FreeBSD.org
|
|
COMMENT= Python Parser
|
|
WWW= https://github.com/davidhalter/parso
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docopt>=0:devel/py-docopt@${PY_FLAVOR}
|
|
|
|
USES= cpe python
|
|
CPE_VENDOR= ${PORTNAME}_project
|
|
USE_PYTHON= autoplist distutils pytest
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|