diff options
Diffstat (limited to 'devel/py-python-gitlab')
-rw-r--r-- | devel/py-python-gitlab/Makefile | 10 | ||||
-rw-r--r-- | devel/py-python-gitlab/distinfo | 6 |
2 files changed, 7 insertions, 9 deletions
diff --git a/devel/py-python-gitlab/Makefile b/devel/py-python-gitlab/Makefile index 90755f6f26b1..a5bcabf68b8a 100644 --- a/devel/py-python-gitlab/Makefile +++ b/devel/py-python-gitlab/Makefile @@ -1,5 +1,5 @@ PORTNAME= python-gitlab -DISTVERSION= 6.0.0 +DISTVERSION= 6.1.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,12 +17,13 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0.0:devel/py-setuptools@${P RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=1.0.0:www/py-requests-toolbelt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.32.0:www/py-requests@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-console-scripts>0:devel/py-pytest-console-scripts@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}responses>0:devel/py-responses@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}trio>0:net/py-trio@${PY_FLAVOR} USES= python:3.9+ -USE_PYTHON= autoplist concurrent pep517 +USE_PYTHON= autoplist concurrent pep517 pytest + +TEST_ARGS= tests/unit NO_ARCH= yes SUB_FILES= pkg-message @@ -67,7 +68,4 @@ post-install-DOCS-on: ${RM} .buildinfo objects.inv && \ ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) -do-test: - @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -o addopts= tests/unit - .include <bsd.port.mk> diff --git a/devel/py-python-gitlab/distinfo b/devel/py-python-gitlab/distinfo index 0cc6f7580496..2d1567f074e3 100644 --- a/devel/py-python-gitlab/distinfo +++ b/devel/py-python-gitlab/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749044802 -SHA256 (python_gitlab-6.0.0.tar.gz) = 704bf548c258f1cfe2f09b8ece9af1cc8fa6ae828ac6fe6a1cbe957c98431414 -SIZE (python_gitlab-6.0.0.tar.gz) = 397108 +TIMESTAMP = 1751082840 +SHA256 (python_gitlab-6.1.0.tar.gz) = 062d6943699b09bce40f727f0d0906a0b254ca455593f81745bb1a352535ee77 +SIZE (python_gitlab-6.1.0.tar.gz) = 397674 |