Further improvements to version parsing

This commit is contained in:
Adam J. Stewart
2018-07-24 21:56:56 -05:00
committed by Todd Gamblin
parent e948a54d8e
commit 68c2bdfaf6
33 changed files with 38 additions and 60 deletions

View File

@@ -27,8 +27,9 @@
class PyPylint(PythonPackage):
"""array processing for numbers, strings, records, and objects."""
homepage = "https://pypi.python.org/pypi/pylint"
url = "https://pypi.io/packages/source/p/pylint/pylint-1.7.2.tar.gz"
url = "https://pypi.io/packages/source/p/pylint/pylint-1.6.5.tar.gz"
# version('1.7.2', '27ee752cdcfacb05bf4940947e6b35c6') # see dependencies
version('1.6.5', '31da2185bf59142479e4fa16d8a9e347')