Add py26-fabric port
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.
Change History (5)
Owner: |
changed from macports-tickets@… to snc@…
|
Status: |
new →
assigned
|
Keywords: |
fabric removed
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Type: |
enhancement →
submission
|
Milestone: |
Port Submissions
|
Added in r45762.