#18034: Add py26-fabric port -------------------------------------+-------------------------------------- Reporter: arthur@… | Owner: macports-tickets@… Type: enhancement | Status: new Priority: Normal | Milestone: Port Submissions Component: ports | Version: 1.7.0 Keywords: fabric | Port: py26-fabric -------------------------------------+-------------------------------------- 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. -- Ticket URL: <http://trac.macports.org/ticket/18034> MacPorts <http://www.macports.org/> Ports system for Mac OS