Files
main/programming/library/pystring/pspec.xml
T
2021-06-30 12:25:11 +03:00

56 lines
2.0 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>pystring</Name>
<Homepage>https://github.com/imageworks/pystring</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<Summary>Pystring is a collection of C++ functions which match the interface and behavior of python</Summary>
<Description>Pystring, python'un arayüzü ve davranışıyla eşleşen bir C++ işlevleri topluluğudur.</Description>
<Archive sha1sum="605d47c5027c91c808540b3572b5087426dba20f" type="zip">https://github.com/imageworks/pystring/archive/refs/heads/master.zip</Archive>
<AdditionalFiles>
<AdditionalFile target="CMakeLists.txt">fedora/CMakeLists.txt</AdditionalFile>
</AdditionalFiles>
<BuildDependencies>
<Dependency>cmake</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>pystring</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>pystring-devel</Name>
<Summary>Development files for pystring</Summary>
<RuntimeDependencies>
<Dependency release="current">pystring</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-06-30</Date>
<Version>1.1.3</Version>
<Comment>First release.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>