mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
security/py-artifacts: update to 20240518
This commit is contained in:
parent
183dec0f36
commit
5d360d8b90
2 changed files with 7 additions and 11 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= artifacts
|
||||
PORTVERSION= 20230928
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 20240518
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= PYPI \
|
||||
https://github.com/ForensicArtifacts/artifacts/releases/download/${PORTVERSION}/
|
||||
|
@ -13,17 +12,14 @@ WWW= https://github.com/ForensicArtifacts/artifacts
|
|||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyyaml>=3.10:devel/py-pyyaml@${PY_FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist concurrent
|
||||
USE_PYTHON= autoplist concurrent pep517
|
||||
DO_MAKE_TEST= ${SETENV} ${TEST_ENV} ${PYTHON_CMD}
|
||||
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>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1707754234
|
||||
SHA256 (artifacts-20230928.tar.gz) = b918f2977e5797e06e4df111351ba6b26d8b7446a0eb64eec6b2f3fa7df1cb8f
|
||||
SIZE (artifacts-20230928.tar.gz) = 116137
|
||||
TIMESTAMP = 1739782667
|
||||
SHA256 (artifacts-20240518.tar.gz) = d0558eb7fa876198de1dab2328ef489bd9a523b87cda0699a91d010d6305123e
|
||||
SIZE (artifacts-20240518.tar.gz) = 118997
|
||||
|
|
Loading…
Add table
Reference in a new issue