gentoo/dev-python/cheetah3/metadata.xml
Ulrich Müller 38b155fa1b
**/metadata.xml: Replace http by https in DOCTYPE element
Bug: https://bugs.gentoo.org/552720
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2021-09-11 15:22:48 +02:00

17 lines
728 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<longdescription>Cheetah is a Python-powered template engine and code generator. It can be used
as a standalone utility or it can be combined with other tools. Web developers
are its principle user group, but it has many potential uses and is also being
used to generate C++ game code, Java, SQL, form emails, and even Python code.</longdescription>
<upstream>
<remote-id type="pypi">Cheetah3</remote-id>
<remote-id type="github">CheetahTemplate3/cheetah3</remote-id>
</upstream>
</pkgmetadata>