security/py-iris-module-interface: New port: Base interface for modules 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.
This commit is contained in:
Jose Alonso Cardenas Marquez
2023-04-29 22:14:19 -05:00
parent 1f1fae8610
commit 03bf39e076
4 changed files with 30 additions and 0 deletions
+1
View File
@@ -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
@@ -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>
@@ -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
@@ -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.