1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

security/py-iamdata: New port: IAM data for AWS actions, resources, and conditions

This commit is contained in:
Yuri Victorovich
2026-04-02 22:20:57 -07:00
parent 987c710861
commit 58ac8116f5
4 changed files with 26 additions and 0 deletions
+1
View File
@@ -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
+20
View File
@@ -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>
+3
View File
@@ -0,0 +1,3 @@
TIMESTAMP = 1775193430
SHA256 (iamdata-0.1.202604021.tar.gz) = 2613e87c64446f89328a43f5efdc6882e8cd33e336dc4b0e3e5dde40e9dd403c
SIZE (iamdata-0.1.202604021.tar.gz) = 781390
+2
View File
@@ -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.