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

    Исходный пакет: python-module-zope.cachedescriptors
    Версия: 3.5.1-alt2
    Собран:  28 июня 2011 г. 10:29
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: http://pypi.python.org/pypi/zope.cachedescriptors/

    Лицензия: ZPLv2.1
    О пакете: Method and property caching decorators
    Описание: 
    Cached descriptors cache their output. They take into account instance
    attributes that they depend on, so when the instance attributes change,
    the descriptors will change the values they return.
    
    Cached descriptors cache their data in _v_ attributes, so they are also
    useful for managing the computation of volatile attributes for
    persistent objects.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python-module-zope.cachedescriptors (x86_64, i586)
    python-module-zope.cachedescriptors-tests (x86_64, i586)

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

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

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

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

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


    28 июня 2011 г. Eugeny A. Rostovtsev 3.5.1-alt2
    - Added necesssary requirements
    - Excluded *.pth
    21 мая 2011 г. Eugeny A. Rostovtsev 3.5.1-alt1
    - Initial build for Sisyphus