Skip to content

Commit

Permalink
security/py-iris-client: New port: Python client for DFIR-IRIS
Browse files Browse the repository at this point in the history
dfir_iris_client offers a Python interface to communicate with IRIS.

It relies exclusively on the API, which means output of the methods are the
same as specified in the API reference.
  • Loading branch information
alonsobsd committed Apr 29, 2023
1 parent e916a3b commit 9c3c097
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions security/Makefile
Expand Up @@ -914,6 +914,7 @@
SUBDIR += py-gvm-tools
SUBDIR += py-hkdf
SUBDIR += py-htpasswd
SUBDIR += py-iris-client
SUBDIR += py-itsdangerous
SUBDIR += py-josepy
SUBDIR += py-keepkey
Expand Down
27 changes: 27 additions & 0 deletions security/py-iris-client/Makefile
@@ -0,0 +1,27 @@
PORTNAME= iris-client
DISTVERSION= 2.0.0
DISTVERSIONPREFIX= v
CATEGORIES= security python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= acm@FreeBSD.org
COMMENT= Python client for DFIR-IRIS
WWW= https://github.com/dfir-iris/iris-client

LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}deprecated>=0:devel/py-deprecated@${PY_FLAVOR}

USE_GITHUB= yes
GH_ACCOUNT= dfir-iris
GH_PROJECT= ${PORTNAME}

USES= python:3.8+
USE_PYTHON= autoplist distutils

NO_ARCH= yes

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions security/py-iris-client/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1680275854
SHA256 (dfir-iris-iris-client-v2.0.0_GH0.tar.gz) = 244bb425a5d824b8b6ba5f0a6edebdb247b15f6cf2aa0238c311326f14f2f643
SIZE (dfir-iris-iris-client-v2.0.0_GH0.tar.gz) = 2871406
4 changes: 4 additions & 0 deletions security/py-iris-client/pkg-descr
@@ -0,0 +1,4 @@
dfir_iris_client offers a Python interface to communicate with IRIS.

It relies exclusively on the API, which means output of the methods are the
same as specified in the API reference.

0 comments on commit 9c3c097

Please sign in to comment.