View | Details | Raw Unified | Return to bug 243270 | Differences between
and this patch

Collapse All | Expand All

(-)security/py-vici/Makefile (+25 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	vici
4
PORTVERSION=	5.8.2
5
CATEGORIES=	security net-vpn python
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=	driesm.michiels@gmail.com
10
COMMENT=	Native Python interface for strongSwan's VICI protocol
11
12
LICENSE=	MIT
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
15
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}pycodestyle>0:devel/py-pycodestyle@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR}
18
19
USES=		python
20
USE_PYTHON=	autoplist concurrent distutils
21
22
do-test: # skip non installed python versions in the tests (because flavors)
23
	cd ${WRKSRC} && ${PYTHON_CMD} -m tox --skip-missing-interpreters
24
25
.include <bsd.port.mk>
(-)security/py-vici/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1579026725
2
SHA256 (vici-5.8.2.tar.gz) = d642573afa07005914e5449486e53a5efa3419caf8cbd4491bdb62fc45f8b700
3
SIZE (vici-5.8.2.tar.gz) = 9615
(-)security/py-vici/pkg-descr (+6 lines)
Line 0 Link Here
1
The strongSwan VICI protocol allows external applications to
2
monitor, configure and control the IKE daemon charon.
3
This Python package provides a native client side implementation
4
of the VICI protocol, well suited to script automated tasks in a reliable way.
5
6
WWW: https://pypi.org/project/vici/
(-)security/Makefile (+1 lines)
Lines 1008-1013 Link Here
1008
    SUBDIR += py-tuf
1008
    SUBDIR += py-tuf
1009
    SUBDIR += py-twofish
1009
    SUBDIR += py-twofish
1010
    SUBDIR += py-txtorcon
1010
    SUBDIR += py-txtorcon
1011
    SUBDIR += py-vici
1011
    SUBDIR += py-virustotal-api
1012
    SUBDIR += py-virustotal-api
1012
    SUBDIR += py-volatility
1013
    SUBDIR += py-volatility
1013
    SUBDIR += py-vulndb
1014
    SUBDIR += py-vulndb

Return to bug 243270