Lines 1-5
Link Here
|
1 |
PORTNAME= httpx-oauth |
1 |
PORTNAME= httpx-oauth |
2 |
DISTVERSION= 0.6.0 |
2 |
DISTVERSION= 0.7.0 |
3 |
CATEGORIES= www devel python |
3 |
CATEGORIES= www devel python |
4 |
MASTER_SITES= CHEESESHOP |
4 |
MASTER_SITES= CHEESESHOP |
5 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
5 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 13-29
LICENSE_FILE= ${WRKSRC}/LICENSE
Link Here
|
13 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx>=0:www/py-httpx@${PY_FLAVOR} \ |
13 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx>=0:www/py-httpx@${PY_FLAVOR} \ |
14 |
${PYTHON_PKGNAMEPREFIX}respx>=0:www/py-respx@${PY_FLAVOR} \ |
14 |
${PYTHON_PKGNAMEPREFIX}respx>=0:www/py-respx@${PY_FLAVOR} \ |
15 |
${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} |
15 |
${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} |
16 |
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} |
16 |
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fastapi>=0:www/py-fastapi@${PY_FLAVOR} \ |
|
|
17 |
${PYTHON_PKGNAMEPREFIX}pytest-mock>=0:devel/py-pytest-mock@${PY_FLAVOR} |
17 |
|
18 |
|
18 |
USES= python:3.7+ |
19 |
USES= python:3.7+ |
19 |
USE_PYTHON= autoplist distutils |
20 |
USE_PYTHON= autoplist distutils pytest |
20 |
|
21 |
|
21 |
TEST_ENV= PYTHONPATH=${WRKSRC}/src |
22 |
TEST_ENV= PYTHONPATH=${WRKSRC}/src |
22 |
|
23 |
|
23 |
NO_ARCH= yes |
24 |
NO_ARCH= yes |
24 |
|
25 |
|
25 |
# Tests fail with current ports |
|
|
26 |
# do-test: |
27 |
# cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs -o addopts= |
28 |
|
29 |
.include <bsd.port.mk> |
26 |
.include <bsd.port.mk> |