New package: py-ghp-import (#32316)
This commit is contained in:
parent
c92db8a22a
commit
95e8c4a615
19
var/spack/repos/builtin/packages/py-ghp-import/package.py
Normal file
19
var/spack/repos/builtin/packages/py-ghp-import/package.py
Normal file
@ -0,0 +1,19 @@
|
||||
# Copyright 2013-2022 Lawrence Livermore National Security, LLC and other
|
||||
# Spack Project Developers. See the top-level COPYRIGHT file for details.
|
||||
#
|
||||
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
||||
|
||||
|
||||
from spack.package import *
|
||||
|
||||
|
||||
class PyGhpImport(PythonPackage):
|
||||
"""Copy your docs directly to the gh-pages branch."""
|
||||
|
||||
homepage = "https://github.com/c-w/ghp-import"
|
||||
pypi = "ghp-import/ghp-import-2.1.0.tar.gz"
|
||||
|
||||
version("2.1.0", sha256="9c535c4c61193c2df8871222567d7fd7e5014d835f97dc7b7439069e2413d343")
|
||||
|
||||
depends_on("py-setuptools", type="build")
|
||||
depends_on("py-python-dateutil@2.8.1:", type=("build", "run"))
|
Loading…
Reference in New Issue
Block a user