CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]   2026/06/22 04:34:40

Log message:
    import ports/devel/py-makefun, ok tb@
    
    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 runtime
    
    Status:
    
    Vendor Tag: sthen
    Release Tags:       sthen_20260622
    
    N ports/devel/py-makefun/Makefile
    N ports/devel/py-makefun/distinfo
    N ports/devel/py-makefun/patches/patch-pyproject_toml
    N ports/devel/py-makefun/pkg/PLIST
    N ports/devel/py-makefun/pkg/DESCR
    
    No conflicts created by this import

Reply via email to