Package python3-module-zope.hookable: Information

    Source package: python3-module-zope.hookable
    Version: 6.0-alt1
    Latest version according to Repology
    Build time:  Mar 17, 2024, 09:53 PM in the task #342739
    Report package bug
    License: ZPL-2.1
    Summary: Hookable object support
    Description: 
    This package supports the efficient creation of "hookable" objects, which are
    callable objects that are meant to be optionally replaced.
    
    The idea is that you create a function that does some default thing and make it
    hookable. Later, someone can modify what it does by calling its sethook method
    and changing its implementation. All users of the function, including those that
    imported it, will see the change.

    List of rpms provided by this srpm:
    python3-module-zope.hookable (x86_64, ppc64le, i586, aarch64)
    python3-module-zope.hookable-debuginfo (x86_64, ppc64le, i586, aarch64)

    Maintainer: Stanislav Levin


    ACL:
    Grigory Ustinov
    @python

      1. python3-module-pyproject-installer >= 0.4.0
      2. python3-module-setuptools
      3. python3-module-wheel
      4. python3-module-zope-testing
      5. python3-module-zope-testrunner
      6. rpm-build-pyproject

    Last changed


    March 15, 2024 Stanislav Levin 6.0-alt1
    - 5.4 -> 6.0.
    Aug. 3, 2023 Stanislav Levin 5.4-alt1
    - 5.0.1 -> 5.4.
    - Modernized packaging.
    July 28, 2023 Stanislav Levin 5.0.1-alt2.1
    - NMU: mapped PyPI name to distro's one.