Lines 1-8
Link Here
|
1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
2 |
|
2 |
|
3 |
PORTNAME= nbformat |
3 |
PORTNAME= nbformat |
4 |
PORTVERSION= 4.4.0 |
4 |
PORTVERSION= 5.0.6 |
5 |
PORTREVISION= 2 |
|
|
6 |
CATEGORIES= devel python |
5 |
CATEGORIES= devel python |
7 |
MASTER_SITES= CHEESESHOP |
6 |
MASTER_SITES= CHEESESHOP |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 19-31
Link Here
|
19 |
${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \ |
18 |
${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \ |
20 |
${PYTHON_PKGNAMEPREFIX}traitlets>=4.1:devel/py-traitlets@${PY_FLAVOR} |
19 |
${PYTHON_PKGNAMEPREFIX}traitlets>=4.1:devel/py-traitlets@${PY_FLAVOR} |
21 |
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ |
20 |
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ |
|
|
21 |
${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \ |
22 |
${PYTHON_PKGNAMEPREFIX}testpath>=0:devel/py-testpath@${PY_FLAVOR} |
22 |
${PYTHON_PKGNAMEPREFIX}testpath>=0:devel/py-testpath@${PY_FLAVOR} |
23 |
|
23 |
|
24 |
NO_ARCH= yes |
24 |
NO_ARCH= yes |
25 |
USES= python |
25 |
USES= python:3.5+ |
26 |
USE_PYTHON= autoplist concurrent distutils |
26 |
USE_PYTHON= autoplist concurrent distutils |
27 |
|
27 |
|
28 |
do-test: |
28 |
do-test: |
29 |
@(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYTHON_VER}) |
29 |
@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -o addopts= |
30 |
|
30 |
|
31 |
.include <bsd.port.mk> |
31 |
.include <bsd.port.mk> |