blob: 444a9cedbcaed9662f5b8ef71da7ede1c55f2482 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>dolsen@gentoo.org</email>
<name>Brian Dolbec</name>
</maintainer>
<longdescription>
This is a plugin for setuptools that integrates Twisted trial. Once
installed, “python ./setup.py trial” will run the package’s 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>
<upstream>
<remote-id type="pypi">setuptools_trial</remote-id>
<remote-id type="github">rutsky/setuptools-trial</remote-id>
</upstream>
<origin>gentoo-staging</origin>
</pkgmetadata>
|