Fix version-specific URLs for Python packages (#7394)

This commit is contained in:
Adam J. Stewart 2018-03-05 14:00:49 -06:00 committed by scheibelp
parent e4597f09be
commit 89a591eb3b
2 changed files with 3 additions and 3 deletions

View file

@ -31,8 +31,8 @@ class PyBsddb3(PythonPackage):
Sequence and Transaction objects, and each of these is exposed Sequence and Transaction objects, and each of these is exposed
as a Python type in the bsddb3.db module.""" as a Python type in the bsddb3.db module."""
homepage = "://pypi.python.org/pypi/bsddb3/6.2.5" homepage = "https://pypi.python.org/pypi/bsddb3/6.2.5"
url = "https://pypi.python.org/packages/ba/a7/131dfd4e3a5002ef30e20bee679d5e6bcb2fcc6af21bd5079dc1707a132c/bsddb3-6.2.5.tar.gz#md5=610267c189964c905a931990e1ba438c" url = "https://pypi.io/packages/source/b/bsddb3/bsddb3-6.2.5.tar.gz"
version('6.2.5', '610267c189964c905a931990e1ba438c') version('6.2.5', '610267c189964c905a931990e1ba438c')

View file

@ -30,7 +30,7 @@ class PyPyfasta(PythonPackage):
access to fasta sequence files""" access to fasta sequence files"""
homepage = "https://pypi.python.org/pypi/pyfasta/" homepage = "https://pypi.python.org/pypi/pyfasta/"
url = "https://pypi.python.org/packages/be/3f/794fbcdaaa2113f0a1d16a962463896c1a6bdab77bd63f33a8f16aae6cdc/pyfasta-0.5.2.tar.gz" url = "https://pypi.io/packages/source/p/pyfasta/pyfasta-0.5.2.tar.gz"
version('0.5.2', 'bf61ab997dca329675c3eb2ee7cdfcf2') version('0.5.2', 'bf61ab997dca329675c3eb2ee7cdfcf2')