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

    Исходный пакет: python-module-ExtensionClass
    Версия: 4.0a1-alt1.1
    Собран:  12 апреля 2012 г. 23:26
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: http://pypi.python.org/pypi/ExtensionClass/

    Лицензия: ZPLv2.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-пакетом:
    python-module-ExtensionClass (x86_64, i586)
    python-module-ExtensionClass-debuginfo (x86_64, i586)
    python-module-ExtensionClass-tests (x86_64, i586)

    Сопровождающий: Eugeny A. Rostovtsev

    Список участников:
    Vitaly Kuznetsov
    Eugeny A. Rostovtsev

    Права:
    Eugeny A. Rostovtsev
    @everybody

      1. python-devel
      2. python-module-distribute

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


    12 апреля 2012 г. Vitaly Kuznetsov 4.0a1-alt1.1
    - Rebuild to remove redundant libpython2.7 dependency
    23 декабря 2011 г. Eugeny A. Rostovtsev 4.0a1-alt1
    - Version 4.0a1
    20 октября 2011 г. Vitaly Kuznetsov 2.13.2-alt1.1
    - Rebuild with Python-2.7