Skip to content

Commit

Permalink
py-fabric: update to version 1.12.0
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@150927 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
stromnov committed Aug 2, 2016
1 parent 5efa7e2 commit a37f6f5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
9 changes: 6 additions & 3 deletions python/py-fabric/Portfile
Expand Up @@ -6,7 +6,7 @@ PortGroup python 1.0
PortGroup select 1.0

name py-fabric
version 1.11.1
version 1.12.0
revision 0
categories-append devel
platforms darwin
Expand All @@ -25,14 +25,17 @@ master_sites pypi:F/Fabric

distname Fabric-${version}

checksums rmd160 58c45c0ab053d026262736b19230616ce0900d13 \
sha256 336cfa335840136fab8694a539dd61924697b8d0c2f3a12afadf0a6165c0875d
checksums rmd160 5263f60c4c91de16186d2ddd82ffa0713b81c89f \
sha256 fafa17d69a15fd6ae5f82d28acbf90e1bf15e3d7438fbf0e8691868164c0e9dc

if {${name} ne ${subport}} {
depends_lib-append port:py${python.version}-setuptools \
port:py${python.version}-paramiko \
port:py${python.version}-crypto \
port:fabric_select

patchfiles-append patch-setup.py.diff

select.group fabric
select.file ${filespath}/fabric${python.version}
notes "
Expand Down
11 changes: 11 additions & 0 deletions python/py-fabric/files/patch-setup.py.diff
@@ -0,0 +1,11 @@
--- setup.py.orig 2016-08-02 15:03:25.000000000 +0300
+++ setup.py 2016-08-02 15:05:56.000000000 +0300
@@ -32,7 +32,7 @@
if sys.version_info[:2] < (2, 6):
install_requires=['paramiko>=1.10,<1.13']
else:
- install_requires=['paramiko>=1.10,<2.0']
+ install_requires=['paramiko>=1.10,<3.0']


setup(

0 comments on commit a37f6f5

Please sign in to comment.