devel/py-id: Add py-id 1.5.0

id is a Python tool for generating OIDC identities. It can automatically detect
and produce OIDC credentials on a number of environments, including GitHub
Actions, GitLab pipelines and Google Cloud.
This commit is contained in:
Po-Chuan Hsieh 2025-02-04 02:16:32 +08:00
parent 95ba31b1cc
commit de6cde2517
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
4 changed files with 29 additions and 0 deletions

View file

@ -5011,6 +5011,7 @@
SUBDIR += py-icalendar
SUBDIR += py-ice
SUBDIR += py-ice37
SUBDIR += py-id
SUBDIR += py-identify
SUBDIR += py-ijson
SUBDIR += py-imgkit

22
devel/py-id/Makefile Normal file
View file

@ -0,0 +1,22 @@
PORTNAME= id
PORTVERSION= 1.5.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Tool for generating OIDC identities
WWW= https://github.com/di/id
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>

3
devel/py-id/distinfo Normal file
View file

@ -0,0 +1,3 @@
TIMESTAMP = 1738088808
SHA256 (id-1.5.0.tar.gz) = 292cb8a49eacbbdbce97244f47a97b4c62540169c976552e497fd57df0734c1d
SIZE (id-1.5.0.tar.gz) = 15237

3
devel/py-id/pkg-descr Normal file
View file

@ -0,0 +1,3 @@
id is a Python tool for generating OIDC identities. It can automatically detect
and produce OIDC credentials on a number of environments, including GitHub
Actions, GitLab pipelines and Google Cloud.