mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
sysutils/bsdploy: Update to 2.3.0
Changelog: https://github.com/ployground/bsdploy/blob/2.3.0/CHANGES.rst
This commit is contained in:
parent
347a8d592f
commit
c24ffe6e55
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501961
3 changed files with 17 additions and 10 deletions
|
@ -2,21 +2,29 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= bsdploy
|
PORTNAME= bsdploy
|
||||||
PORTVERSION= 2.1.0
|
PORTVERSION= 2.3.0
|
||||||
CATEGORIES= sysutils python
|
CATEGORIES= sysutils python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
|
|
||||||
MAINTAINER= koobs@FreeBSD.org
|
MAINTAINER= koobs@FreeBSD.org
|
||||||
COMMENT= Container Management for FreeBSD Jails
|
COMMENT= Tool to remotely provision, configure and maintain FreeBSD jails
|
||||||
|
|
||||||
|
LICENSE= BSD3CLAUSE
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||||
|
|
||||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}pyliblzma>0:archivers/py-pyliblzma@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}pyliblzma>0:archivers/py-pyliblzma@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}ploy>=1.2.0:sysutils/py-ploy@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}ploy>=1.5.0:sysutils/py-ploy@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}ploy_ansible>=1.3.0:sysutils/py-ploy_ansible@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}ploy_ansible>=1.3.0:sysutils/py-ploy_ansible@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}ploy_ezjail>=1.2.0:sysutils/py-ploy_ezjail@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}ploy_ezjail>=1.2.0:sysutils/py-ploy_ezjail@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}ploy_fabric>=1.1.0:sysutils/py-ploy_fabric@${PY_FLAVOR}
|
${PYTHON_PKGNAMEPREFIX}ploy_fabric>=1.1.0:sysutils/py-ploy_fabric@${PY_FLAVOR}
|
||||||
|
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}pytest>=2.4.2:devel/py-pytest@${PY_FLAVOR}
|
||||||
|
|
||||||
|
USES= python:-2.7
|
||||||
|
USE_PYTHON= autoplist concurrent distutils
|
||||||
|
|
||||||
OPTIONS_DEFINE= EC2
|
OPTIONS_DEFINE= EC2
|
||||||
OPTIONS_DEFAULT= EC2
|
OPTIONS_DEFAULT= EC2
|
||||||
|
@ -24,12 +32,10 @@ OPTIONS_DEFAULT= EC2
|
||||||
EC2_DESC= Support Amazon Web Services EC2 hosts
|
EC2_DESC= Support Amazon Web Services EC2 hosts
|
||||||
EC2_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ploy_ec2>0:sysutils/py-ploy_ec2@${PY_FLAVOR}
|
EC2_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ploy_ec2>0:sysutils/py-ploy_ec2@${PY_FLAVOR}
|
||||||
|
|
||||||
USES= python:-2.7 zip
|
|
||||||
USE_PYTHON= autoplist distutils
|
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
post-extract:
|
do-test:
|
||||||
${RM} ${WRKSRC}/pytest.ini
|
${RM} ${WRKSRC}/pytest.ini
|
||||||
|
@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -k 'not test_virtualbox'
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (bsdploy-2.1.0.zip) = 4ab415ae7c496e694b450a521a0b245ab672642d8360b16495033f0d229b7200
|
TIMESTAMP = 1558180560
|
||||||
SIZE (bsdploy-2.1.0.zip) = 103855
|
SHA256 (bsdploy-2.3.0.tar.gz) = 14d54adf00bcc511a0a5617ada24540264133d086fbc91c48d9fa17347a0fc75
|
||||||
|
SIZE (bsdploy-2.3.0.tar.gz) = 76926
|
||||||
|
|
|
@ -12,4 +12,4 @@ Its main design goal is to lower the barrier to repeatable jail setups.
|
||||||
TASKNAME and have all of the hosts and their variables in fab.env.
|
TASKNAME and have all of the hosts and their variables in fab.env.
|
||||||
* Configure ZFS pools and filesystems with whole-disk-encryption.
|
* Configure ZFS pools and filesystems with whole-disk-encryption.
|
||||||
|
|
||||||
WWW: http://docs.bsdploy.net/
|
WWW: https://github.com/ployground/bsdploy
|
||||||
|
|
Loading…
Add table
Reference in a new issue