diff --git a/programming/language/python3/python3-decorator/actions.py b/programming/language/python3/python3-decorator/actions.py index 7858931aec..b04a7c9821 100644 --- a/programming/language/python3/python3-decorator/actions.py +++ b/programming/language/python3/python3-decorator/actions.py @@ -6,11 +6,9 @@ from pisi.actionsapi import pythonmodules from pisi.actionsapi import shelltools -from pisi.actionsapi import pisitools def check(): shelltools.system("nosetests3 --with-doctest -e documentation") def install(): - pythonmodules.install(pyVer="3") - + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-decorator/pspec.xml b/programming/language/python3/python3-decorator/pspec.xml index 79e72854f1..52ebcba3a9 100644 --- a/programming/language/python3/python3-decorator/pspec.xml +++ b/programming/language/python3/python3-decorator/pspec.xml @@ -3,20 +3,20 @@ python3-decorator - https://pypi.org/project/decorator/ + https://github.com/micheles/decorator PisiLinux Community admins@pisilinux.org - BSD programming.language.python3 + BSD library Python3 module to simplify the usage of decorators python-decorator simplifies the usage of decorators for the average programmer. - https://files.pythonhosted.org/packages/dc/c3/9d378af09f5737cfd524b844cd2fbb0d2263a35c11d712043daab290144d/decorator-4.4.1.tar.gz + https://github.com/micheles/decorator/archive/4.4.2.tar.gz - python3-nose python3-setuptools + python3-nose @@ -27,12 +27,19 @@ python3 - /usr/lib/python3* /usr/share/doc/python3-decorator + /usr/lib/python3* + + 2020-03-04 + 4.4.2 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2019-12-27 4.4.1 @@ -83,4 +90,4 @@ ertugrulerata@gmail.com - + \ No newline at end of file diff --git a/programming/language/python3/python3-decorator/translations.xml b/programming/language/python3/python3-decorator/translations.xml index d65ad71497..d88bcb346f 100644 --- a/programming/language/python3/python3-decorator/translations.xml +++ b/programming/language/python3/python3-decorator/translations.xml @@ -5,4 +5,4 @@ Dekoratör kullanımını kolaylaştıran python modulü python3-decorator, ortalama bir Python programcısı için dekoratör kullanımını basitleştirir. - + \ No newline at end of file