1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

New port: security/py-vici: Native Python interface for strongSwan's VICI protocol

The strongSwan VICI protocol allows external applications to monitor,
configure and control the IKE daemon charon.  This Python package provides
a native client side implementation of the VICI protocol, well suited to
script automated tasks in a reliable way.

WWW: https://pypi.org/project/vici/

Event:		Brussels DevSummit 2020
PR:		243270
Submitted by:	Dries Michiels <driesm.michiels@gmail.com>
This commit is contained in:
Mateusz Piotrowski 2020-01-31 16:26:26 +00:00
parent 3ff4e3c4ab
commit 934fb54861
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=524726
3 changed files with 36 additions and 0 deletions

27
security/py-vici/Makefile Normal file
View File

@ -0,0 +1,27 @@
# $FreeBSD$
PORTNAME= vici
DISTVERSION= 5.8.2
CATEGORIES= security net-vpn python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= driesm.michiels@gmail.com
COMMENT= Native Python interface for strongSwan's VICI protocol
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycodestyle>0:devel/py-pycodestyle@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
do-test: # skip non installed python versions in the tests (because flavors)
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m tox --skip-missing-interpreters
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1579026725
SHA256 (vici-5.8.2.tar.gz) = d642573afa07005914e5449486e53a5efa3419caf8cbd4491bdb62fc45f8b700
SIZE (vici-5.8.2.tar.gz) = 9615

View File

@ -0,0 +1,6 @@
The strongSwan VICI protocol allows external applications to
monitor, configure and control the IKE daemon charon.
This Python package provides a native client side implementation
of the VICI protocol, well suited to script automated tasks in a reliable way.
WWW: https://pypi.org/project/vici/