Пакет python3-module-ExtensionClass: Информация

  • Default inline alert: Версия в репозитории: 5.1-alt1

Исходный пакет: python3-module-ExtensionClass
Версия: 5.0-alt1
Последняя версия по данным Repology
Собран:  29 марта 2023 г. 10:21 в задании #317673
Категория: Разработка/Python 3
Сообщить об ошибке в пакете
Домашняя страница: https://pypi.org/project/ExtensionClass/

Лицензия: ZPL-2.1
О пакете: Metaclass for subclassable extension types
Описание: 
ExtensionClass:
This package provides a metaclass that allows classes implemented in
extension modules to be subclassed in Python. Unless you need
ExtensionClasses for legacy applications (e.g. Zope 2), you probably
want to use Python's new-style classes (available since Python 2.2).

ComputedAttribute:
This package provides a way to attach attributes to an ExtensionClass or
instance that are computed by calling a callable. This works very much
like property known from new-style classes, except that a
ComputedAttribute can also be attached to an instance and that it
honours ExtensionClass semantics (which is useful for retaining
Acquisition wrappers, for example).

MethodObject:
This package lets you attach additional "methods" to ExtensionClasses.
These "methods" are actually implemented by subclassing the
MethodObject.Method class and implementing the __call__ method there.
Instances of those classes will be bound to the instances they're
attached to and will receive that instance object as a first parameter
(after self).

Список rpm-пакетов, предоставляемых данным srpm-пакетом:
python3-module-ExtensionClass (x86_64, ppc64le, i586, armh, aarch64)
python3-module-ExtensionClass-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
python3-module-ExtensionClass-tests (x86_64, ppc64le, i586, armh, aarch64)

Сопровождающий: Anton Vyatkin


Права:
@python
@everybody

    1. python3-module-setuptools
    2. python3-module-tox
    3. python3-module-tox-console-scripts
    4. python3-module-tox-no-deps
    5. python3-module-zope.testrunner
    6. rpm-build-python3

Последнее изменение


29 марта 2023 г. Anton Vyatkin 5.0-alt1
- New version 5.0.
15 января 2020 г. Andrey Bychkov 4.3.0-alt2
- porting on python3
2 февраля 2018 г. Stanislav Levin 4.3.0-alt1.1
- (NMU) Fix Requires and BuildRequires to python-setuptools