Add checksum for py-prettytable@3.2.0 (#30329)

* Add checksum for py-more-itertools@8.12.0 and fix python dependency

* Add checksum for py-prettytable@3.2.0

* Package version 8.11.0 is the only version that requires python 3.6+

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>

* Add reference to python@3.6 support when 8.11

* Revert "Add reference to python@3.6 support when 8.11"

This reverts commit 0ba0002193.

* Add python 3.7: requirement

* Revert range for python 3.6

* Revert py-more-itertools modifications

Co-authored-by: aandvalenzuela <andrea.valenzuela.ramirez@cern.ch>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
This commit is contained in:
Andrea Valenzuela 2022-04-29 17:33:04 +02:00 committed by GitHub
parent ecbac17217
commit ec266a86b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ class PyPrettytable(PythonPackage):
homepage = "https://github.com/jazzband/prettytable"
pypi = "prettytable/prettytable-0.7.2.tar.gz"
version('3.2.0', sha256='ae7d96c64100543dc61662b40a28f3b03c0f94a503ed121c6fca2782c5816f81')
version('2.4.0', sha256='18e56447f636b447096977d468849c1e2d3cfa0af8e7b5acfcf83a64790c0aca')
version('0.7.2', sha256='2d5460dc9db74a32bcc8f9f67de68b2c4f4d2f01fa3bd518764c69156d9cacd9')
@ -23,3 +24,4 @@ class PyPrettytable(PythonPackage):
depends_on("py-importlib-metadata", type=('build', 'run'), when='@2.4.0: ^python@:3.7')
depends_on("py-setuptools-scm", type='build', when='@2.4.0:')
depends_on("python@3.6:", type=('build', 'run'), when='@2.4.0:')
depends_on("python@3.7:", type=('build', 'run'), when='@3.2.0:')