hypnotix new package

This commit is contained in:
Rmys
2021-06-25 23:23:12 +03:00
parent e907bcddad
commit ae79df4b31
13 changed files with 487 additions and 19 deletions
@@ -0,0 +1,16 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("README*")
@@ -0,0 +1,53 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-imdbpy</Name>
<Homepage>https://imdbpy.sourceforge.io/</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app</IsA>
<Summary>Python bindings for the Internet Movie Database (IMDb)</Summary>
<Description>Python bindings for the Internet Movie Database (IMDb)</Description>
<Archive sha1sum="48945e725320ca0215a9c6f69c0cef284ea08a4e" type="targz">https://github.com/alberanid/imdbpy/archive/refs/tags/2021.04.18.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-lxml</Dependency>
<Dependency>python3-pytest</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>python3-imdbpy.patch</Patch>
<Patch level="1">python3-imdbpy.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>python3-imdbpy</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-lxml</Dependency>
<Dependency>python3-pytest</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-06-25</Date>
<Version>2021.04.18</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-imdbpy</Name>
<Summary xml:lang="tr">Python bindings for the Internet Movie Database (IMDb)</Summary>
<Description xml:lang="tr">Python bindings for the Internet Movie Database (IMDb)</Description>
</Source>
</PISI>