Files
main/programming/language/python3/python3-Levenshtein/pspec.xml
T
2020-02-23 00:21:19 +03:00

44 lines
2.0 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-Levenshtein</Name>
<Homepage>https://pypi.org/project/python-Levenshtein/</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python</PartOf>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>Python extension for computing string edit distances and similarities</Summary>
<Description>The Levenshtein Python C extension module contains functions for fast computation of: Levenshtein (edit) distance, and edit operations, string similarity, approximate median strings, and generally string averaging, string sequence and set similarity.It supports both normal and Unicode strings.</Description>
<Archive sha1sum="e24d85c9d632038f98202af687eb3d428eca0ac1" type="targz">https://files.pythonhosted.org/packages/42/a9/d1785c85ebf9b7dfacd08938dd028209c34a0ea3b1bcdb895208bd40a67d/python-Levenshtein-0.12.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-Levenshtein</Name>
<Summary>Python extension for computing string edit distances and similarities</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-Levenshtein</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019-12-23</Date>
<Version>0.12.0</Version>
<Comment>First Pisi Release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>