Files
main/programming/language/python3/python3-sane/pspec.xml
T
2023-10-19 08:48:04 +03:00

58 lines
2.0 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-sane</Name>
<Homepage>https://python-sane.readthedocs.io/en/latest/</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>app</IsA>
<Summary>Python interface to the SANE scanner and frame grabber.</Summary>
<Description>Python interface to the SANE scanner and frame grabber.</Description>
<Archive sha1sum="fe036aab4a5dda1ef08df5b8d9d8a0027f3f136e" type="targz">https://github.com/python-pillow/Sane/archive/refs/tags/v2.9.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>sane-backends-devel</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>python3-sane.patch</Patch>
<Patch level="1">python3-sane.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>python3-sane</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>sane-backends</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2023-10-17</Date>
<Version>2.9.1</Version>
<Comment>Rebuild.</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2021-04-26</Date>
<Version>2.9.1</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>