py-python-htmlgen -> py-htmlgen (#14039)
This commit is contained in:
parent
fdc3176920
commit
8d21e39f00
@ -19,4 +19,4 @@ class PyH5glance(PythonPackage):
|
|||||||
|
|
||||||
depends_on('python@3.5:', type=('build', 'run'))
|
depends_on('python@3.5:', type=('build', 'run'))
|
||||||
depends_on('py-h5py', type=('build', 'run'))
|
depends_on('py-h5py', type=('build', 'run'))
|
||||||
depends_on('py-python-htmlgen', type='run')
|
depends_on('py-htmlgen', type=('build', 'run'))
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
from spack import *
|
from spack import *
|
||||||
|
|
||||||
|
|
||||||
class PyPythonHtmlgen(PythonPackage):
|
class PyHtmlgen(PythonPackage):
|
||||||
"""Library to generate HTML from classes.
|
"""Library to generate HTML from classes.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@ -16,9 +16,7 @@ class PyPythonHtmlgen(PythonPackage):
|
|||||||
|
|
||||||
version('1.2.2', sha256='9dc60e10511f0fd13014659514c6c333498c21779173deb585cd4964ea667770')
|
version('1.2.2', sha256='9dc60e10511f0fd13014659514c6c333498c21779173deb585cd4964ea667770')
|
||||||
|
|
||||||
conflicts('python@3.0:3.3.99')
|
depends_on('python@2.7:2.8,3.4:', type=('build', 'run'))
|
||||||
|
|
||||||
depends_on('py-setuptools', type='build')
|
depends_on('py-setuptools', type='build')
|
||||||
# dependencies for tests
|
depends_on('py-asserts@0.8.0:0.8.999', type='test')
|
||||||
depends_on('py-typing', type='test')
|
depends_on('py-typing', type='test')
|
||||||
depends_on('py-python-asserts', type='test')
|
|
Loading…
Reference in New Issue
Block a user