MFH: r499452 devel/py-fabric: Update to 1.14.1
- Rejig test invocation to exclude a test that hangs - Update pkg-descr WWW to https://, where it redirects to Changelog: https://www.fabfile.org/changelog-v1.html PR: 235194 Submitted by: Dani <i.dani outlook com> Approved by: ports-secteam (blanket: bugfix release(s))
This commit is contained in:
parent
cb08c16c91
commit
e46730fdbe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q2/; revision=502434
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fabric
|
||||
PORTVERSION= 1.13.2
|
||||
PORTVERSION= 1.14.1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
@ -15,17 +15,18 @@ COMMENT= Simple, Pythonic remote execution and deployment
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko>=1.10:security/py-paramiko@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko>=1.10:security/py-paramiko@${PY_FLAVOR} # <3.0
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}fudge>0:devel/py-fudge@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}Jinja2>=0.6:devel/py-Jinja2@${PY_FLAVOR}
|
||||
${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR}
|
||||
|
||||
USES= python:2.7
|
||||
USE_PYTHON= distutils autoplist
|
||||
USE_PYTHON= distutils concurrent autoplist
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
do-test:
|
||||
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
|
||||
@cd ${WRKSRC} && ${PYTHON_CMD} -m nose -v \
|
||||
--exclude=test_nested_execution_with_explicit_ports
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1500111944
|
||||
SHA256 (Fabric-1.13.2.tar.gz) = 98af64a1fe19d9c6a229265aec4e9fdaf3127ac2000db3e2e19007927b23244d
|
||||
SIZE (Fabric-1.13.2.tar.gz) = 219507
|
||||
TIMESTAMP = 1554010618
|
||||
SHA256 (Fabric-1.14.1.tar.gz) = 66097883bb3e5beecacae92b82b2bd489d10a8fd4f06ce1cb27019de2e6d76a8
|
||||
SIZE (Fabric-1.14.1.tar.gz) = 220463
|
||||
|
@ -7,4 +7,4 @@ of servers in parallel or serially. These commands are grouped in tasks
|
||||
This is called remote automation, and the primary use case is deploying
|
||||
applications to multiple similar hosts.
|
||||
|
||||
WWW: http://fabfile.org
|
||||
WWW: https://www.fabfile.org
|
||||
|
Loading…
Reference in New Issue
Block a user