3838366268
Protontricks depends on python3-vdf, so it has to be compiled first.
49 lines
2.3 KiB
XML
49 lines
2.3 KiB
XML
<?xml version="1.0" ?>
|
||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||
<PISI>
|
||
<Source>
|
||
<Name>python3-vdf</Name>
|
||
<Homepage>https://github.com/solsticegamestudios/vdf</Homepage>
|
||
<Packager>
|
||
<Name>Bedirhan Kurt</Name>
|
||
<Email>bedirhan.kurt@outlook.com</Email>
|
||
</Packager>
|
||
<PartOf>programming.language.python3</PartOf>
|
||
<License>MIT</License>
|
||
<IsA>library</IsA>
|
||
<Summary xml:lang="en">Library for working with Valve's VDF text format</Summary>
|
||
<Description xml:lang="en">Pure python module for (de)serialization to and from VDF that works just like json.</Description>
|
||
<Summary xml:lang="tr">Valve'ın VDF metin türüyle çalışmak için bir kütüphane</Summary>
|
||
<Description xml:lang="tr">Tam json gibi çalışan VDF'ten ve VDF'e serileştirmeden çıkarmak ve serileştirmek için saf Python modülü.</Description>
|
||
<Archive sha1sum="7be7cf24af79ac74aa219fa2f55ac134eb40b17c" type="targz">https://github.com/solsticegamestudios/vdf/archive/v4.0.tar.gz</Archive>
|
||
<BuildDependencies>
|
||
<Dependency>python3-setuptools</Dependency>
|
||
</BuildDependencies>
|
||
</Source>
|
||
|
||
<Package>
|
||
<Name>python3-vdf</Name>
|
||
<Summary xml:lang="en">Library for working with Valve's VDF text format</Summary>
|
||
<Description xml:lang="en">Pure python module for (de)serialization to and from VDF that works just like json.</Description>
|
||
<Summary xml:lang="tr">Valve'ın VDF metin türüyle çalışmak için bir kütüphane</Summary>
|
||
<Description xml:lang="tr">Tam json gibi çalışan VDF'ten ve VDF'e serileştirmeden çıkarmak ve serileştirmek için saf Python modülü.</Description>
|
||
<RuntimeDependencies>
|
||
<Dependency>python3</Dependency>
|
||
</RuntimeDependencies>
|
||
<Files>
|
||
<Path fileType="library">/usr/lib/python3*</Path>
|
||
<Path fileType="doc">/usr/share/doc/python3-vdf</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<History>
|
||
<Update release="1">
|
||
<Date>2025-09-04</Date>
|
||
<Version>4.0</Version>
|
||
<Comment>Initial release</Comment>
|
||
<Name>Bedirhan Kurt</Name>
|
||
<Email>bedirhan.kurt@outlook.com</Email>
|
||
</Update>
|
||
</History>
|
||
</PISI>
|