devel/py-click: Level up ports compliance

Approved by: portmgr (blanket, framework compliance)
This commit is contained in:
Kubilay Kocak 2018-08-11 03:32:01 +00:00
parent 7836146eac
commit 09ec9ae4ce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=476858

View File

@ -3,6 +3,7 @@
PORTNAME= click
PORTVERSION= 6.7
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -11,9 +12,16 @@ MAINTAINER= robak@FreeBSD.org
COMMENT= Python package for creating command line interfaces
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -p no:warnings
.include <bsd.port.mk>