py-heapdict: Add version 1.0.0 (#26495)
Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com>
This commit is contained in:
parent
d07c366408
commit
c97c135f1d
@ -13,6 +13,13 @@ class PyHeapdict(PythonPackage):
|
||||
pypi = "HeapDict/HeapDict-1.0.1.tar.gz"
|
||||
|
||||
version('1.0.1', sha256='8495f57b3e03d8e46d5f1b2cc62ca881aca392fd5cc048dc0aa2e1a6d23ecdb6')
|
||||
version('1.0.0', sha256='40c9e3680616cfdf942f77429a3a9e0a76f31ce965d62f4ffbe63a83a5ef1b5a')
|
||||
|
||||
depends_on('python@2.6:', type=('build', 'run'))
|
||||
depends_on('py-setuptools', type='build')
|
||||
|
||||
# Prevent passing --single-version-externally-managed to setup.py, to avoid
|
||||
# error: option --single-version-externally-managed not recognized
|
||||
@when('@1.0.0')
|
||||
def install_args(self, spec, prefix):
|
||||
return ['--prefix={0}'.format(prefix), '--root=/']
|
||||
|
Loading…
Reference in New Issue
Block a user