mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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:
parent
95ba31b1cc
commit
de6cde2517
4 changed files with 29 additions and 0 deletions
|
@ -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
22
devel/py-id/Makefile
Normal 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
3
devel/py-id/distinfo
Normal 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
3
devel/py-id/pkg-descr
Normal 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.
|
Loading…
Add table
Reference in a new issue