py-six: 1.15.0 (#20710)
* py-six: 1.15.0 * depend on specific python version(s)
This commit is contained in:
parent
b933454250
commit
1ada637613
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@ class PySix(PythonPackage):
|
|||
|
||||
pypi = "six/six-1.11.0.tar.gz"
|
||||
|
||||
version('1.15.0', sha256='30639c035cdb23534cd4aa2dd52c3bf48f06e5f4a941509c8bafd8ce11080259')
|
||||
version('1.14.0', sha256='236bdbdce46e6e6a3d61a337c0f8b763ca1e8717c03b369e87a7ec7ce1319c0a')
|
||||
version('1.12.0', sha256='d16a0141ec1a18405cd4ce8b4613101da75da0e9a7aec5bdd4fa804d0e0eba73')
|
||||
version('1.11.0', sha256='70e8a77beed4562e7f14fe23a786b54f6296e34344c23bc42f07b15018ff98e9')
|
||||
|
@ -19,4 +20,5 @@ class PySix(PythonPackage):
|
|||
version('1.8.0', sha256='047bbbba41bac37c444c75ddfdf0573dd6e2f1fbd824e6247bb26fa7d8fa3830')
|
||||
|
||||
extends('python', ignore=r'bin/pytest')
|
||||
depends_on('python@2.7:2.8,3.3:', type=('build', 'run'))
|
||||
depends_on('py-setuptools', type='build')
|
||||
|
|
Loading…
Reference in a new issue