summaryrefslogtreecommitdiff
path: root/dev-python/editdistance-s/metadata.xml
blob: a0d8ce9fb203d93c2eeaec84849051ae6e8e74fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/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>
 
 <origin>gentoo-staging</origin>
</pkgmetadata>