123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>python-pygobject3</Name>
- <Homepage>http://www.pygtk.org</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <PartOf>programming.language.python</PartOf>
- <License>LGPLv2.1</License>
- <IsA>library</IsA>
- <Summary>Python Bindings for GLib/GObject/GIO/GTK+</Summary>
- <Description>pygobject is GLib's GObject library bindings for Python3.</Description>
- <Archive sha1sum="8617e3edf4d1d02ba30cf8c1c087df6d96f7de66" type="tarxz">http://ftp.acc.umu.se/pub/GNOME/sources/pygobject/3.36/pygobject-3.36.1.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>meson</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>libffi-devel</Dependency>
- <Dependency>python-devel</Dependency>
- <Dependency>python-cairo-devel</Dependency>
- <Dependency>gobject-introspection-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>python-pygobject3</Name>
- <Summary>Python Bindings for GLib/GObject/GIO/GTK+</Summary>
- <RuntimeDependencies>
- <Dependency>glib2</Dependency>
- <Dependency>cairo</Dependency>
- <Dependency>libffi</Dependency>
- <Dependency>python-cairo</Dependency>
- <Dependency>gobject-introspection</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="data">/usr/share/pygobject</Path>
- <Path fileType="library">/usr/lib/python2.7</Path>
- <Path fileType="library">/usr/lib/libpyglib-gi-2.0-python2.7.so*</Path>
- </Files>
- </Package>
- <Package>
- <Name>python-pygobject3-devel</Name>
- <Summary>Development files for python3-pygobject3</Summary>
- <RuntimeDependencies>
- <Dependency>glib2-devel</Dependency>
- <Dependency>libffi-devel</Dependency>
- <Dependency>gobject-introspection-devel</Dependency>
- <Dependency release="current">python-pygobject3</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="12">
- <Date>2023-10-17</Date>
- <Version>3.36.1</Version>
- <Comment>Rebuild.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="11">
- <Date>2020-05-18</Date>
- <Version>3.36.1</Version>
- <Comment>Patch version bump.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="10">
- <Date>2020-03-11</Date>
- <Version>3.36.0</Version>
- <Comment>Minor version bump.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="9">
- <Date>2020-01-19</Date>
- <Version>3.34.0</Version>
- <Comment>Version bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="8">
- <Date>2019-09-14</Date>
- <Version>3.32.2</Version>
- <Comment>Version bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="7">
- <Date>2018-08-13</Date>
- <Version>3.27.4</Version>
- <Comment>Rebuild.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="6">
- <Date>2018-02-25</Date>
- <Version>3.27.4</Version>
- <Comment>Version Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="5">
- <Date>2017-02-06</Date>
- <Version>3.22.0</Version>
- <Comment>Rebuild</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="4">
- <Date>2017-01-25</Date>
- <Version>3.22.0</Version>
- <Comment>Version Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2016-06-09</Date>
- <Version>3.18.2</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-05-27</Date>
- <Version>3.18.2</Version>
- <Comment>Release bump</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-05-08</Date>
- <Version>3.18.2</Version>
- <Comment>First release</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|