evolution-data-server, folks, gnome-bluetooth, gnome-session, python3-dbusmock packaged
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer = '3')
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer = '3')
|
||||
|
||||
@@ -0,0 +1,40 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-dbusmock</Name>
|
||||
<Homepage>https://github.com/martinpitt/python-dbusmock</Homepage>
|
||||
<Packager>
|
||||
<Name>Berk Çakar</Name>
|
||||
<Email>berk2238@hotmail.com</Email>
|
||||
</Packager>
|
||||
<License>LGPLv3</License>
|
||||
<Summary>Mock D-Bus objects for tests</Summary>
|
||||
<Description>Mock D-Bus objects for tests</Description>
|
||||
<BuildDependencies>
|
||||
<Dependency>dbus-python3</Dependency>
|
||||
<Dependency>python-pygobject3</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
</BuildDependencies>
|
||||
<Archive type="targz" sha1sum="c5652401216df5db618e7582c424adfbc91328af">https://github.com/martinpitt/python-dbusmock/releases/download/0.23.0/python-dbusmock-0.23.0.tar.gz</Archive>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>python3-dbusmock</Name>
|
||||
<Summary>Mock D-Bus objects for tests</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>dbus-python3</Dependency>
|
||||
<Dependency>python-pygobject3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/python3.8</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2021-04-21</Date>
|
||||
<Version>0.23.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Berk Çakar</Name>
|
||||
<Email>berk2238@hotmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user