Port details |
- py-multimethod Multiple argument dispatching
- 1.12 devel =2 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2024-07-10 05:03:05
- Last Update: 2024-07-16 15:38:54
- Commit Hash: 44e3591
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: APACHE20
- WWW:
- https://coady.github.io/multimethod/
- https://github.com/coady/multimethod
- Description:
- Multimethod provides a decorator for adding multiple argument dispatching to
functions. The decorator creates a multimethod object as needed, and registers
the function with its annotations.
There are several multiple dispatch libraries on PyPI. This one aims for
simplicity and speed. With caching of argument types, it should be the fastest
pure Python implementation possible.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}multimethod>0:devel/py-multimethod@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-multimethod/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-multimethod
- pkg install py311-multimethod
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-multimethod listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-multimethod
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1720536464
SHA256 (multimethod-1.12.tar.gz) = 8db8ef2a8d2a247e3570cc23317680892fdf903d84c8c1053667c8e8f7671a67
SIZE (multimethod-1.12.tar.gz) = 17423
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pytest-benchmark>=0 : devel/py-pytest-benchmark@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-multimethod
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.12 16 Jul 2024 15:38:54 |
Po-Chuan Hsieh (sunpoet) |
devel/py-multimethod: Convert to USE_PYTHON=pytest |
1.12 10 Jul 2024 04:56:24 |
Po-Chuan Hsieh (sunpoet) |
devel/py-multimethod: Add py-multimethod 1.12
Multimethod provides a decorator for adding multiple argument dispatching to
functions. The decorator creates a multimethod object as needed, and registers
the function with its annotations.
There are several multiple dispatch libraries on PyPI. This one aims for
simplicity and speed. With caching of argument types, it should be the fastest
pure Python implementation possible. |
Number of commits found: 2
|