mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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>
This commit is contained in:
parent
f41c8d6955
commit
008ca2f830
2 changed files with 20 additions and 13 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue