svn commit: r499452 - head/devel/py-fabric
Kubilay Kocak
koobs at FreeBSD.org
Sat Apr 20 15:47:26 UTC 2019
Author: koobs
Date: Sat Apr 20 15:47:24 2019
New Revision: 499452
URL: https://svnweb.freebsd.org/changeset/ports/499452
Log:
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>
MFH: 2019Q2 (bugfix release)
Modified:
head/devel/py-fabric/Makefile
head/devel/py-fabric/distinfo
head/devel/py-fabric/pkg-descr
Modified: head/devel/py-fabric/Makefile
==============================================================================
--- head/devel/py-fabric/Makefile Sat Apr 20 15:46:22 2019 (r499451)
+++ head/devel/py-fabric/Makefile Sat Apr 20 15:47:24 2019 (r499452)
@@ -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 deploym
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>
Modified: head/devel/py-fabric/distinfo
==============================================================================
--- head/devel/py-fabric/distinfo Sat Apr 20 15:46:22 2019 (r499451)
+++ head/devel/py-fabric/distinfo Sat Apr 20 15:47:24 2019 (r499452)
@@ -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
Modified: head/devel/py-fabric/pkg-descr
==============================================================================
--- head/devel/py-fabric/pkg-descr Sat Apr 20 15:46:22 2019 (r499451)
+++ head/devel/py-fabric/pkg-descr Sat Apr 20 15:47:24 2019 (r499452)
@@ -7,4 +7,4 @@ of servers in parallel or serially. These commands are
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
More information about the svn-ports-head
mailing list