dev-python/shutilwhich: New pkg, dep of new pkg dev-python/crossbar

Package-Manager: Portage-2.3.6, Repoman-2.3.1
This commit is contained in:
Brian Dolbec
2017-08-01 18:41:32 +00:00
parent 29f4b51306
commit 6d244fd833
3 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>dolsen@gentoo.org</email>
<description>Primary maintainer</description>
</maintainer>
<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>