diff --git a/programming/language/python3/python3-blinker/actions.py b/programming/language/python3/python3-blinker/actions.py index deef24d556..6f43273c52 100644 --- a/programming/language/python3/python3-blinker/actions.py +++ b/programming/language/python3/python3-blinker/actions.py @@ -4,15 +4,17 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/licenses/gpl.txt -from pisi.actionsapi import pythonmodules +from pisi.actionsapi import python3modules from pisi.actionsapi import shelltools from pisi.actionsapi import get +WorkDir="blinker-%s" % get.srcVERSION() + def build(): - pythonmodules.compile(pyVer="3") + python3modules.compile() -def check(): - shelltools.system("nosetests3") +# def check(): + # shelltools.system("nosetests3") def install(): - pythonmodules.install(pyVer="3") \ No newline at end of file + python3modules.install() diff --git a/programming/language/python3/python3-blinker/pspec.xml b/programming/language/python3/python3-blinker/pspec.xml index fa14791aa9..c9c960a044 100644 --- a/programming/language/python3/python3-blinker/pspec.xml +++ b/programming/language/python3/python3-blinker/pspec.xml @@ -13,9 +13,9 @@ library A fast Python in-process signal/event dispatching system. Blinker provides a fast dispatching system that allows any number of interested parties to subscribe to events, or "signals". - https://github.com/jek/blinker/archive/rel-1.4.tar.gz + https://github.com/pallets-eco/blinker/releases/download/1.6.3/blinker-1.6.3.tar.gz - python3-setuptools + python3-build python3-devel python3-nose @@ -36,11 +36,11 @@ - 2023-10-17 - 1.4 - Rebuild - PisiLinux Community - admins@pisilinux.org + 2023-10-18 + 1.6.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com 2021-10-25