Skip to content

Commit

Permalink
security/py-paramiko: Convert to USE_PYTHON=pytest4
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
With hat:	python
  • Loading branch information
sunpoet committed Mar 9, 2024
1 parent ad2e46c commit adcb435
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions security/py-paramiko/Makefile
Expand Up @@ -15,18 +15,17 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcrypt>=3.1.3:security/py-bcrypt@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.7:devel/py-pyasn1@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pynacl>=1.0.1:security/py-pynacl@${PY_FLAVOR}

TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}invoke>=0:devel/py-invoke@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-relaxed>=0:devel/py-pytest-relaxed@${PY_FLAVOR}

USES= cpe pytest:4 python
USE_PYTHON= autoplist cryptography distutils
USES= cpe python
USE_PYTHON= autoplist cryptography distutils pytest4

NO_ARCH= yes
TEST_ARGS= -p no:relaxed

OPTIONS_DEFINE= GSSAPI
GSSAPI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gssapi>=1.4.1:security/py-gssapi@${PY_FLAVOR}

PYTEST_ARGS= -p no:relaxed

.include <bsd.port.mk>

0 comments on commit adcb435

Please sign in to comment.