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

24 lines
845 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>dolsen@gentoo.org</email>
<name>Brian Dolbec</name>
</maintainer>
<upstream>
<maintainer>
<email>vladimir@rutsky.org</email>
<name>Vladimir Rutsky</name>
</maintainer>
<remote-id type="pypi">setuptools_trial</remote-id>
<remote-id type="github">rutsky/setuptools-trial</remote-id>
</upstream>
<longdescription>
This is a plugin for setuptools that integrates Twisted trial. Once
installed, “python ./setup.py trial” will run the packages unit tests
using Twisted trial. The package can also optionally be configured so
that “python ./setup.py test” will use Twisted trial instead of pyunit
a.k.a. unittest.
</longdescription>
</pkgmetadata>