pkgsrc-WIP-changes archive

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

Import wip/py-policy-sentry-0.11.8 to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sun Apr 4 14:01:45 2021 +0100
Changeset:	a0846f5def98d201281a08919f44c4fca3f8b8dc

Modified Files:
	Makefile
Added Files:
	py-policy-sentry/DESCR
	py-policy-sentry/Makefile
	py-policy-sentry/PLIST
	py-policy-sentry/distinfo

Log Message:
Import wip/py-policy-sentry-0.11.8 to wip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a0846f5def98d201281a08919f44c4fca3f8b8dc

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

diffstat:
 Makefile                  |   1 +
 py-policy-sentry/DESCR    |   4 +
 py-policy-sentry/Makefile |  26 +++
 py-policy-sentry/PLIST    | 403 ++++++++++++++++++++++++++++++++++++++++++++++
 py-policy-sentry/distinfo |   6 +
 5 files changed, 440 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 87fa0d1406..aaf232ecca 100644
--- a/Makefile
+++ b/Makefile
@@ -4248,6 +4248,7 @@ SUBDIR+=	py-pluginbase
 SUBDIR+=	py-pmi
 SUBDIR+=	py-poisson-approval
 SUBDIR+=	py-poissongeometry
+SUBDIR+=	py-policy-sentry
 SUBDIR+=	py-polygon3
 SUBDIR+=	py-polynomial
 SUBDIR+=	py-poppy
diff --git a/py-policy-sentry/DESCR b/py-policy-sentry/DESCR
new file mode 100644
index 0000000000..5119ce7b1e
--- /dev/null
+++ b/py-policy-sentry/DESCR
@@ -0,0 +1,4 @@
+Policy Sentry is an AWS IAM Least Privilege Policy Generator, auditor,
+and analysis database. It compiles database tables based on the AWS
+IAM Documentation on Actions, Resources, and Condition Keys and
+leverages that data to create least-privilege IAM policies.
diff --git a/py-policy-sentry/Makefile b/py-policy-sentry/Makefile
new file mode 100644
index 0000000000..c8e4be8e1f
--- /dev/null
+++ b/py-policy-sentry/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD$
+
+DISTNAME=	policy_sentry-0.11.8
+PKGNAME=	${PYPKGPREFIX}-policy-sentry-0.11.8
+CATEGORIES=	net python
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/policy_sentry/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/salesforce/policy_sentry
+COMMENT=	Generate locked-down AWS IAM Policies
+LICENSE=	mit
+
+PYTHON_VERSIONS_INCOMPATIBLE+=	27
+
+DEPENDS+=	${PYPKGPREFIX}-beautifulsoup4>=4.9.3:../../www/py-beautifulsoup4
+DEPENDS+=	${PYPKGPREFIX}-click>=7.1.2:../../devel/py-click
+DEPENDS+=	${PYPKGPREFIX}-requests>=2.25.1:../../devel/py-requests
+DEPENDS+=	${PYPKGPREFIX}-schema>=0.7.4:../../wip/py-schema
+DEPENDS+=	${PYPKGPREFIX}-yaml>=5.1.3:../../textproc/py-yaml
+TEST_DEPENDS+=	${PYPKGPREFIX}-coverage>=5.3.1:../../devel/py-coverage
+TEST_DEPENDS+=	${PYPKGPREFIX}-nose>=1.3.7:../../devel/py-nose
+TEST_DEPENDS+=	${PYPKGPREFIX}-test>=5.3.1:../../devel/py-test
+
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-policy-sentry/PLIST b/py-policy-sentry/PLIST
new file mode 100644
index 0000000000..6dcb086e3b
--- /dev/null
+++ b/py-policy-sentry/PLIST
@@ -0,0 +1,403 @@
+@comment $NetBSD$
+bin/policy_sentry
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/zip-safe
+${PYSITELIB}/policy_sentry/__init__.py
+${PYSITELIB}/policy_sentry/__init__.pyc
+${PYSITELIB}/policy_sentry/__init__.pyo
+${PYSITELIB}/policy_sentry/analysis/__init__.py
+${PYSITELIB}/policy_sentry/analysis/__init__.pyc
+${PYSITELIB}/policy_sentry/analysis/__init__.pyo
+${PYSITELIB}/policy_sentry/analysis/analyze.py
+${PYSITELIB}/policy_sentry/analysis/analyze.pyc
+${PYSITELIB}/policy_sentry/analysis/analyze.pyo
+${PYSITELIB}/policy_sentry/analysis/expand.py
+${PYSITELIB}/policy_sentry/analysis/expand.pyc
+${PYSITELIB}/policy_sentry/analysis/expand.pyo
+${PYSITELIB}/policy_sentry/bin/__init__.py
+${PYSITELIB}/policy_sentry/bin/__init__.pyc
+${PYSITELIB}/policy_sentry/bin/__init__.pyo
+${PYSITELIB}/policy_sentry/bin/cli.py
+${PYSITELIB}/policy_sentry/bin/cli.pyc
+${PYSITELIB}/policy_sentry/bin/cli.pyo
+${PYSITELIB}/policy_sentry/bin/version.py
+${PYSITELIB}/policy_sentry/bin/version.pyc
+${PYSITELIB}/policy_sentry/bin/version.pyo
+${PYSITELIB}/policy_sentry/command/__init__.py
+${PYSITELIB}/policy_sentry/command/__init__.pyc
+${PYSITELIB}/policy_sentry/command/__init__.pyo
+${PYSITELIB}/policy_sentry/command/create_template.py
+${PYSITELIB}/policy_sentry/command/create_template.pyc
+${PYSITELIB}/policy_sentry/command/create_template.pyo
+${PYSITELIB}/policy_sentry/command/initialize.py
+${PYSITELIB}/policy_sentry/command/initialize.pyc
+${PYSITELIB}/policy_sentry/command/initialize.pyo
+${PYSITELIB}/policy_sentry/command/query.py
+${PYSITELIB}/policy_sentry/command/query.pyc
+${PYSITELIB}/policy_sentry/command/query.pyo
+${PYSITELIB}/policy_sentry/command/write_policy.py
+${PYSITELIB}/policy_sentry/command/write_policy.pyc
+${PYSITELIB}/policy_sentry/command/write_policy.pyo
+${PYSITELIB}/policy_sentry/querying/__init__.py
+${PYSITELIB}/policy_sentry/querying/__init__.pyc
+${PYSITELIB}/policy_sentry/querying/__init__.pyo
+${PYSITELIB}/policy_sentry/querying/actions.py
+${PYSITELIB}/policy_sentry/querying/actions.pyc
+${PYSITELIB}/policy_sentry/querying/actions.pyo
+${PYSITELIB}/policy_sentry/querying/all.py
+${PYSITELIB}/policy_sentry/querying/all.pyc
+${PYSITELIB}/policy_sentry/querying/all.pyo
+${PYSITELIB}/policy_sentry/querying/arns.py
+${PYSITELIB}/policy_sentry/querying/arns.pyc
+${PYSITELIB}/policy_sentry/querying/arns.pyo
+${PYSITELIB}/policy_sentry/querying/conditions.py
+${PYSITELIB}/policy_sentry/querying/conditions.pyc
+${PYSITELIB}/policy_sentry/querying/conditions.pyo
+${PYSITELIB}/policy_sentry/shared/__init__.py
+${PYSITELIB}/policy_sentry/shared/__init__.pyc
+${PYSITELIB}/policy_sentry/shared/__init__.pyo
+${PYSITELIB}/policy_sentry/shared/awsdocs.py
+${PYSITELIB}/policy_sentry/shared/awsdocs.pyc
+${PYSITELIB}/policy_sentry/shared/awsdocs.pyo
+${PYSITELIB}/policy_sentry/shared/constants.py
+${PYSITELIB}/policy_sentry/shared/constants.pyc
+${PYSITELIB}/policy_sentry/shared/constants.pyo
+${PYSITELIB}/policy_sentry/shared/data/access-level-overrides.yml
+${PYSITELIB}/policy_sentry/shared/data/audit/credentials-exposure.txt
+${PYSITELIB}/policy_sentry/shared/data/audit/privilege-escalation.txt
+${PYSITELIB}/policy_sentry/shared/data/audit/resource-exposure.txt
+${PYSITELIB}/policy_sentry/shared/data/audit/resource-policies.txt
+${PYSITELIB}/policy_sentry/shared/data/docs/list_alexaforbusiness.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonapigateway.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonappflow.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonappintegrations.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonappstream2.0.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonathena.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonbraket.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonchime.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonclouddirectory.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazoncloudfront.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazoncloudsearch.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazoncloudwatch.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazoncloudwatchlogs.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazoncloudwatchsynthetics.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazoncodeguru.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazoncodeguruprofiler.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazoncodegurureviewer.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazoncognitoidentity.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazoncognitosync.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazoncognitouserpools.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazoncomprehend.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazoncomprehendmedical.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonconnect.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonconnectcustomerprofiles.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazondatalifecyclemanager.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazondetective.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazondevopsguru.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazondynamodb.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazondynamodbacceleratordax.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonec2.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonec2autoscaling.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonec2imagebuilder.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonec2instanceconnect.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonelasticache.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonelasticblockstore.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonelasticcontainerregistry.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonelasticcontainerregistrypublic.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonelasticcontainerservice.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonelasticcontainerserviceforkubernetes.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonelasticfilesystem.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonelasticinference.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonelastickubernetesservice.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonelasticmapreduce.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonelasticsearchservice.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonelastictranscoder.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonemroneksemrcontainers.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazoneventbridge.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazoneventbridgeschemas.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonforecast.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonfrauddetector.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonfreertos.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonfsx.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazongamelift.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonglacier.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazongroundtruthlabeling.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonguardduty.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonhealthlake.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonhoneycode.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazoninspector.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazoninteractivevideoservice.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonkendra.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonkeyspacesforapachecassandra.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonkinesis.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonkinesisanalytics.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonkinesisanalyticsv2.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonkinesisfirehose.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonkinesisvideostreams.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonlex.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonlexv2.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonlightsail.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonlocation.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonlookoutforequipment.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonlookoutformetrics.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonlookoutforvision.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonmachinelearning.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonmacie.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonmacieclassic.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonmanagedblockchain.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonmanagedserviceforgrafana.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonmanagedserviceforprometheus.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonmanagedstreamingforapachekafka.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonmanagedstreamingforkafka.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonmanagedworkflowsforapacheairflow.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonmechanicalturk.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonmessagedeliveryservice.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonmobileanalytics.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonmonitron.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonmq.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonneptune.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonpersonalize.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonpinpoint.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonpinpointemailservice.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonpinpointsmsandvoiceservice.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonpolly.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonqldb.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonquicksight.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonrds.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonrdsdataapi.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonrdsiamauthentication.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonredshift.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonredshiftdataapi.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonrekognition.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonresourcegrouptaggingapi.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonroute53.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonroute53domains.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonroute53resolver.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazons3.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazons3objectlambda.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazons3onoutposts.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonsagemaker.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonses.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonsessionmanagermessagegatewayservice.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonsimpledb.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonsimpleemailservicev2.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonsimpleworkflowservice.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonsns.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonsqs.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonstoragegateway.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonsumerian.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazontextract.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazontimestream.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazontranscribe.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazontranslate.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonworkdocs.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonworklink.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonworkmail.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonworkmailmessageflow.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonworkspaces.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_amazonworkspacesapplicationmanager.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_applicationautoscaling.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_applicationdiscovery.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_applicationdiscoveryarsenal.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsaccounts.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsactivate.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsamplify.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsamplifyadmin.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsappconfig.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsappmesh.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsappmeshpreview.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsappsync.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsartifact.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsauditmanager.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsautoscaling.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsbackup.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsbackupstorage.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsbatch.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsbilling.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsbudgetservice.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awscertificatemanager.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awscertificatemanagerprivatecertificateauthority.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awschatbot.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awscloud9.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awscloudformation.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awscloudhsm.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awscloudmap.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awscloudshell.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awscloudtrail.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awscodeartifact.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awscodebuild.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awscodecommit.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awscodedeploy.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awscodepipeline.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awscodesigningforamazonfreertos.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awscodestar.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awscodestarconnections.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awscodestarnotifications.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awscomputeoptimizer.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsconfig.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsconnectorservice.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awscostandusagereport.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awscostexplorerservice.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsdatabasemigrationservice.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsdataexchange.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsdatasync.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsdeepcomposer.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsdeeplens.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsdeepracer.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsdevicefarm.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsdirectconnect.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsdirectoryservice.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awselasticbeanstalk.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awselementalappliancesandsoftware.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awselementalappliancesandsoftwareactivationservice.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awselementalmediaconnect.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awselementalmediaconvert.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awselementalmedialive.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awselementalmediapackage.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awselementalmediapackagevod.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awselementalmediastore.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awselementalmediatailor.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsfaultinjectionsimulator.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsfirewallmanager.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsglobalaccelerator.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsglue.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsgluedatabrew.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsgroundstation.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awshealthapisandnotifications.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsiamaccessanalyzer.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsidentitystore.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsimportexportdiskservice.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsiot.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsiot1-click.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsiotanalytics.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsiotcoredeviceadvisor.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsiotcoreforlorawan.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsiotdevicetester.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsiotevents.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsiotgreengrass.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsiotgreengrassv2.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsiotsitewise.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsiotthingsgraph.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsiq.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsiqpermissions.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awskeymanagementservice.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awslakeformation.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awslambda.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awslicensemanager.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsmanagedapachecassandraservice.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsmarketplace.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsmarketplacecatalog.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsmarketplacecommerceanalyticsservice.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsmarketplaceentitlementservice.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsmarketplaceimagebuildingservice.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsmarketplacemanagementportal.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsmarketplacemeteringservice.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsmarketplaceprocurementsystemsintegration.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsmigrationhub.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsmobilehub.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsnetworkfirewall.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsopsworks.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsopsworksconfigurationmanagement.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsorganizations.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsoutposts.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awspanorama.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsperformanceinsights.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awspricelist.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsprivatemarketplace.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsproton.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awspurchaseordersconsole.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsresourceaccessmanager.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsresourcegroups.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsrobomaker.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awssavingsplans.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awssecretsmanager.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awssecurityhub.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awssecuritytokenservice.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsserverlessapplicationrepository.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsservermigrationservice.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsservicecatalog.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsshield.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awssigner.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awssnowball.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awssso.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsssodirectory.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsstepfunctions.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awssupport.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awssystemsmanager.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awstageditor.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awstimestream.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awstiros.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awstransferforsftp.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awstrustedadvisor.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awswaf.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awswafregional.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awswafv2.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awswell-architectedtool.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_awsx-ray.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_cloudwatchapplicationinsights.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_comprehendmedical.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_computeoptimizer.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_databasequerymetadataservice.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_datapipeline.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_datasync.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_elasticloadbalancing.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_elasticloadbalancingv2.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_elementalactivations.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_elementalsupportcases.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_elementalsupportcontent.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_fleethubforawsiotdevicemanagement.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_iamaccessanalyzer.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_identityandaccessmanagement.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_launchwizard.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_manageamazonapigateway.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_networkmanager.html
+${PYSITELIB}/policy_sentry/shared/data/docs/list_servicequotas.html
+${PYSITELIB}/policy_sentry/shared/data/iam-definition.json
+${PYSITELIB}/policy_sentry/shared/data/overrides-resource-policies.yml
+${PYSITELIB}/policy_sentry/shared/iam_data.py
+${PYSITELIB}/policy_sentry/shared/iam_data.pyc
+${PYSITELIB}/policy_sentry/shared/iam_data.pyo
+${PYSITELIB}/policy_sentry/util/__init__.py
+${PYSITELIB}/policy_sentry/util/__init__.pyc
+${PYSITELIB}/policy_sentry/util/__init__.pyo
+${PYSITELIB}/policy_sentry/util/access_levels.py
+${PYSITELIB}/policy_sentry/util/access_levels.pyc
+${PYSITELIB}/policy_sentry/util/access_levels.pyo
+${PYSITELIB}/policy_sentry/util/actions.py
+${PYSITELIB}/policy_sentry/util/actions.pyc
+${PYSITELIB}/policy_sentry/util/actions.pyo
+${PYSITELIB}/policy_sentry/util/arns.py
+${PYSITELIB}/policy_sentry/util/arns.pyc
+${PYSITELIB}/policy_sentry/util/arns.pyo
+${PYSITELIB}/policy_sentry/util/conditions.py
+${PYSITELIB}/policy_sentry/util/conditions.pyc
+${PYSITELIB}/policy_sentry/util/conditions.pyo
+${PYSITELIB}/policy_sentry/util/file.py
+${PYSITELIB}/policy_sentry/util/file.pyc
+${PYSITELIB}/policy_sentry/util/file.pyo
+${PYSITELIB}/policy_sentry/util/policy_files.py
+${PYSITELIB}/policy_sentry/util/policy_files.pyc
+${PYSITELIB}/policy_sentry/util/policy_files.pyo
+${PYSITELIB}/policy_sentry/util/text.py
+${PYSITELIB}/policy_sentry/util/text.pyc
+${PYSITELIB}/policy_sentry/util/text.pyo
+${PYSITELIB}/policy_sentry/writing/__init__.py
+${PYSITELIB}/policy_sentry/writing/__init__.pyc
+${PYSITELIB}/policy_sentry/writing/__init__.pyo
+${PYSITELIB}/policy_sentry/writing/minimize.py
+${PYSITELIB}/policy_sentry/writing/minimize.pyc
+${PYSITELIB}/policy_sentry/writing/minimize.pyo
+${PYSITELIB}/policy_sentry/writing/sid_group.py
+${PYSITELIB}/policy_sentry/writing/sid_group.pyc
+${PYSITELIB}/policy_sentry/writing/sid_group.pyo
+${PYSITELIB}/policy_sentry/writing/template.py
+${PYSITELIB}/policy_sentry/writing/template.pyc
+${PYSITELIB}/policy_sentry/writing/template.pyo
+${PYSITELIB}/policy_sentry/writing/validate.py
+${PYSITELIB}/policy_sentry/writing/validate.pyc
+${PYSITELIB}/policy_sentry/writing/validate.pyo
diff --git a/py-policy-sentry/distinfo b/py-policy-sentry/distinfo
new file mode 100644
index 0000000000..aaa95d0ff1
--- /dev/null
+++ b/py-policy-sentry/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (policy_sentry-0.11.8.tar.gz) = f619c22a10383abbfcc73b8ed5c13b3e1cac78d8
+RMD160 (policy_sentry-0.11.8.tar.gz) = b2f05fab2f622370f12ec5f132ea083a334c70cf
+SHA512 (policy_sentry-0.11.8.tar.gz) = e6c338fae7a357743cd1ff3b5eb8e5d52d9acc6ef1efcf57131760c44d64b05ec19b20f4e1f65cdec807be6dc1e3fb5728b8ac43f62b93091371b1693a67d66e
+Size (policy_sentry-0.11.8.tar.gz) = 1890504 bytes


Home | Main Index | Thread Index | Old Index