python3-backports.functools_lru_cache: fix conflicts with python3-backports_tarfile
This commit is contained in:
@@ -6,11 +6,16 @@
|
|||||||
|
|
||||||
from pisi.actionsapi import shelltools
|
from pisi.actionsapi import shelltools
|
||||||
from pisi.actionsapi import pythonmodules
|
from pisi.actionsapi import pythonmodules
|
||||||
|
from pisi.actionsapi import pisitools
|
||||||
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","1.6.1")
|
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","%s" % get.srcVERSION())
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
pythonmodules.compile(pyVer="3")
|
pythonmodules.compile(pyVer="3")
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
pythonmodules.install(pyVer="3")
|
pythonmodules.install(pyVer="3")
|
||||||
|
|
||||||
|
# Fix conflict with python3-backports_tarfile
|
||||||
|
pisitools.remove("/usr/lib/python3.11/site-packages/backports/__init__.py")
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
<PISI>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>python3-backports.functools_lru_cache</Name>
|
<Name>python3-backports.functools_lru_cache</Name>
|
||||||
@@ -35,6 +35,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="3">
|
||||||
|
<Date>2025-07-01</Date>
|
||||||
|
<Version>1.6.4</Version>
|
||||||
|
<Comment>Rebuild for fix conflict</Comment>
|
||||||
|
<Name>Kamil Atlı</Name>
|
||||||
|
<Email>suvarice@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="3">
|
<Update release="3">
|
||||||
<Date>2023-10-17</Date>
|
<Date>2023-10-17</Date>
|
||||||
<Version>1.6.4</Version>
|
<Version>1.6.4</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user