-
Notifications
You must be signed in to change notification settings - Fork 308
Replace distribute with setuptools (update dependencies) #2867
Comments
So far the only failing file was I think that this library can be replaced with snippet from https://bitcointalk.org/index.php?topic=1026.0 which is also public domain and can be just dropped into Gratipay codebase. |
https://bitcointalk.org/index.php?topic=1026.0 This will remove dependency on python-bitcoinaddress-0.2.2.tar.gz package that conflicts with recent setuptools (issue gratipay#2867)
This should fail the tests to be fixed in subsequent commit by switching to new utils/bitcoin.py
This should fail the tests to be fixed in subsequent commit by switching to new utils/bitcoin.py
Can be this done just by sending Pull Requests to bitcoinadress package? Seems maintainer is responsive and it's updating package... |
Maintainer uses GPLed code from a bunch of sites, and I don't want to restrict myself to GPL, so I use public domain code, which is also a recommended way of validating addresses. I also see no reason to use distribute for |
Well, when you feel that this code should not belong, it is always possible to switch back to |
I also don't think that |
https://bitcointalk.org/index.php?topic=1026.0 This will remove dependency on python-bitcoinaddress-0.2.2.tar.gz package that conflicts with recent setuptools (issue gratipay#2867)
This should fail the tests to be fixed in subsequent commit by switching to new utils/bitcoin.py
Remove python-bitcoinaddress dependency p.2 (issue #2867)
|
Distribute is merged into setuptools.
But more important - now older packages that come bundled with old
distribute
can not be installed.https://bitbucket.org/pypa/setuptools/issue/18/packages-that-use_setuptools-from-older
This blocks #2327.
The text was updated successfully, but these errors were encountered: