Add py-hvac 0.10.3, hashiCorp Vault API client.

PR:		246359
Submitted by:	Alessando Sagratini <ale_sagra@hotmail.com>
This commit is contained in:
Emanuel Haupt 2020-05-27 12:25:16 +00:00
parent 1a0a41c91a
commit dfd18ce5cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=536691
4 changed files with 40 additions and 0 deletions

View File

@ -4467,6 +4467,7 @@
SUBDIR += py-holidays
SUBDIR += py-http-prompt
SUBDIR += py-humanize
SUBDIR += py-hvac
SUBDIR += py-hypothesis
SUBDIR += py-icalendar
SUBDIR += py-ice

29
devel/py-hvac/Makefile Normal file
View File

@ -0,0 +1,29 @@
# Created by: Alessando Sagratini <ale_sagra@hotmail.com>
# $FreeBSD$
PORTNAME= hvac
PORTVERSION= 0.10.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ale_sagra@hotmail.com
COMMENT= HashiCorp Vault API client
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyhcl>=0.3.10:devel/py-pyhcl@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>2.21.0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.5.0:devel/py-six@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
do-test:
cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m tox
.include <bsd.port.mk>

3
devel/py-hvac/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1590580430
SHA256 (hvac-0.10.3.tar.gz) = 391b558a465d1919a2862926ab9a7c6bef1f2ac2c46daf8dd5115080c42978e4
SIZE (hvac-0.10.3.tar.gz) = 86758

7
devel/py-hvac/pkg-descr Normal file
View File

@ -0,0 +1,7 @@
HVAC is Python client for Hashicorp Vault.
Tested against the latest release, HEAD ref, and 3 previous minor versions
counting back from the latest release of Vault.
Current official support covers Vault v1.1.5 or later.
WWW: https://pypi.org/project/hvac/