+798
-605
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
|||||||
41b4d0dd09d6fa3e6457118b7b52693a3d85bd26
|
548e78616077011e7b56edf1d5b60a63512499b3
|
||||||
Binary file not shown.
@@ -1 +1 @@
|
|||||||
eb9f10e3f8d8921234f5c67c0351d57dfa1edbee
|
3fb7913061cda0e9051d3d62264ba1ab081c4a76
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
#!/usr/bin/env 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 python3modules
|
||||||
|
from pisi.actionsapi import pisitools
|
||||||
|
|
||||||
|
def build():
|
||||||
|
python3modules.compile()
|
||||||
|
|
||||||
|
def install():
|
||||||
|
python3modules.install()
|
||||||
|
|
||||||
|
# pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README")
|
||||||
@@ -0,0 +1,55 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>python3-dasbus</Name>
|
||||||
|
<Homepage>https://github.com/dasbus-project/dasbus/</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>Pisi Linux Community</Name>
|
||||||
|
<Email>admin@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>LGPLv2.1</License>
|
||||||
|
<IsA>app</IsA>
|
||||||
|
<Summary>DBus library in Python 3</Summary>
|
||||||
|
<Description>Python 3'te DBus kütüphanesi</Description>
|
||||||
|
<Archive sha1sum="9728819e338e72e072e5a236d85fa6d4431e3a49" type="targz">https://github.com/dasbus-project/dasbus/archive/refs/tags/v1.7.tar.gz</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>dbus-devel</Dependency>
|
||||||
|
<Dependency>glib2-devel</Dependency>
|
||||||
|
<Dependency>python3-devel</Dependency>
|
||||||
|
<Dependency>python3-build</Dependency>
|
||||||
|
<Dependency>python3-pygobject3-devel</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
<!--
|
||||||
|
<Patches>
|
||||||
|
<Patch>python3-dasbus.patch</Patch>
|
||||||
|
<Patch level="1">python3-dasbus.patch</Patch>
|
||||||
|
</Patches>
|
||||||
|
-->
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>python3-dasbus</Name>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>dbus</Dependency>
|
||||||
|
<Dependency>glib2</Dependency>
|
||||||
|
<Dependency>python3</Dependency>
|
||||||
|
<Dependency>python3-pygobject3</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="library">/usr/lib</Path>
|
||||||
|
<Path fileType="data">/usr/share</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2025-10-13</Date>
|
||||||
|
<Version>1.7</Version>
|
||||||
|
<Comment>First release</Comment>
|
||||||
|
<Name>Pisi Linux Community</Name>
|
||||||
|
<Email>admin@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>python3-dasbus</Name>
|
||||||
|
<Summary xml:lang="tr">DBus library in Python 3</Summary>
|
||||||
|
<Description xml:lang="tr">Python 3'te DBus kütüphanesi</Description>
|
||||||
|
</Source>
|
||||||
|
</PISI>
|
||||||
Reference in New Issue
Block a user