aboutsummaryrefslogtreecommitdiff
blob: 20b71d2b755bf6ad11a3122fba6502f42d6f2421 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>gentoo@chymera.eu</email>
		<name>Horea Christian</name>
	</maintainer>
	<maintainer type="project">
		<email>sci@gentoo.org</email>
		<name>Gentoo Science Project</name>
	</maintainer>
	<longdescription lang="en">
		A backwards/forwards-compatible fork of distutils.version.LooseVersion, for times
		when PEP-440 isn't what you need. The goal of this package is to be a drop-in
		replacement for the original LooseVersion. It implements an identical interface
		and comparison logic to LooseVersion. The only major change is that a
		looseversion.LooseVersion is comparable to a distutils.version.LooseVersion,
		which means tools should not need to worry whether all dependencies that use
		LooseVersion have migrated.
	</longdescription>
	<upstream>
		<remote-id type="github">effigies/looseversion</remote-id>
		<remote-id type="pypi">looseversion</remote-id>
	</upstream>
</pkgmetadata>