summaryrefslogtreecommitdiff
path: root/dev-python/editdistance-s/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/editdistance-s/metadata.xml')
-rw-r--r--dev-python/editdistance-s/metadata.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/editdistance-s/metadata.xml b/dev-python/editdistance-s/metadata.xml
new file mode 100644
index 000000000000..4bb618ca7155
--- /dev/null
+++ b/dev-python/editdistance-s/metadata.xml
@@ -0,0 +1,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>