notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
py-multimethod Multiple argument dispatching
1.12 devel on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 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 search for ports maintained by this maintainer
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.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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>)
  • py311: py311-multimethod
distinfo:
TIMESTAMP = 1720536464 SHA256 (multimethod-1.12.tar.gz) = 8db8ef2a8d2a247e3570cc23317680892fdf903d84c8c1053667c8e8f7671a67 SIZE (multimethod-1.12.tar.gz) = 17423

Packages (timestamps in pop-ups are UTC):
py311-multimethod
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.121.12-1.121.12---
FreeBSD:13:quarterly1.121.12-1.121.12---
FreeBSD:14:latest1.121.12-1.121.12---
FreeBSD:14:quarterly1.121.12-1.121.12---
FreeBSD:15:latest1.121.12n/a1.12n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>=0 : devel/py-setuptools@py311
  2. py311-wheel>=0 : devel/py-wheel@py311
  3. python3.11 : lang/python311
  4. py311-build>=0 : devel/py-build@py311
  5. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. py311-pytest-benchmark>=0 : devel/py-pytest-benchmark@py311
  2. py311-pytest>=7,1 : devel/py-pytest@py311
  3. python3.11 : lang/python311
Runtime dependencies:
  1. 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/m/multimethod/
  2. https://pypi.org/packages/source/m/multimethod/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.12
16 Jul 2024 15:38:54
commit hash: 44e35918668fcf202d5bf65e4a22f3f3a5e9fa4fcommit hash: 44e35918668fcf202d5bf65e4a22f3f3a5e9fa4fcommit hash: 44e35918668fcf202d5bf65e4a22f3f3a5e9fa4fcommit hash: 44e35918668fcf202d5bf65e4a22f3f3a5e9fa4f files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-multimethod: Convert to USE_PYTHON=pytest
1.12
10 Jul 2024 04:56:24
commit hash: 7c9c12e559e10f61ce54d437c9c8a2a0e33ac3f1commit hash: 7c9c12e559e10f61ce54d437c9c8a2a0e33ac3f1commit hash: 7c9c12e559e10f61ce54d437c9c8a2a0e33ac3f1commit hash: 7c9c12e559e10f61ce54d437c9c8a2a0e33ac3f1 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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