summaryrefslogtreecommitdiff
blob: 4bb618ca71553f6377b65cad8c4f148cf9aedcfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>marecki@gentoo.org</email>
		<name>Marek Szuba</name>
	</maintainer>
	<longdescription>
		This is a fork of "editdistance" with the following changes:
			* __hash__ based support is removed as it makes incorrect assumptions
			* only strings (type str) are supported
			* cffi replaces cython (so abi3 wheels can be produced)
			* the module is renamed to editdistance_s
			* the public api does not contain eval() (only distance())
	</longdescription>
	<upstream>
		<remote-id type="github">asottile/editdistance-s</remote-id>
		<remote-id type="pypi">editdistance-s</remote-id>
	</upstream>
</pkgmetadata>