summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorManuela Kuhn <36827019+manuelakuhn@users.noreply.github.com>2023-06-27 20:04:41 +0200
committerGitHub <noreply@github.com>2023-06-27 13:04:41 -0500
commit9ce075ed3d453cf307e9854973a28999685f67c4 (patch)
treec8a3b739af13ff243d1f612a091946a04eeb84a9 /var
parent46419502cbae14bd9ef89be5d14776ac9c3b5f58 (diff)
downloadspack-9ce075ed3d453cf307e9854973a28999685f67c4.tar.gz
spack-9ce075ed3d453cf307e9854973a28999685f67c4.tar.bz2
spack-9ce075ed3d453cf307e9854973a28999685f67c4.tar.xz
spack-9ce075ed3d453cf307e9854973a28999685f67c4.zip
py-rst2pdf: add 0.100 (#38581)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-rst2pdf/package.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-rst2pdf/package.py b/var/spack/repos/builtin/packages/py-rst2pdf/package.py
index 98dcc81429..e35da7d636 100644
--- a/var/spack/repos/builtin/packages/py-rst2pdf/package.py
+++ b/var/spack/repos/builtin/packages/py-rst2pdf/package.py
@@ -15,12 +15,15 @@ class PyRst2pdf(PythonPackage):
homepage = "https://rst2pdf.org/"
pypi = "rst2pdf/rst2pdf-0.99.tar.gz"
+ git = "https://github.com/rst2pdf/rst2pdf.git"
+ version("0.100", sha256="664c3c16e6d3dea274e840a436eac4dba6cb50ab6af3162fc9d5716be3cb7b42")
version("0.99", sha256="8fa23fa93bddd1f52d058ceaeab6582c145546d80f2f8a95974f3703bd6c8152")
- depends_on("python@3.6:", type=("build", "run"))
+ depends_on("python@3.8:", when="@0.100:", type=("build", "run"))
depends_on("py-setuptools", type="build")
depends_on("py-setuptools-scm", type="build")
+
depends_on("py-docutils", type=("build", "run"))
depends_on("py-importlib-metadata", type=("build", "run"))
depends_on("py-jinja2", type=("build", "run"))