Use non-checksummed PyPi download URLs

This commit is contained in:
Adam J. Stewart 2016-06-10 14:48:29 -05:00
parent 5dfc2052bd
commit c9eb5f8173
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ class Py3to2(Package):
for Python version 3.x into Python version 2.x.""" for Python version 3.x into Python version 2.x."""
homepage = "https://pypi.python.org/pypi/3to2" homepage = "https://pypi.python.org/pypi/3to2"
url = "https://pypi.python.org/packages/8f/ab/58a363eca982c40e9ee5a7ca439e8ffc5243dde2ae660ba1ffdd4868026b/3to2-1.1.1.zip" url = "https://pypi.python.org/packages/source/3/3to2/3to2-1.1.1.zip"
version('1.1.1', 'cbeed28e350dbdaef86111ace3052824') version('1.1.1', 'cbeed28e350dbdaef86111ace3052824')

View File

@ -30,7 +30,7 @@ class PyUnittest2(Package):
testing framework in Python 2.7 and onwards.""" testing framework in Python 2.7 and onwards."""
homepage = "https://pypi.python.org/pypi/unittest2" homepage = "https://pypi.python.org/pypi/unittest2"
url = "https://pypi.python.org/packages/7f/c4/2b0e2d185d9d60772c10350d9853646832609d2f299a8300ab730f199db4/unittest2-1.1.0.tar.gz" url = "https://pypi.python.org/packages/source/u/unittest2/unittest2-1.1.0.tar.gz"
version('1.1.0', 'f72dae5d44f091df36b6b513305ea000') version('1.1.0', 'f72dae5d44f091df36b6b513305ea000')

View File

@ -31,7 +31,7 @@ class PyUnittest2py3k(Package):
version of unittest2.""" version of unittest2."""
homepage = "https://pypi.python.org/pypi/unittest2py3k" homepage = "https://pypi.python.org/pypi/unittest2py3k"
url = "https://pypi.python.org/packages/4e/3d/d44421e8d828af1399c1509c196db92e2a58f3764b01a0ee928d7025d1ca/unittest2py3k-0.5.1.tar.gz" url = "https://pypi.python.org/packages/source/u/unittest2py3k/unittest2py3k-0.5.1.tar.gz"
version('0.5.1', '8824ff92044310d9365f90d892bf0f09') version('0.5.1', '8824ff92044310d9365f90d892bf0f09')