python-pygobject3:ver bump
This commit is contained in:
@@ -4,16 +4,15 @@
|
|||||||
# Licensed under the GNU General Public License, version 3.
|
# Licensed under the GNU General Public License, version 3.
|
||||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||||
|
|
||||||
from pisi.actionsapi import shelltools
|
from pisi.actionsapi import get
|
||||||
from pisi.actionsapi import autotools
|
from pisi.actionsapi import autotools
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import shelltools
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
shelltools.makedirs("build")
|
shelltools.makedirs("build")
|
||||||
shelltools.cd("build")
|
shelltools.cd("build")
|
||||||
shelltools.system("meson .. --prefix=/usr -Dpython=python2.7")
|
shelltools.system("meson .. --prefix=/usr -Dpython=python2.7")
|
||||||
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
shelltools.cd("build")
|
shelltools.cd("build")
|
||||||
|
|||||||
@@ -13,14 +13,14 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>Python Bindings for GLib/GObject/GIO/GTK+</Summary>
|
<Summary>Python Bindings for GLib/GObject/GIO/GTK+</Summary>
|
||||||
<Description>pygobject is GLib's GObject library bindings for Python3.</Description>
|
<Description>pygobject is GLib's GObject library bindings for Python3.</Description>
|
||||||
<Archive sha1sum="332a0d1915eaf6b1f5609785a01c90725b24f800" type="tarxz">http://ftp.acc.umu.se/pub/GNOME/sources/pygobject/3.36/pygobject-3.36.0.tar.xz</Archive>
|
<Archive sha1sum="8617e3edf4d1d02ba30cf8c1c087df6d96f7de66" type="tarxz">http://ftp.acc.umu.se/pub/GNOME/sources/pygobject/3.36/pygobject-3.36.1.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>gobject-introspection-devel</Dependency>
|
<Dependency>meson</Dependency>
|
||||||
<Dependency>python-cairo-devel</Dependency>
|
<Dependency>glib2-devel</Dependency>
|
||||||
<Dependency>libffi-devel</Dependency>
|
<Dependency>libffi-devel</Dependency>
|
||||||
<Dependency>python-devel</Dependency>
|
<Dependency>python-devel</Dependency>
|
||||||
<Dependency>glib2-devel</Dependency>
|
<Dependency>python-cairo-devel</Dependency>
|
||||||
<Dependency>meson</Dependency>
|
<Dependency>gobject-introspection-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
@@ -28,17 +28,17 @@
|
|||||||
<Name>python-pygobject3</Name>
|
<Name>python-pygobject3</Name>
|
||||||
<Summary>Python Bindings for GLib/GObject/GIO/GTK+</Summary>
|
<Summary>Python Bindings for GLib/GObject/GIO/GTK+</Summary>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>gobject-introspection</Dependency>
|
|
||||||
<Dependency>python-cairo</Dependency>
|
|
||||||
<Dependency>libffi</Dependency>
|
|
||||||
<Dependency>cairo</Dependency>
|
|
||||||
<Dependency>glib2</Dependency>
|
<Dependency>glib2</Dependency>
|
||||||
|
<Dependency>cairo</Dependency>
|
||||||
|
<Dependency>libffi</Dependency>
|
||||||
|
<Dependency>python-cairo</Dependency>
|
||||||
|
<Dependency>gobject-introspection</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="library">/usr/lib/libpyglib-gi-2.0-python2.7.so*</Path>
|
|
||||||
<Path fileType="library">/usr/lib/python2.7</Path>
|
|
||||||
<Path fileType="data">/usr/share/pygobject</Path>
|
|
||||||
<Path fileType="doc">/usr/share/doc</Path>
|
<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>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
@@ -46,18 +46,25 @@
|
|||||||
<Name>python-pygobject3-devel</Name>
|
<Name>python-pygobject3-devel</Name>
|
||||||
<Summary>Development files for python3-pygobject3</Summary>
|
<Summary>Development files for python3-pygobject3</Summary>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency release="current">python-pygobject3</Dependency>
|
|
||||||
<Dependency>gobject-introspection-devel</Dependency>
|
|
||||||
<Dependency>libffi-devel</Dependency>
|
|
||||||
<Dependency>glib2-devel</Dependency>
|
<Dependency>glib2-devel</Dependency>
|
||||||
|
<Dependency>libffi-devel</Dependency>
|
||||||
|
<Dependency>gobject-introspection-devel</Dependency>
|
||||||
|
<Dependency release="current">python-pygobject3</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
|
||||||
<Path fileType="header">/usr/include</Path>
|
<Path fileType="header">/usr/include</Path>
|
||||||
|
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<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">
|
<Update release="10">
|
||||||
<Date>2020-03-11</Date>
|
<Date>2020-03-11</Date>
|
||||||
<Version>3.36.0</Version>
|
<Version>3.36.0</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user