New version: py-plac; fix tests (#27405)

This commit is contained in:
iarspider 2021-11-14 01:28:27 +01:00 committed by GitHub
parent 7a00cef055
commit 76fed9c04d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,10 @@ class PyPlac(PythonPackage):
homepage = "https://github.com/micheles/plac"
pypi = "plac/plac-1.1.3.tar.gz"
# Skip 'plac_tk' imports
import_modules = ['plac', 'plac_ext', 'plac_core']
version('1.3.3', sha256='51e332dabc2aed2cd1f038be637d557d116175101535f53eaa7ae854a00f2a74')
version('1.1.3', sha256='398cb947c60c4c25e275e1f1dadf027e7096858fb260b8ece3b33bcff90d985f')
depends_on('py-setuptools', type='build')