The devel/py-makefun port
py3-makefun-1.16.0 – small library to dynamically create Python functions (cvsweb github mirror)
Description
makefun helps you create functions dynamically, with the signature of your choice. It was largely inspired by decorator and functools, and created mainly to cover some of their limitations. The typical use cases are: - creating signature-preserving function wrappers - creating function wrappers that have more or less arguments than the function they wrap - more generally, creating functions with a signature derived from a reference signature, or even creating functions with a signature completely defined at runtimeWWW: https://github.com/smarie/python-makefun
Maintainer
The OpenBSD ports mailing-list
Only for arches
aarch64 alpha amd64 arm hppa i386 mips64 mips64el powerpc powerpc64 riscv64 sparc64
Categories
Build dependencies
Run dependencies
Test dependencies
Reverse dependencies
Files
- /usr/local/lib/python3.14/site-packages/makefun-1.16.0.dist-info/
- /usr/local/lib/python3.14/site-packages/makefun-1.16.0.dist-info/METADATA
- /usr/local/lib/python3.14/site-packages/makefun-1.16.0.dist-info/RECORD
- /usr/local/lib/python3.14/site-packages/makefun-1.16.0.dist-info/WHEEL
- /usr/local/lib/python3.14/site-packages/makefun-1.16.0.dist-info/licenses/
- /usr/local/lib/python3.14/site-packages/makefun-1.16.0.dist-info/licenses/LICENSE
- /usr/local/lib/python3.14/site-packages/makefun-1.16.0.dist-info/top_level.txt
- /usr/local/lib/python3.14/site-packages/makefun/
- /usr/local/lib/python3.14/site-packages/makefun/__init__.py
- /usr/local/lib/python3.14/site-packages/makefun/__pycache__/
- /usr/local/lib/python3.14/site-packages/makefun/__pycache__/__init__.cpython-314.opt-1.pyc
- /usr/local/lib/python3.14/site-packages/makefun/__pycache__/__init__.cpython-314.pyc
- /usr/local/lib/python3.14/site-packages/makefun/__pycache__/_main_legacy_py.cpython-314.opt-1.pyc
- /usr/local/lib/python3.14/site-packages/makefun/__pycache__/_main_legacy_py.cpython-314.pyc
- /usr/local/lib/python3.14/site-packages/makefun/__pycache__/_main_py35_and_higher.cpython-314.opt-1.pyc
- /usr/local/lib/python3.14/site-packages/makefun/__pycache__/_main_py35_and_higher.cpython-314.pyc
- /usr/local/lib/python3.14/site-packages/makefun/__pycache__/_main_py36_and_higher.cpython-314.opt-1.pyc
- /usr/local/lib/python3.14/site-packages/makefun/__pycache__/_main_py36_and_higher.cpython-314.pyc
- /usr/local/lib/python3.14/site-packages/makefun/__pycache__/_version.cpython-314.opt-1.pyc
- /usr/local/lib/python3.14/site-packages/makefun/__pycache__/_version.cpython-314.pyc
- /usr/local/lib/python3.14/site-packages/makefun/__pycache__/main.cpython-314.opt-1.pyc
- /usr/local/lib/python3.14/site-packages/makefun/__pycache__/main.cpython-314.pyc
- /usr/local/lib/python3.14/site-packages/makefun/_main_legacy_py.py
- /usr/local/lib/python3.14/site-packages/makefun/_main_py35_and_higher.py
- /usr/local/lib/python3.14/site-packages/makefun/_main_py36_and_higher.py
- /usr/local/lib/python3.14/site-packages/makefun/_version.py
- /usr/local/lib/python3.14/site-packages/makefun/main.py
- /usr/local/lib/python3.14/site-packages/makefun/py.typed