You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
770 B
21 lines
770 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://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>
|