Files
main/programming/language/python3/python3-moddb/pspec.xml
T
2025-09-04 13:27:25 +03:00

54 lines
2.9 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-moddb</Name>
<Homepage>https://github.com/ClementJ18/moddb</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">A Python scraper to access ModDB mods, games and more as objects</Summary>
<Description xml:lang="en">The goal of the library is to be able to navigate ModDB purely programmatically through scraping and parsing of the various models present on the website.</Description>
<Summary xml:lang="tr">ModDB modlarına, oyunlarına ve daha fazlasına obje olarak erişmek için bir Python kazıyıcısı</Summary>
<Description xml:lang="tr">Kütüphanenin amacı, web sitesinde yer alan türlü modeli kazıyarak ve ayrıştırarak tamamen programatik olarak ModDB'de gezinmeye olanak sağlamaktır.</Description>
<Archive sha1sum="f3229050cb4c081e404ec106b1bcc472b8d40040" type="targz">https://github.com/ClementJ18/moddb/archive/v0.14.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>git</Dependency>
<Dependency>python3-build</Dependency>
<Dependency>python3-installer</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-wheel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-moddb</Name>
<Summary xml:lang="en">A Python scraper to access ModDB mods, games and more as objects</Summary>
<Description xml:lang="en">The goal of the library is to be able to navigate ModDB purely programmatically through scraping and parsing of the various models present on the website.</Description>
<Summary xml:lang="tr">ModDB modlarına, oyunlarına ve daha fazlasına obje olarak erişmek için bir Python kazıyıcısı</Summary>
<Description xml:lang="tr">Kütüphanenin amacı, web sitesinde yer alan türlü modeli kazıyarak ve ayrıştırarak tamamen programatik olarak ModDB'de gezinmeye olanak sağlamaktır.</Description>
<RuntimeDependencies>
<Dependency>python3-beautifulsoup4</Dependency>
<Dependency>python3-requests</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-moddb</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2025-09-04</Date>
<Version>0.14.0</Version>
<Comment>Initial release</Comment>
<Name>Bedirhan Kurt</Name>
<Email>bedirhan.kurt@outlook.com</Email>
</Update>
</History>
</PISI>