Metadata-Version: 1.1
Name: c2c.recipe.pkgversions
Version: 0.3dev1
Summary: Test dependencies on Debian package versions
Home-page: http://github.com/sbrunner/c2c.recipe.pkgversions
Author: Stéphane Brunner
Author-email: stephane.brunner@camptocamp.com
License: BSD
Description: c2c.recipe.pkgversions
        ======================
        
        Recipe used to test the Debian package requirement.
        
        This recipe requires that dpkg is in the path.
        
        Example of use::
        
            [buildout]
            parts = ...
                pkgversions
                ...
        
            [pkgversions]
            recipe = c2c.recipe.pkgversions
            mapserver-bin = 6.0.3
            libproj0 = 4.8
        
        This example tests that we have at least the version 6.0.3 of mapserver,
        and the version 4.8 of proj.
        
        No version mean no-test.
        
        To just test that the package is installed use the version
        ``dev`` (minimal version) or ``installed`` (alias).
        
        It the version is set to ``not-installed`` mean that
        we want that the package isn't installed.
        
Keywords: debian package versons
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Framework :: Buildout :: Recipe
Classifier: Topic :: System :: Installation/Setup
