git: 008ca2f8305d - main - net/py-ripe.atlas.tools: Update to 3.1.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 07 May 2024 11:27:49 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=008ca2f8305d87b317418b473acec1be9b91022e commit 008ca2f8305d87b317418b473acec1be9b91022e Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-05-07 11:25:13 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-05-07 11:25:13 +0000 net/py-ripe.atlas.tools: Update to 3.1.1 - Switch to DISTVERSION - Use pep517 build - Add pytest tests - Take maintainership for the time being ChangeLog: https://pypi.org/project/ripe.atlas.tools/3.1.1/#history PR: 277936 Reported by: Marek Zarychta <zarychtam@plan-b.pwste.edu.pl> --- net/py-ripe.atlas.tools/Makefile | 27 +++++++++++++++++---------- net/py-ripe.atlas.tools/distinfo | 6 +++--- 2 files changed, 20 insertions(+), 13 deletions(-) diff --git a/net/py-ripe.atlas.tools/Makefile b/net/py-ripe.atlas.tools/Makefile index 08bf13c8bf35..c3baebb4df7f 100644 --- a/net/py-ripe.atlas.tools/Makefile +++ b/net/py-ripe.atlas.tools/Makefile @@ -1,29 +1,36 @@ PORTNAME= ripe.atlas.tools -PORTVERSION= 2.3.0 -PORTREVISION= 1 +DISTVERSION= 3.1.1 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= eduardo@FreeBSD.org COMMENT= Official command-line client for RIPE Atlas WWW= https://github.com/RIPE-NCC/ripe-atlas-tools LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-dateutil>0:devel/py-python-dateutil@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0.13:security/py-openssl@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}python-dateutil>0:devel/py-python-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ripe.atlas.cousteau>=1.0.4:net/py-ripe.atlas.cousteau@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ripe.atlas.sagan>=1.1.4:net/py-ripe.atlas.sagan@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ripe.atlas.cousteau>=2.0.0:net/py-ripe.atlas.cousteau@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ripe.atlas.sagan>=1.3.1:net/py-ripe.atlas.sagan@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.10.0:devel/py-typing-extensions@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tzlocal>0:devel/py-tzlocal@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}openssl>=0.13:security/py-openssl@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipy>0:net-mgmt/py-ipy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils -NO_ARCH= yes +USE_PYTHON= autoplist pep517 pytest +PYTEST_IGNORED_TESTS= test_arg_radius test_html_documentation \ + test_text_documentation test_basic #WIP CONFLICTS_INSTALL= c-ares # bin/adig +NO_ARCH= yes + .include <bsd.port.mk> diff --git a/net/py-ripe.atlas.tools/distinfo b/net/py-ripe.atlas.tools/distinfo index 951531700baa..aad11a63bd1f 100644 --- a/net/py-ripe.atlas.tools/distinfo +++ b/net/py-ripe.atlas.tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1569966305 -SHA256 (ripe.atlas.tools-2.3.0.tar.gz) = edb979ebb8e91ce994559ccf36733ea60480960a4c2a6d8c48d5420cdc99c148 -SIZE (ripe.atlas.tools-2.3.0.tar.gz) = 103912 +TIMESTAMP = 1715079098 +SHA256 (ripe.atlas.tools-3.1.1.tar.gz) = 410b7698410142bf8c5eb1d6ff26f386662da5095d7aaf8883dc914a672e0b5c +SIZE (ripe.atlas.tools-3.1.1.tar.gz) = 113044