From be126307e02fd9d3f74114b403cd1bf0294bb1cb Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Sun, 20 Mar 2005 15:57:37 +0000 Subject: [PATCH] add a way to spell that a specific version of an individual module or package is being provided; this is useful for omnibus packages --- pep-0314.txt | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/pep-0314.txt b/pep-0314.txt index 4c65060d0..463d383ef 100644 --- a/pep-0314.txt +++ b/pep-0314.txt @@ -239,11 +239,12 @@ Fields Provides (multiple use) - Each entry contains a string describing a package or - module that will be provided by this package once it is - installed. These strings should match the ones used in - Requirements fields. Version declarations cannot be supplied; - instead the package's version number will be used. + Each entry contains a string describing a package or module that + will be provided by this package once it is installed. These + strings should match the ones used in Requirements fields. A + version declaration may be supplied (without a comparison + operator); the package's version number will be implied if none + is specified. Example: @@ -251,6 +252,7 @@ Fields Provides: xml.utils Provides: xml.utils.iso8601 Provides: xml.dom + Provides: xmltools (1.3) Obsoletes (multiple use)