Michał Górny 0b2c8f8bb0
*/*: Reassign dolsen's packages
Bug: https://bugs.gentoo.org/386853
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-09-13 17:33:36 +02:00

21 lines
766 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 "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<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>