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

20 lines
661 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
<maintainer>
<email>git@marcbrinkmann.de</email>
<name>Marc Brinkmann</name>
</maintainer>
<remote-id type="pypi">shutilwhich</remote-id>
<remote-id type="github">mbr/shutilwhich</remote-id>
</upstream>
<longdescription>
shutilwhich will monkey-patch the shutil package, so from that
point on you can simply import the which function. On Python
3.3 and above, the module never do anything but return the
stdlib shutil.which function.
</longdescription>
</pkgmetadata>