py-virtualenv-clone package: add version 0.5.7 (#27636)

This commit is contained in:
iarspider 2021-11-24 20:58:41 +01:00 committed by GitHub
parent 3fdab96728
commit 43c663c5cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,8 +12,10 @@ class PyVirtualenvClone(PythonPackage):
homepage = "https://github.com/edwardgeorge/virtualenv-clone"
pypi = "virtualenv-clone/virtualenv-clone-0.2.6.tar.gz"
version('0.5.7', sha256='418ee935c36152f8f153c79824bb93eaf6f0f7984bae31d3f48f350b9183501a')
version('0.2.6', sha256='6b3be5cab59e455f08c9eda573d23006b7d6fb41fae974ddaa2b275c93cc4405')
depends_on('python@2.6:')
depends_on('python@2.6:', type=('build', 'run'))
depends_on('python@2.7:2,3.4:', type=('build', 'run'), when='@0.5.7:')
# not just build-time, requires pkg_resources
depends_on('py-setuptools', type=('build', 'run'))