summaryrefslogtreecommitdiff
blob: cdb14042030814fd5839d93ab3c8d14245906e18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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>
	</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>