Package python-module-z3c.autoinclude: Information

    Source package: python-module-z3c.autoinclude
    Version: 0.3.4-alt2.1
    Build time:  Nov 16, 2011, 02:40 AM
    Report package bug
    License: ZPL
    Summary: Automatically include ZCML
    Description: 
    This package adds two new ZCML directives to automatically detect ZCML
    files to include: "includeDependencies" and "includePlugins".
    
    When you want to include a Zope-based package in your application, you
    have to repeat yourself in two places: you have to add the package
    itself (in a setup.py, buildout, etc) and you also have to include its
    ZCML with an <include> directive or a package-includes slug. Because you
    have to repeat yourself, you can easily make an error where you add a
    new package but forget to include its ZCML.
    
    z3c.autoinclude lets you circumvent this error-prone process with
    automatic detection and inclusion of ZCML files.

    List of rpms provided by this srpm:
    python-module-z3c.autoinclude (x86_64, i586)
    python-module-z3c.autoinclude-tests (x86_64, i586)



    ACL:
    @qa_p7

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

    Last changed


    Oct. 20, 2011 Vitaly Kuznetsov 0.3.4-alt2.1
    - Rebuild with Python-2.7
    June 23, 2011 Eugeny A. Rostovtsev 0.3.4-alt2
    - Added necessary requirements
    - Excluded *.pth
    June 6, 2011 Eugeny A. Rostovtsev 0.3.4-alt1
    - Initial build for Sisyphus