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."""
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')