decorator: Python library providing decorators#

Description#

Better living through Python with decorators

Type#

standard

Dependencies#

  • $(PYTHON_TOOLCHAIN)

  • $(PYTHON)

Version Information#

package-version.txt:

5.1.1

install-requires.txt:

decorator >=4.4.0

Equivalent System Packages#

arch:

$ sudo pacman -S  python-decorator

conda:

$ conda install  decorator

Debian/Ubuntu:

$ sudo apt-get install  python3-decorator

Fedora/Redhat/CentOS:

$ sudo yum install  python-decorator

gentoo:

$ sudo emerge dev-python/decorator

macports: install the following packages: py-decorator

opensuse:

$ sudo zypper install python3${PYTHON_MINOR}-decorator

void:

$ 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.