Date: Wed, 22 Feb 2023 14:14:24 GMT From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2585695418b4 - main - security/py-artifacts: update to 20221219 Message-ID: <202302221414.31MEEO9H099717@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=2585695418b43ff8d2806a9b69a5e98ceeed406d commit 2585695418b43ff8d2806a9b69a5e98ceeed406d Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2023-02-22 14:09:22 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2023-02-22 14:14:19 +0000 security/py-artifacts: update to 20221219 --- security/py-artifacts/Makefile | 10 ++++------ security/py-artifacts/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/security/py-artifacts/Makefile b/security/py-artifacts/Makefile index 88070ee3308b..fb45475ce450 100644 --- a/security/py-artifacts/Makefile +++ b/security/py-artifacts/Makefile @@ -1,5 +1,5 @@ PORTNAME= artifacts -PORTVERSION= 20210620 +PORTVERSION= 20221219 CATEGORIES= security python MASTER_SITES= PYPI \ https://github.com/ForensicArtifacts/artifacts/releases/download/${PORTVERSION}/ @@ -12,13 +12,10 @@ WWW= https://github.com/ForensicArtifacts/artifacts LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pbr>=4.2.0:devel/py-pbr@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.5+ -USE_LOCALE= en_US.UTF-8 +USES= python USE_PYTHON= distutils autoplist concurrent DO_MAKE_TEST= ${SETENV} ${TEST_ENV} ${PYTHON_CMD} TEST_TARGET= run_tests.py @@ -26,5 +23,6 @@ TEST_TARGET= run_tests.py post-patch: ${REINPLACE_CMD} "s,share/artifacts,${DATADIR_REL}, ; \ s,share/doc/artifacts,${DOCSDIR_REL}," ${WRKSRC}/setup.py + ${REINPLACE_CMD} "/pip/d" ${WRKSRC}/requirements.txt .include <bsd.port.mk> diff --git a/security/py-artifacts/distinfo b/security/py-artifacts/distinfo index 35bc9eecff36..91c7f1b23385 100644 --- a/security/py-artifacts/distinfo +++ b/security/py-artifacts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624303160 -SHA256 (artifacts-20210620.tar.gz) = eb2ab58eb8cc560a6e8b160e408d65f5c770d7f7a418ef0786df3e84b0048be0 -SIZE (artifacts-20210620.tar.gz) = 101014 +TIMESTAMP = 1677010622 +SHA256 (artifacts-20221219.tar.gz) = ac29a6cc0f4e9948893d5ace26ed8deb5ce3e99e0ccac24fe9f39329189b0a6d +SIZE (artifacts-20221219.tar.gz) = 113339
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302221414.31MEEO9H099717>