Misc python updates (#4807)

* updated py-pylint version

* setuptools required at runtime for pkg_resources

* fixed url for updated pylint
This commit is contained in:
Gregory Lee 2017-07-18 17:37:40 -07:00 committed by Adam J. Stewart
parent 2bd8d7a36a
commit b411849200
2 changed files with 4 additions and 3 deletions

View file

@ -28,10 +28,11 @@
class PyPylint(PythonPackage):
"""array processing for numbers, strings, records, and objects."""
homepage = "https://pypi.python.org/pypi/pylint"
url = "https://pypi.python.org/packages/source/p/pylint/pylint-1.4.1.tar.gz"
url = "https://pypi.io/packages/source/p/pylint/pylint-1.7.2.tar.gz"
version('1.4.1', 'df7c679bdcce5019389038847e4de622')
version('1.7.2', '27ee752cdcfacb05bf4940947e6b35c6')
version('1.4.3', '5924c1c7ca5ca23647812f5971d0ea44')
version('1.4.1', 'df7c679bdcce5019389038847e4de622')
extends('python', ignore=r'bin/pytest')
depends_on('py-six', type=('build', 'run'))

View file

@ -39,7 +39,7 @@ class PyTheano(PythonPackage):
depends_on('python@2.6:2.8,3.3:')
depends_on('py-setuptools', type='build')
depends_on('py-setuptools', type=('build', 'run'))
depends_on('py-scipy@0.11:', type=('build', 'run'))
depends_on('py-numpy@1.7.1:', type=('build', 'run'))
depends_on('py-six@1.9.0:', type=('build', 'run'))