python3-dbusmock rebuild
This commit is contained in:
@@ -4,12 +4,18 @@
|
||||
# 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 python3modules
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
|
||||
|
||||
|
||||
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","0.37.1")
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer = '3')
|
||||
python3modules.compile(pyVer = '3')
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer = '3')
|
||||
python3modules.install(pyVer = '3')
|
||||
|
||||
|
||||
@@ -11,10 +11,13 @@
|
||||
<Description>Mock D-Bus objects for tests</Description>
|
||||
<BuildDependencies>
|
||||
<Dependency>dbus-python3</Dependency>
|
||||
<Dependency>python-pygobject3</Dependency>
|
||||
<Dependency>python3-build</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-pygobject3</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-setuptools-scm</Dependency>
|
||||
</BuildDependencies>
|
||||
<Archive type="targz" sha1sum="053b829721f8773059d96a5cffeb3884b4fb7ad1">https://github.com/martinpitt/python-dbusmock/releases/download/0.23.1/python-dbusmock-0.23.1.tar.gz</Archive>
|
||||
<Archive type="targz" sha1sum="2abe9bd0d2f59d784252973142f0d2108fd52ed6">https://github.com/martinpitt/python-dbusmock/archive/refs/tags/0.37.1.tar.gz</Archive>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>python3-dbusmock</Name>
|
||||
@@ -29,6 +32,13 @@
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2025-10-26</Date>
|
||||
<Version>0.37.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2023-10-17</Date>
|
||||
<Version>0.23.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user