Skip to content

Commit

Permalink
security/py-iris-module-interface: New port: Base interface for modul…
Browse files Browse the repository at this point in the history
…es of Iris

This Python package is used by IRIS modules to interact and extend IRIS
capabilities. It's the interface which module have to use to communicate with
the platform.
  • Loading branch information
alonsobsd committed Apr 30, 2023
1 parent 1f1fae8 commit 03bf39e
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions security/Makefile
Expand Up @@ -916,6 +916,7 @@
SUBDIR += py-hkdf
SUBDIR += py-htpasswd
SUBDIR += py-iris-client
SUBDIR += py-iris-module-interface
SUBDIR += py-itsdangerous
SUBDIR += py-josepy
SUBDIR += py-keepkey
Expand Down
23 changes: 23 additions & 0 deletions security/py-iris-module-interface/Makefile
@@ -0,0 +1,23 @@
PORTNAME= iris-module-interface
DISTVERSION= 1.2.0
DISTVERSIONPREFIX= v
CATEGORIES= security python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= acm@FreeBSD.org
COMMENT= Base interface for modules of Iris
WWW= https://github.com/dfir-iris/iris-module-interface

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

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-module-interface/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1680365413
SHA256 (dfir-iris-iris-module-interface-v1.2.0_GH0.tar.gz) = d98ea878fdedbeb50c70d1ff460e732917cddca271c804ee2a2b9c1f146524bc
SIZE (dfir-iris-iris-module-interface-v1.2.0_GH0.tar.gz) = 10229
3 changes: 3 additions & 0 deletions security/py-iris-module-interface/pkg-descr
@@ -0,0 +1,3 @@
This Python package is used by IRIS modules to interact and extend IRIS
capabilities. It's the interface which module have to use to communicate with
the platform.

0 comments on commit 03bf39e

Please sign in to comment.