1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

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
This commit is contained in:
Kubilay Kocak 2014-06-13 08:58:18 +00:00
parent e9b575b848
commit 37a07c34ff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357658
2 changed files with 4 additions and 4 deletions

View File

@ -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 \

View File

@ -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