Date: Fri, 03 Apr 2026 06:58:27 +0000 From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 58ac8116f52f - main - security/py-iamdata: New port: IAM data for AWS actions, resources, and conditions Message-ID: <69cf6513.2281b.edb9858@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=58ac8116f52f376f5147a0b2f0134f1c03dcea7f commit 58ac8116f52f376f5147a0b2f0134f1c03dcea7f Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2026-04-03 05:20:57 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-04-03 05:20:57 +0000 security/py-iamdata: New port: IAM data for AWS actions, resources, and conditions --- security/Makefile | 1 + security/py-iamdata/Makefile | 20 ++++++++++++++++++++ security/py-iamdata/distinfo | 3 +++ security/py-iamdata/pkg-descr | 2 ++ 4 files changed, 26 insertions(+) diff --git a/security/Makefile b/security/Makefile index de1867e35b0f..8c74a5733cc0 100644 --- a/security/Makefile +++ b/security/Makefile @@ -969,6 +969,7 @@ SUBDIR += py-hkdf SUBDIR += py-htpasswd SUBDIR += py-httpx-auth + SUBDIR += py-iamdata SUBDIR += py-iris-check-module SUBDIR += py-iris-client SUBDIR += py-iris-evtx-module diff --git a/security/py-iamdata/Makefile b/security/py-iamdata/Makefile new file mode 100644 index 000000000000..f5b40f2c8cca --- /dev/null +++ b/security/py-iamdata/Makefile @@ -0,0 +1,20 @@ +PORTNAME= iamdata +DISTVERSION= 0.1.202604021 +CATEGORIES= security python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= IAM data for AWS actions, resources, and conditions +WWW= https://github.com/iann0036/iam-dataset + +LICENSE= MIT + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} + +USES= python +USE_PYTHON= pep517 autoplist + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/security/py-iamdata/distinfo b/security/py-iamdata/distinfo new file mode 100644 index 000000000000..73da4115d0d7 --- /dev/null +++ b/security/py-iamdata/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1775193430 +SHA256 (iamdata-0.1.202604021.tar.gz) = 2613e87c64446f89328a43f5efdc6882e8cd33e336dc4b0e3e5dde40e9dd403c +SIZE (iamdata-0.1.202604021.tar.gz) = 781390 diff --git a/security/py-iamdata/pkg-descr b/security/py-iamdata/pkg-descr new file mode 100644 index 000000000000..02076504360e --- /dev/null +++ b/security/py-iamdata/pkg-descr @@ -0,0 +1,2 @@ +IAM data for AWS actions, resources, and conditions based on IAM +policy documents. Updated daily with the latest data from AWS.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69cf6513.2281b.edb9858>
