Files
main/programming/language/python3/python3-fuzzywuzzy/pspec.xml
T
2021-10-28 20:10:47 +03:00

60 lines
2.2 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-fuzzywuzzy</Name>
<Homepage>https://github.com/seatgeek/fuzzywuzzy</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>Fuzzy String Matching in Python.</Summary>
<Description>Fuzzy string matching like a boss. It uses Levenshtein Distance to calculate the differences between sequences in a simple-to-use package.</Description>
<Archive sha1sum="faf1975fbba55bdb94ca07d544ca8b42af45310c" type="targz">https://github.com/seatgeek/fuzzywuzzy/archive/0.18.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-fuzzywuzzy</Name>
<Summary>Fuzzy String Matching in Python</Summary>
<RuntimeDependencies>
<Dependency>python3-Levenshtein</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-fuzzywuzzy</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2021-10-28</Date>
<Version>0.18.0</Version>
<Comment>Rebuild</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2020-02-18</Date>
<Version>0.18.0</Version>
<Comment>First Pisi Release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2019-12-26</Date>
<Version>0.17.0</Version>
<Comment>First Pisi Release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>