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

    Исходный пакет: python-module-setuptools
    Версия: 0.6-alt1.c11
    Собран:  3 августа 2010 г. 13:59
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: http://pypi.python.org/pypi/setuptools

    Лицензия: PSF/ZPL
    О пакете: Python Distutils Enhancements
    Описание: 
    Setuptools is a collection of enhancements to the Python distutils
    that allow you to more easily build and distribute Python packages,
    especially ones that have dependencies on other packages.

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

    Сопровождающий: Python Development Team

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

    Права:
    @qa_p6

      1. python-devel = 2.6
      2. rpm-build-python >= 0.8

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


    3 августа 2010 г. Eugeny A. Rostovtsev 1:0.6-alt1.c11
    - Version 0.6c11
    - Extracted tests into separate package
    6 ноября 2009 г. Eugeny A. Rostovtsev 1:0.6-alt1.c9.1
    - Rebuilt with python 2.6
    29 ноября 2008 г. Ivan Fedorov <ns@altlinux.org> 1:0.6-alt1.c9
    - fixed #18041
    - 0.6c9
      + Minor changes for Jython compatibility, including skipping tests
        that can't work on Jython.
      + Support Subversion 1.5
    
      + Removed use of deprecated ``md5`` module if ``hashlib`` is available
    
      + Fixed ``bdist_wininst upload`` trying to upload the ``.exe`` twice
    
      + Fixed ``bdist_egg`` putting a ``native_libs.txt`` in the source
        package's ``.egg-info``, when it should only be in the built egg's
        ``EGG-INFO``.
    
      + Ensure that _full_name is set on all shared libs before extensions
        are checked for shared lib usage. (Fixes a bug in the experimental
        shared library build support.)
    
      + Fix to allow unpacked eggs containing native libraries to fail more
        gracefully under Google App Engine (with an ``ImportError`` loading
        the C-based module, instead of getting a ``NameError``).