diff --git a/programming/language/python3/python3-backports.functools_lru_cache/actions.py b/programming/language/python3/python3-backports.functools_lru_cache/actions.py index 3c15f05977..cbb943ee83 100644 --- a/programming/language/python3/python3-backports.functools_lru_cache/actions.py +++ b/programming/language/python3/python3-backports.functools_lru_cache/actions.py @@ -6,11 +6,16 @@ from pisi.actionsapi import shelltools 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(): pythonmodules.compile(pyVer="3") def install(): - pythonmodules.install(pyVer="3") \ No newline at end of file + pythonmodules.install(pyVer="3") + + # Fix conflict with python3-backports_tarfile + pisitools.remove("/usr/lib/python3.11/site-packages/backports/__init__.py") diff --git a/programming/language/python3/python3-backports.functools_lru_cache/pspec.xml b/programming/language/python3/python3-backports.functools_lru_cache/pspec.xml index 0ba404d641..689e8b52ce 100644 --- a/programming/language/python3/python3-backports.functools_lru_cache/pspec.xml +++ b/programming/language/python3/python3-backports.functools_lru_cache/pspec.xml @@ -1,5 +1,5 @@ - + python3-backports.functools_lru_cache @@ -35,6 +35,13 @@ + + 2025-07-01 + 1.6.4 + Rebuild for fix conflict + Kamil Atlı + suvarice@gmail.com + 2023-10-17 1.6.4