python3-pygobject3 add and vbump
This commit is contained in:
@@ -11,33 +11,16 @@ from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
pisitools.dosed("configure", "-Werror=format", "#-Werror=format")
|
||||
shelltools.makedirs("build-python2")
|
||||
shelltools.makedirs("build-python3")
|
||||
|
||||
shelltools.cd("build-python3")
|
||||
shelltools.export("PYTHON", "/usr/bin/python3.4")
|
||||
shelltools.system("../configure --prefix=/usr \
|
||||
--localstatedir=/var \
|
||||
--disable-static")
|
||||
|
||||
shelltools.cd("../build-python2")
|
||||
shelltools.export("PYTHON", "/usr/bin/python2.7")
|
||||
shelltools.system("../configure --prefix=/usr \
|
||||
shelltools.system("./configure --prefix=/usr \
|
||||
--localstatedir=/var \
|
||||
--disable-static")
|
||||
|
||||
def build():
|
||||
shelltools.cd("build-python3")
|
||||
autotools.make()
|
||||
|
||||
shelltools.cd("../build-python2")
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README")
|
||||
|
||||
shelltools.cd("build-python3")
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
shelltools.cd("../build-python2")
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
@@ -16,9 +16,7 @@
|
||||
<BuildDependencies>
|
||||
<Dependency>libffi-devel</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python-cairo-devel</Dependency>
|
||||
<Dependency>python3-cairo-devel</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -36,38 +34,24 @@
|
||||
</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>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="library">/usr/lib/python3.4</Path>
|
||||
<Path fileType="library">/usr/lib/libpyglib-gi-2.0-python3.4.so*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>python-pygobject3-devel</Name>
|
||||
<Summary>pygobject development files</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">python-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>
|
||||
<Path fileType="data">/usr/share/pygobject</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
@@ -7,13 +7,8 @@
|
||||
<Description xml:lang="tr">pygobject, Python için yazılmış, Glib'in GObject kütüphanesi bağlayıcısıdır.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python3-pygobject3</Name>
|
||||
<Summary xml:lang="tr">python3 için pygobject geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>python-pygobject3-devel</Name>
|
||||
<Summary xml:lang="tr">pygobject geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
Reference in New Issue
Block a user