The regexps were supposed to match package names, but re.match does not what I thought it does - it only matches the start of the line not the end
The regexps were supposed to match package names, but re.match does not what I thought it does - it only matches the start of the line not the end