Metadata-Version: 1.1
Name: c2c.recipe.pkgversions
Version: 0.1
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.
        
        Example of use::
        
            [buildout]
            parts = ...
                pkgversions
                ...
        
            [pkgversions]
            recipe = c2c.recipe.facts
            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.
        
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
