Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#18034 closed submission (fixed)

Add py26-fabric port

Reported by: arthur@… Owned by: nerdling (Jeremy Lavergne)
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Cc:
Port: py26-fabric

Description

There's an DeprecationWarning when executing the "fab-2.6" command but this is due to the fact that crypto uses deprecated modules. It will be fixed in the next Crypto version (https://bugs.launchpad.net/pycrypto/+bug/269429).

/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/Crypto/Hash/SHA.py:6: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  from sha import *
/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/Crypto/Hash/MD5.py:6: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  from md5 import *

However, Fabric works fine.

Attachments (1)

Portfile (1.5 KB) - added by arthur@… 15 years ago.

Download all attachments as: .zip

Change History (5)

Changed 15 years ago by arthur@…

Attachment: Portfile added

comment:1 Changed 15 years ago by nerdling (Jeremy Lavergne)

Owner: changed from macports-tickets@… to snc@…
Status: newassigned

comment:2 Changed 15 years ago by nerdling (Jeremy Lavergne)

Keywords: fabric removed
Resolution: fixed
Status: assignedclosed

Added in r45762.

comment:3 Changed 15 years ago by jmroot (Joshua Root)

Type: enhancementsubmission

comment:4 Changed 15 years ago by (none)

Milestone: Port Submissions

Milestone Port Submissions deleted

Note: See TracTickets for help on using tickets.