Lines 1-14
Link Here
|
1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
2 |
|
2 |
|
3 |
PORTNAME= pyjwt |
3 |
PORTNAME= pyjwt |
4 |
PORTVERSION= 1.4.0 |
4 |
PORTVERSION= 1.7.1 |
5 |
PORTREVISION= 1 |
|
|
6 |
CATEGORIES= www python |
5 |
CATEGORIES= www python |
7 |
MASTER_SITES= CHEESESHOP |
6 |
MASTER_SITES= CHEESESHOP |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
9 |
DISTNAME= PyJWT-${PORTVERSION} |
8 |
DISTNAME= PyJWT-${PORTVERSION} |
10 |
|
9 |
|
11 |
MAINTAINER= terje@elde.net |
10 |
MAINTAINER= meka@tilda.center |
12 |
COMMENT= JSON Web Token implementation in Python |
11 |
COMMENT= JSON Web Token implementation in Python |
13 |
|
12 |
|
14 |
LICENSE= MIT |
13 |
LICENSE= MIT |
Lines 31-36
RSASSA_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptograp
Link Here
|
31 |
NO_ARCH= yes |
30 |
NO_ARCH= yes |
32 |
|
31 |
|
33 |
do-test: |
32 |
do-test: |
34 |
@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -c /dev/null -v -rs |
33 |
@cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs -o addopts= |
35 |
|
34 |
|
36 |
.include <bsd.port.mk> |
35 |
.include <bsd.port.mk> |