[Slackbuilds-users] pysetuptools 8 implements PEP 440

Audrius Kažukauskas audrius at neutrino.lt
Sun Feb 8 18:13:37 UTC 2015


On Sun, 2015-02-08 at 20:10:58 +0200, Audrius Kažukauskas wrote:
> Regarding allmydata-tahoe, developers fixed version specifiers in their
> Git repo, but there doesn't seem to be any versions released with those
> fixes, so I extracted them into a patch (attached).  It works for me
> with setuptools 12.0.5, but I only installed allmydata-tahoe and tried
> to run "tahoe --version", so please test it and see if everything works
> correctly.

Oops, forgot to attach a patch.

-- 
Audrius Kažukauskas
http://neutrino.lt/
-------------- next part --------------
diff -uar allmydata-tahoe-1.10.0.orig/src/allmydata/_auto_deps.py allmydata-tahoe-1.10.0/src/allmydata/_auto_deps.py
--- allmydata-tahoe-1.10.0.orig/src/allmydata/_auto_deps.py	2013-05-01 20:32:45.000000000 +0300
+++ allmydata-tahoe-1.10.0/src/allmydata/_auto_deps.py	2015-02-08 17:56:20.583096384 +0200
@@ -16,7 +16,7 @@
 
     # zope.interface >= 3.6.0 is required for Twisted >= 12.1.0.
     # zope.interface 3.6.3 and 3.6.4 are incompatible with Nevow (#1435).
-    "zope.interface == 3.6.0, == 3.6.1, == 3.6.2, >= 3.6.5",
+    "zope.interface >= 3.6.0, != 3.6.3, != 3.6.4",
 
     # * On Windows we need at least Twisted 9.0 to avoid an indirect
     #   dependency on pywin32.
@@ -55,7 +55,7 @@
     # Needed for SFTP. pyasn1 is needed by twisted.conch in Twisted >= 9.0.
     # pycrypto 2.2 doesn't work due to https://bugs.launchpad.net/pycrypto/+bug/620253
     # pycrypto 2.4 doesn't work due to https://bugs.launchpad.net/pycrypto/+bug/881130
-    "pycrypto == 2.1.0, == 2.3, >= 2.4.1",
+    "pycrypto >= 2.1.0, != 2.2, != 2.4",
     "pyasn1 >= 0.0.8a",
 
     # http://www.voidspace.org.uk/python/mock/ , 0.8.0 provides "call"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20150208/5b37193d/attachment.asc>


More information about the SlackBuilds-users mailing list