new version 1.0.1 for py-html5lib (#10278)
Change-Id: I2837dc098fce142b152d2969687d1873e182bbc8
This commit is contained in:
parent
2934eda311
commit
a33d167c72
@ -12,7 +12,12 @@ class PyHtml5lib(PythonPackage):
|
||||
homepage = "https://github.com/html5lib/html5lib-python"
|
||||
url = "https://pypi.io/packages/source/h/html5lib/html5lib-0.9999999.tar.gz"
|
||||
|
||||
version('1.0.1', '66cb0dcfdbbc4f9c3ba1a63fdb511ffdbd4f513b2b6d81b80cd26ce6b3fb3736')
|
||||
version('0.9999999', 'ef43cb05e9e799f25d65d1135838a96f')
|
||||
|
||||
depends_on('python@2.6:2.8,3.2:3.4')
|
||||
depends_on('python@2.6:2.8,3.2:3.5', when='@0.9999999')
|
||||
depends_on('python@2.6:2.8,3.3.0:3.6.99', when='@1.0.1:')
|
||||
depends_on('py-six', type=('build', 'run'))
|
||||
depends_on('py-six@1.9:', type=('build', 'run'), when='@1.0.1:')
|
||||
depends_on('py-setuptools', type='build', when='@1.0.1:')
|
||||
depends_on('py-webencodings', type=('build', 'run'), when='@1.0.1:')
|
||||
|
Loading…
Reference in New Issue
Block a user