summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-html5lib/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-html5lib/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-html5lib/package.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/py-html5lib/package.py b/var/spack/repos/builtin/packages/py-html5lib/package.py
index ea81a8beae..1fa20749ca 100644
--- a/var/spack/repos/builtin/packages/py-html5lib/package.py
+++ b/var/spack/repos/builtin/packages/py-html5lib/package.py
@@ -10,12 +10,12 @@ class PyHtml5lib(PythonPackage):
"""HTML parser based on the WHATWG HTML specification."""
homepage = "https://github.com/html5lib/html5lib-python"
- pypi = "html5lib/html5lib-0.9999999.tar.gz"
+ pypi = "html5lib/html5lib-099.tar.gz"
version('1.0.1', sha256='66cb0dcfdbbc4f9c3ba1a63fdb511ffdbd4f513b2b6d81b80cd26ce6b3fb3736')
- version('0.9999999', sha256='2612a191a8d5842bfa057e41ba50bbb9dcb722419d2408c78cff4758d0754868')
+ version('099', sha256='2612a191a8d5842bfa057e41ba50bbb9dcb722419d2408c78cff4758d0754868')
- depends_on('python@2.6:2.8,3.2:', when='@0.9999999', type=('build', 'run'))
+ depends_on('python@2.6:2.8,3.2:', when='@099', type=('build', 'run'))
depends_on('python@2.6:2.8,3.3:', when='@1.0.1:', type=('build', 'run'))
depends_on('py-six', type=('build', 'run'))
depends_on('py-six@1.9:', type=('build', 'run'), when='@1.0.1:')