Files
main/programming/language/python3/python3-pgi/pspec.xml
T
2022-05-01 15:10:51 +03:00

48 lines
2.0 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-pgi</Name>
<Homepage>https://github.com/pygobject/pgi</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPL 2.1+</License>
<IsA>library</IsA>
<PartOf>programming.language.python3</PartOf>
<Summary>GObject Introspection bindings written in pure Python using ctypes and cffi (optional). API compatible with PyGObject.</Summary>
<Description>GObject Introspection bindings written in pure Python using ctypes and cffi (optional). API compatible with PyGObject.</Description>
<Archive sha1sum="da1c2757ecfe9e82e8fb98a20f5e517e4d8b9276" type="targz">https://github.com/pygobject/pgi/archive/refs/tags/0.0.11.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-pgi</Name>
<Summary>GObject Introspection bindings written in pure Python using ctypes and cffi (optional). API compatible with PyGObject.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>gobject-introspection</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/bin*</Path>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="library">/usr/share/doc*</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-05-01</Date>
<Version>0.0.11.2</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>