Initial build of lutris and its deps
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt.
|
||||
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import pythonmodules
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
|
||||
pisitools.dodoc("LICENSE*")
|
||||
@@ -0,0 +1,53 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user