pkgsrc-WIP-changes archive

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

Add py-hvac version 0.9.3, a HashiCorp / Vault client API for python.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%uninett.no@localhost>
Pushed By:	he
Date:		Tue Jul 16 17:41:17 2019 +0200
Changeset:	07564410c112999558a92ab5d2437f5481327afc

Added Files:
	py-hvac/DESCR
	py-hvac/Makefile
	py-hvac/PLIST
	py-hvac/distinfo

Log Message:
Add py-hvac version 0.9.3, a HashiCorp / Vault client API for python.

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

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

diffstat:
 py-hvac/DESCR    |   1 +
 py-hvac/Makefile |  18 ++++++
 py-hvac/PLIST    | 168 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 py-hvac/distinfo |   6 ++
 4 files changed, 193 insertions(+)

diffs:
diff --git a/py-hvac/DESCR b/py-hvac/DESCR
new file mode 100644
index 0000000000..ba1fe7b0bb
--- /dev/null
+++ b/py-hvac/DESCR
@@ -0,0 +1 @@
+HashiCorp / Vault API client for Python 2.7/3.x
diff --git a/py-hvac/Makefile b/py-hvac/Makefile
new file mode 100644
index 0000000000..faec75e1d5
--- /dev/null
+++ b/py-hvac/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2015/08/05 20:56:48 jihbed Exp $
+
+DISTNAME=	hvac-0.9.3
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	python
+MASTER_SITES=	${MASTER_SITE_PYPI:=h/hvac/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://pypi.org/project/hvac/
+COMMENT=	Client library for Hashicorp vault
+LICENSE=	apache-2.0
+
+USE_LANGUAGES=	# none
+
+DEPENDS+=	${PYPKGPREFIX}-requests>=2.21:../../devel/py-requests
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-hvac/PLIST b/py-hvac/PLIST
new file mode 100644
index 0000000000..745e9f21ce
--- /dev/null
+++ b/py-hvac/PLIST
@@ -0,0 +1,168 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/hvac/__init__.py
+${PYSITELIB}/hvac/__init__.pyc
+${PYSITELIB}/hvac/__init__.pyo
+${PYSITELIB}/hvac/adapters.py
+${PYSITELIB}/hvac/adapters.pyc
+${PYSITELIB}/hvac/adapters.pyo
+${PYSITELIB}/hvac/api/__init__.py
+${PYSITELIB}/hvac/api/__init__.pyc
+${PYSITELIB}/hvac/api/__init__.pyo
+${PYSITELIB}/hvac/api/auth_methods/__init__.py
+${PYSITELIB}/hvac/api/auth_methods/__init__.pyc
+${PYSITELIB}/hvac/api/auth_methods/__init__.pyo
+${PYSITELIB}/hvac/api/auth_methods/aws.py
+${PYSITELIB}/hvac/api/auth_methods/aws.pyc
+${PYSITELIB}/hvac/api/auth_methods/aws.pyo
+${PYSITELIB}/hvac/api/auth_methods/azure.py
+${PYSITELIB}/hvac/api/auth_methods/azure.pyc
+${PYSITELIB}/hvac/api/auth_methods/azure.pyo
+${PYSITELIB}/hvac/api/auth_methods/gcp.py
+${PYSITELIB}/hvac/api/auth_methods/gcp.pyc
+${PYSITELIB}/hvac/api/auth_methods/gcp.pyo
+${PYSITELIB}/hvac/api/auth_methods/github.py
+${PYSITELIB}/hvac/api/auth_methods/github.pyc
+${PYSITELIB}/hvac/api/auth_methods/github.pyo
+${PYSITELIB}/hvac/api/auth_methods/kubernetes.py
+${PYSITELIB}/hvac/api/auth_methods/kubernetes.pyc
+${PYSITELIB}/hvac/api/auth_methods/kubernetes.pyo
+${PYSITELIB}/hvac/api/auth_methods/ldap.py
+${PYSITELIB}/hvac/api/auth_methods/ldap.pyc
+${PYSITELIB}/hvac/api/auth_methods/ldap.pyo
+${PYSITELIB}/hvac/api/auth_methods/mfa.py
+${PYSITELIB}/hvac/api/auth_methods/mfa.pyc
+${PYSITELIB}/hvac/api/auth_methods/mfa.pyo
+${PYSITELIB}/hvac/api/auth_methods/okta.py
+${PYSITELIB}/hvac/api/auth_methods/okta.pyc
+${PYSITELIB}/hvac/api/auth_methods/okta.pyo
+${PYSITELIB}/hvac/api/auth_methods/radius.py
+${PYSITELIB}/hvac/api/auth_methods/radius.pyc
+${PYSITELIB}/hvac/api/auth_methods/radius.pyo
+${PYSITELIB}/hvac/api/secrets_engines/__init__.py
+${PYSITELIB}/hvac/api/secrets_engines/__init__.pyc
+${PYSITELIB}/hvac/api/secrets_engines/__init__.pyo
+${PYSITELIB}/hvac/api/secrets_engines/aws.py
+${PYSITELIB}/hvac/api/secrets_engines/aws.pyc
+${PYSITELIB}/hvac/api/secrets_engines/aws.pyo
+${PYSITELIB}/hvac/api/secrets_engines/azure.py
+${PYSITELIB}/hvac/api/secrets_engines/azure.pyc
+${PYSITELIB}/hvac/api/secrets_engines/azure.pyo
+${PYSITELIB}/hvac/api/secrets_engines/consul.py
+${PYSITELIB}/hvac/api/secrets_engines/consul.pyc
+${PYSITELIB}/hvac/api/secrets_engines/consul.pyo
+${PYSITELIB}/hvac/api/secrets_engines/database.py
+${PYSITELIB}/hvac/api/secrets_engines/database.pyc
+${PYSITELIB}/hvac/api/secrets_engines/database.pyo
+${PYSITELIB}/hvac/api/secrets_engines/gcp.py
+${PYSITELIB}/hvac/api/secrets_engines/gcp.pyc
+${PYSITELIB}/hvac/api/secrets_engines/gcp.pyo
+${PYSITELIB}/hvac/api/secrets_engines/identity.py
+${PYSITELIB}/hvac/api/secrets_engines/identity.pyc
+${PYSITELIB}/hvac/api/secrets_engines/identity.pyo
+${PYSITELIB}/hvac/api/secrets_engines/kv.py
+${PYSITELIB}/hvac/api/secrets_engines/kv.pyc
+${PYSITELIB}/hvac/api/secrets_engines/kv.pyo
+${PYSITELIB}/hvac/api/secrets_engines/kv_v1.py
+${PYSITELIB}/hvac/api/secrets_engines/kv_v1.pyc
+${PYSITELIB}/hvac/api/secrets_engines/kv_v1.pyo
+${PYSITELIB}/hvac/api/secrets_engines/kv_v2.py
+${PYSITELIB}/hvac/api/secrets_engines/kv_v2.pyc
+${PYSITELIB}/hvac/api/secrets_engines/kv_v2.pyo
+${PYSITELIB}/hvac/api/secrets_engines/pki.py
+${PYSITELIB}/hvac/api/secrets_engines/pki.pyc
+${PYSITELIB}/hvac/api/secrets_engines/pki.pyo
+${PYSITELIB}/hvac/api/secrets_engines/transit.py
+${PYSITELIB}/hvac/api/secrets_engines/transit.pyc
+${PYSITELIB}/hvac/api/secrets_engines/transit.pyo
+${PYSITELIB}/hvac/api/system_backend/__init__.py
+${PYSITELIB}/hvac/api/system_backend/__init__.pyc
+${PYSITELIB}/hvac/api/system_backend/__init__.pyo
+${PYSITELIB}/hvac/api/system_backend/audit.py
+${PYSITELIB}/hvac/api/system_backend/audit.pyc
+${PYSITELIB}/hvac/api/system_backend/audit.pyo
+${PYSITELIB}/hvac/api/system_backend/auth.py
+${PYSITELIB}/hvac/api/system_backend/auth.pyc
+${PYSITELIB}/hvac/api/system_backend/auth.pyo
+${PYSITELIB}/hvac/api/system_backend/capabilities.py
+${PYSITELIB}/hvac/api/system_backend/capabilities.pyc
+${PYSITELIB}/hvac/api/system_backend/capabilities.pyo
+${PYSITELIB}/hvac/api/system_backend/health.py
+${PYSITELIB}/hvac/api/system_backend/health.pyc
+${PYSITELIB}/hvac/api/system_backend/health.pyo
+${PYSITELIB}/hvac/api/system_backend/init.py
+${PYSITELIB}/hvac/api/system_backend/init.pyc
+${PYSITELIB}/hvac/api/system_backend/init.pyo
+${PYSITELIB}/hvac/api/system_backend/key.py
+${PYSITELIB}/hvac/api/system_backend/key.pyc
+${PYSITELIB}/hvac/api/system_backend/key.pyo
+${PYSITELIB}/hvac/api/system_backend/leader.py
+${PYSITELIB}/hvac/api/system_backend/leader.pyc
+${PYSITELIB}/hvac/api/system_backend/leader.pyo
+${PYSITELIB}/hvac/api/system_backend/lease.py
+${PYSITELIB}/hvac/api/system_backend/lease.pyc
+${PYSITELIB}/hvac/api/system_backend/lease.pyo
+${PYSITELIB}/hvac/api/system_backend/mount.py
+${PYSITELIB}/hvac/api/system_backend/mount.pyc
+${PYSITELIB}/hvac/api/system_backend/mount.pyo
+${PYSITELIB}/hvac/api/system_backend/namespace.py
+${PYSITELIB}/hvac/api/system_backend/namespace.pyc
+${PYSITELIB}/hvac/api/system_backend/namespace.pyo
+${PYSITELIB}/hvac/api/system_backend/policy.py
+${PYSITELIB}/hvac/api/system_backend/policy.pyc
+${PYSITELIB}/hvac/api/system_backend/policy.pyo
+${PYSITELIB}/hvac/api/system_backend/seal.py
+${PYSITELIB}/hvac/api/system_backend/seal.pyc
+${PYSITELIB}/hvac/api/system_backend/seal.pyo
+${PYSITELIB}/hvac/api/system_backend/system_backend_mixin.py
+${PYSITELIB}/hvac/api/system_backend/system_backend_mixin.pyc
+${PYSITELIB}/hvac/api/system_backend/system_backend_mixin.pyo
+${PYSITELIB}/hvac/api/system_backend/wrapping.py
+${PYSITELIB}/hvac/api/system_backend/wrapping.pyc
+${PYSITELIB}/hvac/api/system_backend/wrapping.pyo
+${PYSITELIB}/hvac/api/vault_api_base.py
+${PYSITELIB}/hvac/api/vault_api_base.pyc
+${PYSITELIB}/hvac/api/vault_api_base.pyo
+${PYSITELIB}/hvac/api/vault_api_category.py
+${PYSITELIB}/hvac/api/vault_api_category.pyc
+${PYSITELIB}/hvac/api/vault_api_category.pyo
+${PYSITELIB}/hvac/aws_utils.py
+${PYSITELIB}/hvac/aws_utils.pyc
+${PYSITELIB}/hvac/aws_utils.pyo
+${PYSITELIB}/hvac/constants/__init__.py
+${PYSITELIB}/hvac/constants/__init__.pyc
+${PYSITELIB}/hvac/constants/__init__.pyo
+${PYSITELIB}/hvac/constants/aws.py
+${PYSITELIB}/hvac/constants/aws.pyc
+${PYSITELIB}/hvac/constants/aws.pyo
+${PYSITELIB}/hvac/constants/azure.py
+${PYSITELIB}/hvac/constants/azure.pyc
+${PYSITELIB}/hvac/constants/azure.pyo
+${PYSITELIB}/hvac/constants/client.py
+${PYSITELIB}/hvac/constants/client.pyc
+${PYSITELIB}/hvac/constants/client.pyo
+${PYSITELIB}/hvac/constants/gcp.py
+${PYSITELIB}/hvac/constants/gcp.pyc
+${PYSITELIB}/hvac/constants/gcp.pyo
+${PYSITELIB}/hvac/constants/identity.py
+${PYSITELIB}/hvac/constants/identity.pyc
+${PYSITELIB}/hvac/constants/identity.pyo
+${PYSITELIB}/hvac/constants/ldap.py
+${PYSITELIB}/hvac/constants/ldap.pyc
+${PYSITELIB}/hvac/constants/ldap.pyo
+${PYSITELIB}/hvac/constants/transit.py
+${PYSITELIB}/hvac/constants/transit.pyc
+${PYSITELIB}/hvac/constants/transit.pyo
+${PYSITELIB}/hvac/exceptions.py
+${PYSITELIB}/hvac/exceptions.pyc
+${PYSITELIB}/hvac/exceptions.pyo
+${PYSITELIB}/hvac/utils.py
+${PYSITELIB}/hvac/utils.pyc
+${PYSITELIB}/hvac/utils.pyo
+${PYSITELIB}/hvac/v1/__init__.py
+${PYSITELIB}/hvac/v1/__init__.pyc
+${PYSITELIB}/hvac/v1/__init__.pyo
diff --git a/py-hvac/distinfo b/py-hvac/distinfo
new file mode 100644
index 0000000000..d11d50946f
--- /dev/null
+++ b/py-hvac/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (hvac-0.9.3.tar.gz) = 242c88d74363f039d19c9716251ae71476198a1a
+RMD160 (hvac-0.9.3.tar.gz) = 29192a58077854c7605af965a3c733e44f567dc5
+SHA512 (hvac-0.9.3.tar.gz) = 89b6588270d4d98fa55e0510f6ca0e71e06ef7b56a56d88b2fa8ed2b0f46449effd0847ed3c831a5f6d4d84588de0513d7b34497c8d7e2ddac6041882d373a98
+Size (hvac-0.9.3.tar.gz) = 76445 bytes


Home | Main Index | Thread Index | Old Index