pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-aws-sso-lib



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sat Oct 26 02:56:24 UTC 2024

Added Files:
        pkgsrc/devel/py-aws-sso-lib: DESCR Makefile PLIST distinfo

Log Message:
Add py-aws-sso-lib: Library to make AWS SSO easier

aws-sso-lib allows you to programmatically interact with AWS IAM
Identity Center (formerly AWS SSO).

The primary functions that will be of interest are available at the
package level:

* get_boto3_session: Get a boto3 session for a specific account and
  role.
* login: ensure the user is logged in to Identity Center, with dispatch
  to the browser.
* list_available_accounts and list_available_roles: discover the access
  the user has.
* list_assignments: for admin purposes, iterate over all assignments in
  Identity Center, which is currently hard to do through the API.


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

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

Added files:

Index: pkgsrc/devel/py-aws-sso-lib/DESCR
diff -u /dev/null pkgsrc/devel/py-aws-sso-lib/DESCR:1.1
--- /dev/null   Sat Oct 26 02:56:24 2024
+++ pkgsrc/devel/py-aws-sso-lib/DESCR   Sat Oct 26 02:56:24 2024
@@ -0,0 +1,14 @@
+aws-sso-lib allows you to programmatically interact with AWS IAM
+Identity Center (formerly AWS SSO).
+
+The primary functions that will be of interest are available at the
+package level:
+
+* get_boto3_session: Get a boto3 session for a specific account and
+  role.
+* login: ensure the user is logged in to Identity Center, with dispatch
+  to the browser.
+* list_available_accounts and list_available_roles: discover the access
+  the user has.
+* list_assignments: for admin purposes, iterate over all assignments in
+  Identity Center, which is currently hard to do through the API.
Index: pkgsrc/devel/py-aws-sso-lib/Makefile
diff -u /dev/null pkgsrc/devel/py-aws-sso-lib/Makefile:1.1
--- /dev/null   Sat Oct 26 02:56:24 2024
+++ pkgsrc/devel/py-aws-sso-lib/Makefile        Sat Oct 26 02:56:24 2024
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2024/10/26 02:56:24 schmonz Exp $
+
+DISTNAME=      aws_sso_lib-1.14.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aws_sso_lib/}
+
+MAINTAINER=    schmonz%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/benkehoe/aws-sso-util/blob/master/lib/README.md
+COMMENT=       Library to make AWS SSO easier
+LICENSE=       apache-2.0
+
+DEPENDS+=      ${PYPKGPREFIX}-aws-error-utils>=2.4:../../devel/py-aws-error-utils
+DEPENDS+=      ${PYPKGPREFIX}-boto3>=1.24.60:../../net/py-boto3
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-aws-sso-lib/PLIST
diff -u /dev/null pkgsrc/devel/py-aws-sso-lib/PLIST:1.1
--- /dev/null   Sat Oct 26 02:56:24 2024
+++ pkgsrc/devel/py-aws-sso-lib/PLIST   Sat Oct 26 02:56:24 2024
@@ -0,0 +1,46 @@
+@comment $NetBSD: PLIST,v 1.1 2024/10/26 02:56:24 schmonz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/aws_sso_lib/__init__.py
+${PYSITELIB}/aws_sso_lib/__init__.pyc
+${PYSITELIB}/aws_sso_lib/__init__.pyo
+${PYSITELIB}/aws_sso_lib/assignments.py
+${PYSITELIB}/aws_sso_lib/assignments.pyc
+${PYSITELIB}/aws_sso_lib/assignments.pyo
+${PYSITELIB}/aws_sso_lib/browser.py
+${PYSITELIB}/aws_sso_lib/browser.pyc
+${PYSITELIB}/aws_sso_lib/browser.pyo
+${PYSITELIB}/aws_sso_lib/compat.py
+${PYSITELIB}/aws_sso_lib/compat.pyc
+${PYSITELIB}/aws_sso_lib/compat.pyo
+${PYSITELIB}/aws_sso_lib/config.py
+${PYSITELIB}/aws_sso_lib/config.pyc
+${PYSITELIB}/aws_sso_lib/config.pyo
+${PYSITELIB}/aws_sso_lib/config_file_writer.py
+${PYSITELIB}/aws_sso_lib/config_file_writer.pyc
+${PYSITELIB}/aws_sso_lib/config_file_writer.pyo
+${PYSITELIB}/aws_sso_lib/exceptions.py
+${PYSITELIB}/aws_sso_lib/exceptions.pyc
+${PYSITELIB}/aws_sso_lib/exceptions.pyo
+${PYSITELIB}/aws_sso_lib/fake_identifiers.py
+${PYSITELIB}/aws_sso_lib/fake_identifiers.pyc
+${PYSITELIB}/aws_sso_lib/fake_identifiers.pyo
+${PYSITELIB}/aws_sso_lib/format.py
+${PYSITELIB}/aws_sso_lib/format.pyc
+${PYSITELIB}/aws_sso_lib/format.pyo
+${PYSITELIB}/aws_sso_lib/lookup.py
+${PYSITELIB}/aws_sso_lib/lookup.pyc
+${PYSITELIB}/aws_sso_lib/lookup.pyo
+${PYSITELIB}/aws_sso_lib/sso.py
+${PYSITELIB}/aws_sso_lib/sso.pyc
+${PYSITELIB}/aws_sso_lib/sso.pyo
+${PYSITELIB}/aws_sso_lib/vendored_botocore/__init__.py
+${PYSITELIB}/aws_sso_lib/vendored_botocore/__init__.pyc
+${PYSITELIB}/aws_sso_lib/vendored_botocore/__init__.pyo
+${PYSITELIB}/aws_sso_lib/vendored_botocore/exceptions.py
+${PYSITELIB}/aws_sso_lib/vendored_botocore/exceptions.pyc
+${PYSITELIB}/aws_sso_lib/vendored_botocore/exceptions.pyo
+${PYSITELIB}/aws_sso_lib/vendored_botocore/utils.py
+${PYSITELIB}/aws_sso_lib/vendored_botocore/utils.pyc
+${PYSITELIB}/aws_sso_lib/vendored_botocore/utils.pyo
Index: pkgsrc/devel/py-aws-sso-lib/distinfo
diff -u /dev/null pkgsrc/devel/py-aws-sso-lib/distinfo:1.1
--- /dev/null   Sat Oct 26 02:56:24 2024
+++ pkgsrc/devel/py-aws-sso-lib/distinfo        Sat Oct 26 02:56:24 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/10/26 02:56:24 schmonz Exp $
+
+BLAKE2s (aws_sso_lib-1.14.0.tar.gz) = 84e73d3a312bd0229b9b3bf7fa58a6866fb1181c21eb504c02ca7b4979e382b5
+SHA512 (aws_sso_lib-1.14.0.tar.gz) = 03bb336bd1e4e81ec5e3d18b47d9681b8886f0c8f054745bf842714c980f287e641398257db3cb7a34ebcef378d463182a42394cf902d10da9539bc013b5d601
+Size (aws_sso_lib-1.14.0.tar.gz) = 29404 bytes



Home | Main Index | Thread Index | Old Index