py-traits: add 6.2.0 (#24044)

This commit is contained in:
Manuela Kuhn 2021-05-31 23:48:19 +02:00 committed by GitHub
parent adf2e8230a
commit c6da94473d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,9 @@ class PyTraits(PythonPackage):
homepage = "https://docs.enthought.com/traits"
pypi = "traits/traits-6.0.0.tar.gz"
version('6.2.0', sha256='16fa1518b0778fd53bf0547e6a562b1787bf68c8f6b7995a13bd1902529fdb0c')
version('6.0.0', sha256='dbcd70166feca434130a1193284d5819ca72ffbc8dbce8deeecc0cebb41a3bfb')
depends_on('python@3.5:', type=('build', 'run'))
depends_on('python@3.6:', type=('build', 'run'), when='@6.2.0:')
depends_on('python@3.5:', type=('build', 'run'), when='@:6.1.999')
depends_on('py-setuptools', type='build')