mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-11 05:10:20 -04:00
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
23 lines
686 B
XML
23 lines
686 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<!-- maintainer-needed -->
|
|
<upstream>
|
|
<remote-id type="github">Martiusweb/asynctest</remote-id>
|
|
<doc>http://asynctest.readthedocs.org/en/latest</doc>
|
|
<bugs-to>https://github.com/Martiusweb/asynctest/issues</bugs-to>
|
|
<maintainer>
|
|
<email>
|
|
martius@martiusweb.net
|
|
</email>
|
|
<name>
|
|
Martin Richard
|
|
</name>
|
|
</maintainer>
|
|
</upstream>
|
|
<longdescription lang="en">
|
|
The package asynctest is built on top of the standard unittest module and cuts down boilerplate code when testing libraries for asyncio.
|
|
</longdescription>
|
|
</pkgmetadata>
|
|
|