diff options
author | koobs <koobs@FreeBSD.org> | 2014-06-13 16:58:18 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2014-06-13 16:58:18 +0800 |
commit | a23e155e072c04822745f311faae3f3443d41ae9 (patch) | |
tree | aeba4dd060f7cce39cce5777be3475735090e3ad /devel | |
parent | c2115c06c920ecb7d04a15e9f1bfc57441452df7 (diff) | |
download | freebsd-ports-graphics-a23e155e072c04822745f311faae3f3443d41ae9.tar.gz freebsd-ports-graphics-a23e155e072c04822745f311faae3f3443d41ae9.tar.zst freebsd-ports-graphics-a23e155e072c04822745f311faae3f3443d41ae9.zip |
devel/py-fabric: Update to 1.8.4, fix w/ paramiko > 1.13
- Update to 1.8.4 (containing fix for paramiko > 1.13)
- Tweak RUN_DEPENDS on paramiko to match version string in setup.py
Changes:
* Enhance setup.py to allow Paramiko 1.13+ under Python 2.6+. [1]
* Treat paths that begin with tilde "~" as absolute lute paths instead of
relative. [2]
[1] https://github.com/fabric/fabric/issues/1105
[2] https://github.com/fabric/fabric/issues/898
PR: 190856
Reported by: blackmore at pichove dot org
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-fabric/Makefile | 4 | ||||
-rw-r--r-- | devel/py-fabric/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/py-fabric/Makefile b/devel/py-fabric/Makefile index d182a2518c5..feca73516ec 100644 --- a/devel/py-fabric/Makefile +++ b/devel/py-fabric/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fabric -PORTVERSION= 1.8.3 +PORTVERSION= 1.8.4 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP @@ -14,7 +14,7 @@ COMMENT= Simple pythonic remote deployment tool LICENSE= BSD2CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko>=1.10.0:${PORTSDIR}/security/py-paramiko +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko>=1.10:${PORTSDIR}/security/py-paramiko TEST_DEPENDS:= ${RUN_DEPENDS} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=0.6:${PORTSDIR}/devel/py-Jinja2 \ ${PYTHON_PKGNAMEPREFIX}fudge>0:${PORTSDIR}/devel/py-fudge \ diff --git a/devel/py-fabric/distinfo b/devel/py-fabric/distinfo index 012b5a8d231..c52e81d7f56 100644 --- a/devel/py-fabric/distinfo +++ b/devel/py-fabric/distinfo @@ -1,2 +1,2 @@ -SHA256 (Fabric-1.8.3.tar.gz) = 651a07959bdabfb15fda2a6e6adebf473e57ff5b6f3f5d2894fa787c2b6fd202 -SIZE (Fabric-1.8.3.tar.gz) = 251306 +SHA256 (Fabric-1.8.4.tar.gz) = ca42c6634a10e2ab39cc661f209d32ad7af073ee6381538befbde20c68fa5d30 +SIZE (Fabric-1.8.4.tar.gz) = 203947 |