pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/py-aws-sso-util



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sat Oct 26 02:58:33 UTC 2024

Added Files:
        pkgsrc/security/py-aws-sso-util: ALTERNATIVES DESCR Makefile PLIST
            distinfo

Log Message:
Add py-aws-sso-util: Smooth out the rough edges of AWS SSO

AWS IAM Identity Center (formerly AWS SSO) has some rough edges, and
aws-sso-util is here to smooth them out, hopefully temporarily until AWS
makes it better.

aws-sso-util contains utilities for the following:

* Configuring .aws/config
* Logging in/out
* AWS SDK support
* Looking up identifiers
* CloudFormation


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/py-aws-sso-util/ALTERNATIVES \
    pkgsrc/security/py-aws-sso-util/DESCR \
    pkgsrc/security/py-aws-sso-util/Makefile \
    pkgsrc/security/py-aws-sso-util/PLIST \
    pkgsrc/security/py-aws-sso-util/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/security/py-aws-sso-util/ALTERNATIVES
diff -u /dev/null pkgsrc/security/py-aws-sso-util/ALTERNATIVES:1.1
--- /dev/null   Sat Oct 26 02:58:33 2024
+++ pkgsrc/security/py-aws-sso-util/ALTERNATIVES        Sat Oct 26 02:58:32 2024
@@ -0,0 +1 @@
+bin/aws-sso-util @PREFIX@/bin/aws-sso-util-@PYVERSSUFFIX@
Index: pkgsrc/security/py-aws-sso-util/DESCR
diff -u /dev/null pkgsrc/security/py-aws-sso-util/DESCR:1.1
--- /dev/null   Sat Oct 26 02:58:33 2024
+++ pkgsrc/security/py-aws-sso-util/DESCR       Sat Oct 26 02:58:32 2024
@@ -0,0 +1,11 @@
+AWS IAM Identity Center (formerly AWS SSO) has some rough edges, and
+aws-sso-util is here to smooth them out, hopefully temporarily until AWS
+makes it better.
+
+aws-sso-util contains utilities for the following:
+
+* Configuring .aws/config
+* Logging in/out
+* AWS SDK support
+* Looking up identifiers
+* CloudFormation
Index: pkgsrc/security/py-aws-sso-util/Makefile
diff -u /dev/null pkgsrc/security/py-aws-sso-util/Makefile:1.1
--- /dev/null   Sat Oct 26 02:58:33 2024
+++ pkgsrc/security/py-aws-sso-util/Makefile    Sat Oct 26 02:58:32 2024
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1 2024/10/26 02:58:32 schmonz Exp $
+
+DISTNAME=      aws_sso_util-4.33.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
+CATEGORIES=    security python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aws_sso_util/}
+
+MAINTAINER=    schmonz%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/benkehoe/aws-sso-util
+COMMENT=       Smooth out the rough edges of AWS SSO
+LICENSE=       apache-2.0
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core
+DEPENDS+=      ${PYPKGPREFIX}-awscli-[0-9]*:../../net/py-awscli
+DEPENDS+=      ${PYPKGPREFIX}-aws-error-utils>=2.4:../../devel/py-aws-error-utils
+DEPENDS+=      ${PYPKGPREFIX}-aws-sso-lib>=1.13.0:../../devel/py-aws-sso-lib
+DEPENDS+=      ${PYPKGPREFIX}-botocore-[0-9]*:../../net/py-botocore
+DEPENDS+=      ${PYPKGPREFIX}-boto3>=1.24.60:../../net/py-boto3
+DEPENDS+=      ${PYPKGPREFIX}-click>=8.0.0:../../devel/py-click
+DEPENDS+=      ${PYPKGPREFIX}-dateutil>=2.8.1:../../time/py-dateutil
+DEPENDS+=      ${PYPKGPREFIX}-jsonschema>=4.0.1:../../textproc/py-jsonschema
+DEPENDS+=      ${PYPKGPREFIX}-requests>=2.26.0:../../devel/py-requests
+DEPENDS+=      ${PYPKGPREFIX}-yaml>=6.0.1:../../textproc/py-yaml
+
+post-install:
+       cd ${DESTDIR}${PREFIX}/bin && ${MV} aws-sso-util aws-sso-util-${PYVERSSUFFIX} || ${TRUE}
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py-aws-sso-util/PLIST
diff -u /dev/null pkgsrc/security/py-aws-sso-util/PLIST:1.1
--- /dev/null   Sat Oct 26 02:58:33 2024
+++ pkgsrc/security/py-aws-sso-util/PLIST       Sat Oct 26 02:58:32 2024
@@ -0,0 +1,78 @@
+@comment $NetBSD: PLIST,v 1.1 2024/10/26 02:58:32 schmonz Exp $
+bin/aws-sso-util-${PYVERSSUFFIX}
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/aws_sso_util/__init__.py
+${PYSITELIB}/aws_sso_util/__init__.pyc
+${PYSITELIB}/aws_sso_util/__init__.pyo
+${PYSITELIB}/aws_sso_util/__main__.py
+${PYSITELIB}/aws_sso_util/__main__.pyc
+${PYSITELIB}/aws_sso_util/__main__.pyo
+${PYSITELIB}/aws_sso_util/assignments.py
+${PYSITELIB}/aws_sso_util/assignments.pyc
+${PYSITELIB}/aws_sso_util/assignments.pyo
+${PYSITELIB}/aws_sso_util/cfn.py
+${PYSITELIB}/aws_sso_util/cfn.pyc
+${PYSITELIB}/aws_sso_util/cfn.pyo
+${PYSITELIB}/aws_sso_util/cfn_lib/__init__.py
+${PYSITELIB}/aws_sso_util/cfn_lib/__init__.pyc
+${PYSITELIB}/aws_sso_util/cfn_lib/__init__.pyo
+${PYSITELIB}/aws_sso_util/cfn_lib/cfn_yaml_tags.py
+${PYSITELIB}/aws_sso_util/cfn_lib/cfn_yaml_tags.pyc
+${PYSITELIB}/aws_sso_util/cfn_lib/cfn_yaml_tags.pyo
+${PYSITELIB}/aws_sso_util/cfn_lib/config.py
+${PYSITELIB}/aws_sso_util/cfn_lib/config.pyc
+${PYSITELIB}/aws_sso_util/cfn_lib/config.pyo
+${PYSITELIB}/aws_sso_util/cfn_lib/macro.py
+${PYSITELIB}/aws_sso_util/cfn_lib/macro.pyc
+${PYSITELIB}/aws_sso_util/cfn_lib/macro.pyo
+${PYSITELIB}/aws_sso_util/cfn_lib/resources.py
+${PYSITELIB}/aws_sso_util/cfn_lib/resources.pyc
+${PYSITELIB}/aws_sso_util/cfn_lib/resources.pyo
+${PYSITELIB}/aws_sso_util/cfn_lib/templates.py
+${PYSITELIB}/aws_sso_util/cfn_lib/templates.pyc
+${PYSITELIB}/aws_sso_util/cfn_lib/templates.pyo
+${PYSITELIB}/aws_sso_util/cfn_lib/utils.py
+${PYSITELIB}/aws_sso_util/cfn_lib/utils.pyc
+${PYSITELIB}/aws_sso_util/cfn_lib/utils.pyo
+${PYSITELIB}/aws_sso_util/check.py
+${PYSITELIB}/aws_sso_util/check.pyc
+${PYSITELIB}/aws_sso_util/check.pyo
+${PYSITELIB}/aws_sso_util/cli.py
+${PYSITELIB}/aws_sso_util/cli.pyc
+${PYSITELIB}/aws_sso_util/cli.pyo
+${PYSITELIB}/aws_sso_util/configure_profile.py
+${PYSITELIB}/aws_sso_util/configure_profile.pyc
+${PYSITELIB}/aws_sso_util/configure_profile.pyo
+${PYSITELIB}/aws_sso_util/console.py
+${PYSITELIB}/aws_sso_util/console.pyc
+${PYSITELIB}/aws_sso_util/console.pyo
+${PYSITELIB}/aws_sso_util/credential_process.py
+${PYSITELIB}/aws_sso_util/credential_process.pyc
+${PYSITELIB}/aws_sso_util/credential_process.pyo
+${PYSITELIB}/aws_sso_util/deploy_macro.py
+${PYSITELIB}/aws_sso_util/deploy_macro.pyc
+${PYSITELIB}/aws_sso_util/deploy_macro.pyo
+${PYSITELIB}/aws_sso_util/login.py
+${PYSITELIB}/aws_sso_util/login.pyc
+${PYSITELIB}/aws_sso_util/login.pyo
+${PYSITELIB}/aws_sso_util/logout.py
+${PYSITELIB}/aws_sso_util/logout.pyc
+${PYSITELIB}/aws_sso_util/logout.pyo
+${PYSITELIB}/aws_sso_util/lookup.py
+${PYSITELIB}/aws_sso_util/lookup.pyc
+${PYSITELIB}/aws_sso_util/lookup.pyo
+${PYSITELIB}/aws_sso_util/populate_profiles.py
+${PYSITELIB}/aws_sso_util/populate_profiles.pyc
+${PYSITELIB}/aws_sso_util/populate_profiles.pyo
+${PYSITELIB}/aws_sso_util/roles.py
+${PYSITELIB}/aws_sso_util/roles.pyc
+${PYSITELIB}/aws_sso_util/roles.pyo
+${PYSITELIB}/aws_sso_util/run_as.py
+${PYSITELIB}/aws_sso_util/run_as.pyc
+${PYSITELIB}/aws_sso_util/run_as.pyo
+${PYSITELIB}/aws_sso_util/utils.py
+${PYSITELIB}/aws_sso_util/utils.pyc
+${PYSITELIB}/aws_sso_util/utils.pyo
Index: pkgsrc/security/py-aws-sso-util/distinfo
diff -u /dev/null pkgsrc/security/py-aws-sso-util/distinfo:1.1
--- /dev/null   Sat Oct 26 02:58:33 2024
+++ pkgsrc/security/py-aws-sso-util/distinfo    Sat Oct 26 02:58:32 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/10/26 02:58:32 schmonz Exp $
+
+BLAKE2s (aws_sso_util-4.33.0.tar.gz) = 178d069069fca421dfe22ab97e1e83e2d79161aba633c0cc4d0874acbb61473a
+SHA512 (aws_sso_util-4.33.0.tar.gz) = fa05669254c5f0b83f26b0a1a3c691ce806c04fe7339292a1c376f4ce38468f24938c3915968eb3b11952c9615d6a2a95c2e48da6079f13ce78ba2ff2f82e9dd
+Size (aws_sso_util-4.33.0.tar.gz) = 43748 bytes



Home | Main Index | Thread Index | Old Index