61 lines
2.2 KiB
XML
61 lines
2.2 KiB
XML
<?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="2">
|
|
<Date>2021-10-22</Date>
|
|
<Version>2021.04.18</Version>
|
|
<Comment>Rebuild</Comment>
|
|
<Name>Pisi Linux Admins</Name>
|
|
<Email>admin@pisilinux.org</Email>
|
|
</Update>
|
|
<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>
|