py-virtualenv-clone package: add version 0.5.7 (#27636)
This commit is contained in:
parent
3fdab96728
commit
43c663c5cf
@ -12,8 +12,10 @@ class PyVirtualenvClone(PythonPackage):
|
|||||||
homepage = "https://github.com/edwardgeorge/virtualenv-clone"
|
homepage = "https://github.com/edwardgeorge/virtualenv-clone"
|
||||||
pypi = "virtualenv-clone/virtualenv-clone-0.2.6.tar.gz"
|
pypi = "virtualenv-clone/virtualenv-clone-0.2.6.tar.gz"
|
||||||
|
|
||||||
|
version('0.5.7', sha256='418ee935c36152f8f153c79824bb93eaf6f0f7984bae31d3f48f350b9183501a')
|
||||||
version('0.2.6', sha256='6b3be5cab59e455f08c9eda573d23006b7d6fb41fae974ddaa2b275c93cc4405')
|
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
|
# not just build-time, requires pkg_resources
|
||||||
depends_on('py-setuptools', type=('build', 'run'))
|
depends_on('py-setuptools', type=('build', 'run'))
|
||||||
|
Loading…
Reference in New Issue
Block a user