py-rst2pdf: add 0.100 (#38581)

This commit is contained in:
Manuela Kuhn 2023-06-27 20:04:41 +02:00 committed by GitHub
parent 46419502cb
commit 9ce075ed3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"))