On 05/06/10 06:27, Robin H. Johnson wrote: >> package_pattern = >> re.compile('\\b(?P<category>[a-z0-9_+-]+-[a-z0-9_+-]+)/(?P<package>[a-z0-9_+-]+(?:[a-z_+]+[0-9]+|[a-z0-9_+-]+[a-z+]+))') > - Fails to match category 'virtual'.
True. > - That PV matching looks really fishy. It's not meant to match versions at all. Could it be you misread the regex? Best, Sebastian