Opened 14 years ago

Closed 14 years ago

#22434 closed update (fixed)

py26-fabric - Update to 0.9.0

Reported by: mdippery@… Owned by: arthurk@…
Priority: Normal Milestone:
Component: ports Version: 1.8.1
Keywords: haspatch Cc:
Port: py26-fabric

Description

Below is a patchfile for the py26-fabric port that updates it to the latest version, 0.9.0 (previous, was 0.9b1).

Fabric 0.9.0 includes paramiko in the distribution, but we'd prefer to use MacPorts' paramiko port (since installing the one distributed with Fabric causes conflicts if paramiko is already installed), so this change includes a patch for Fabric's setup.py file that prevents it from installing paramiko.

Attachments (2)

Portfile.diff (2.0 KB) - added by mdippery@… 14 years ago.
Patch for Portfile
patch-setup.py.diff (497 bytes) - added by mdippery@… 14 years ago.
Patch for setup.py (fixes previous issue in which contrib module was not properly installed)

Download all attachments as: .zip

Change History (4)

Changed 14 years ago by mdippery@…

Attachment: Portfile.diff added

Patch for Portfile

comment:1 Changed 14 years ago by mf2k (Frank Schima)

Keywords: haspatch added
Owner: changed from macports-tickets@… to arthurk@…

Changed 14 years ago by mdippery@…

Attachment: patch-setup.py.diff added

Patch for setup.py (fixes previous issue in which contrib module was not properly installed)

comment:2 Changed 14 years ago by arthurk@…

Resolution: fixed
Status: newclosed

Committed in r60348. Thanks for the patch!

Note: See TracTickets for help on using tickets.