Skip to content

Commit 9517483

Browse files
derekschrocktagattie
authored andcommitted
devel/py-python-gitlab: update to 6.1.0
While here, use USE_PYTHON=pytest for tests instead of overriding do-test target. Changelog: https://github.com/python-gitlab/python-gitlab/releases/tag/v6.1.0 PR: 287864 Reported by: Derek Schrock <dereks@lifeofadishwasher.com> (maintainer)
1 parent c4a81f1 commit 9517483

2 files changed

Lines changed: 7 additions & 9 deletions

File tree

devel/py-python-gitlab/Makefile

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PORTNAME= python-gitlab
2-
DISTVERSION= 6.0.0
2+
DISTVERSION= 6.1.0
33
CATEGORIES= devel python
44
MASTER_SITES= PYPI
55
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -17,12 +17,13 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0.0:devel/py-setuptools@${P
1717
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=1.0.0:www/py-requests-toolbelt@${PY_FLAVOR} \
1818
${PYTHON_PKGNAMEPREFIX}requests>=2.32.0:www/py-requests@${PY_FLAVOR}
1919
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-console-scripts>0:devel/py-pytest-console-scripts@${PY_FLAVOR} \
20-
${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
2120
${PYTHON_PKGNAMEPREFIX}responses>0:devel/py-responses@${PY_FLAVOR} \
2221
${PYTHON_PKGNAMEPREFIX}trio>0:net/py-trio@${PY_FLAVOR}
2322

2423
USES= python:3.9+
25-
USE_PYTHON= autoplist concurrent pep517
24+
USE_PYTHON= autoplist concurrent pep517 pytest
25+
26+
TEST_ARGS= tests/unit
2627

2728
NO_ARCH= yes
2829
SUB_FILES= pkg-message
@@ -67,7 +68,4 @@ post-install-DOCS-on:
6768
${RM} .buildinfo objects.inv && \
6869
${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
6970

70-
do-test:
71-
@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -o addopts= tests/unit
72-
7371
.include <bsd.port.mk>

devel/py-python-gitlab/distinfo

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
TIMESTAMP = 1749044802
2-
SHA256 (python_gitlab-6.0.0.tar.gz) = 704bf548c258f1cfe2f09b8ece9af1cc8fa6ae828ac6fe6a1cbe957c98431414
3-
SIZE (python_gitlab-6.0.0.tar.gz) = 397108
1+
TIMESTAMP = 1751082840
2+
SHA256 (python_gitlab-6.1.0.tar.gz) = 062d6943699b09bce40f727f0d0906a0b254ca455593f81745bb1a352535ee77
3+
SIZE (python_gitlab-6.1.0.tar.gz) = 397674

0 commit comments

Comments
 (0)