Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 2020 12:25:16 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r536691 - in head/devel: . py-hvac
Message-ID:  <202005271225.04RCPG16036772@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Wed May 27 12:25:16 2020
New Revision: 536691
URL: https://svnweb.freebsd.org/changeset/ports/536691

Log:
  Add py-hvac 0.10.3, hashiCorp Vault API client.
  
  PR:		246359
  Submitted by:	Alessando Sagratini <ale_sagra@hotmail.com>

Added:
  head/devel/py-hvac/
  head/devel/py-hvac/Makefile   (contents, props changed)
  head/devel/py-hvac/distinfo   (contents, props changed)
  head/devel/py-hvac/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed May 27 12:11:01 2020	(r536690)
+++ head/devel/Makefile	Wed May 27 12:25:16 2020	(r536691)
@@ -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

Added: head/devel/py-hvac/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-hvac/Makefile	Wed May 27 12:25:16 2020	(r536691)
@@ -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>

Added: head/devel/py-hvac/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-hvac/distinfo	Wed May 27 12:25:16 2020	(r536691)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1590580430
+SHA256 (hvac-0.10.3.tar.gz) = 391b558a465d1919a2862926ab9a7c6bef1f2ac2c46daf8dd5115080c42978e4
+SIZE (hvac-0.10.3.tar.gz) = 86758

Added: head/devel/py-hvac/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-hvac/pkg-descr	Wed May 27 12:25:16 2020	(r536691)
@@ -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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005271225.04RCPG16036772>