py-envisage: add 6.0.1 (#27517)

This commit is contained in:
Manuela Kuhn 2021-11-18 06:12:28 +01:00 committed by GitHub
parent 301a506aa2
commit b4fcb4d43c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,13 +13,16 @@ class PyEnvisage(PythonPackage):
application consists primarily of plug-ins. In this respect, it is similar
to the Eclipse and Netbeans frameworks for Java applications."""
homepage = "https://docs.enthought.com/envisage"
homepage = "https://github.com/enthought/envisage"
pypi = "envisage/envisage-4.9.2.tar.gz"
version('6.0.1', sha256='8864c29aa344f7ac26eeb94788798f2d0cc791dcf95c632da8d79ebc580e114c')
version('4.9.2', sha256='ed9580ac6ea17b333f1cce5b94656aed584798d56d8bd364f996a06fe1ac32eb')
depends_on('python@2.7:2.8,3.5:', type=('build', 'run'))
depends_on('python@3.6:', when='@5:', type=('build', 'run'))
depends_on('python@2.7:2.8,3.5:', when='@:4', type=('build', 'run'))
depends_on('py-apptools', type=('build', 'run'))
depends_on('py-setuptools', type=('build', 'run'))
depends_on('py-six', type=('build', 'run'))
depends_on('py-six', when='@:4', type=('build', 'run'))
depends_on('py-traits@6.2:', when='@6:', type=('build', 'run'))
depends_on('py-traits', type=('build', 'run'))