Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
update a regular expression
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed May 22, 2016
1 parent 7b585ba commit df57186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pymyinstall/installhelper/install_cmd_regex.py
Expand Up @@ -5,5 +5,5 @@


regex_wheel_version = "[-]([0-9]+[.][abc0-9]+([.][0-9])?([.][0-9abdevcr]+)?)([+][a-z]+)?" + \
"([+]cuda[0-9]{2,5})?([+]sdl[0-9])?([+]contrib_opencl)?([+]numpy[0-9]{1,2})?([+.]post[0-9]{1,2})?([.][0-9])?[-]"
"([+]cuda[0-9]{2,5})?([+]sdl[0-9])?([+]r33)?([+]contrib_opencl)?([+]numpy[0-9]{1,2})?([+.]post[0-9]{1,2})?([.][0-9])?[-]"
regex_wheel_version2 = "[-]([0-9]+)[-]cp"

0 comments on commit df57186

Please sign in to comment.