python3-pygobject3 add and vbump

This commit is contained in:
alihanozturk
2017-01-25 18:27:36 +03:00
parent f7df356779
commit a5e9ad635e
6 changed files with 132 additions and 43 deletions
+25
View File
@@ -0,0 +1,25 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
pisitools.dosed("configure", "-Werror=format", "#-Werror=format")
shelltools.export("PYTHON", "/usr/bin/python3.4")
shelltools.system("./configure --prefix=/usr \
--localstatedir=/var \
--disable-static")
def build():
autotools.make()
def install():
pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README")
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+88
View File
@@ -0,0 +1,88 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-pygobject3</Name>
<Homepage>http://www.pygtk.org</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<Summary>Glib bindings for Python3</Summary>
<Description>pygobject is GLib's GObject library bindings for Python3.</Description>
<Archive sha1sum="a8eb98b56defa47fa0644a7a1c5578973e02137b" type="tarxz">http://ftp.acc.umu.se/pub/GNOME/sources/pygobject/3.22/pygobject-3.22.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>libffi-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-cairo-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
<Dependency>glib2-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-pygobject3</Name>
<Summary>python3 için pygobject3</Summary>
<RuntimeDependencies>
<Dependency>cairo</Dependency>
<Dependency>glib2</Dependency>
<Dependency>libffi</Dependency>
<Dependency>python3-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/python3.4</Path>
<Path fileType="library">/usr/lib/libpyglib-gi-2.0-python3.4.so*</Path>
</Files>
</Package>
<Package>
<Name>python3-pygobject3-devel</Name>
<Summary>pygobject development files</Summary>
<RuntimeDependencies>
<Dependency release="current">python3-pygobject3</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libffi-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<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>
@@ -0,0 +1,14 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-pygobject3</Name>
<Summary xml:lang="tr">glib için python3 bağlayıcıları</Summary>
<Summary xml:lang="fr">Bindings (liens) glib pour Python3.</Summary>
<Description xml:lang="tr">pygobject, Python3 için yazılmış, Glib'in GObject kütüphanesi bağlayıcısıdır.</Description>
</Source>
<Package>
<Name>python3-pygobject3-devel</Name>
<Summary xml:lang="tr">pygobject geliştirme dosyaları</Summary>
</Package>
</PISI>