decorator: Python library providing decorators¶
Description¶
Better living through Python with decorators
Type¶
standard
Dependencies¶
$(PYTHON)
$(PYTHON_TOOLCHAIN)
Version Information¶
package-version.txt:
5.1.1
version_requirements.txt:
decorator >=4.4.0
Equivalent System Packages¶
$ sudo pacman -S python-decorator
$ conda install decorator
$ sudo apt-get install python3-decorator
$ sudo yum install python3-decorator
$ sudo emerge dev-python/decorator
$ sudo port install py-decorator
$ sudo zypper install python3\$\{PYTHON_MINOR\}-decorator
$ sudo xbps-install python3-decorator
See https://repology.org/project/python:decorator/versions
If the system package is installed and if the (experimental) option
--enable-system-site-packages
is passed to ./configure
, then ./configure
will check if the system package can be used.