Closed MLBZ521 closed 2 years ago
Thanks!
Looking at this again, this recipe would only work with PYTHON_MAJOR_VERSION
== 3
since a v2 is no longer listed on the download page. To get a non-v3 download, the archive would have to be searched.
Just leaving this note here in case someone is still wanted to get a v2 download. If this was the case, a more involved recipe would need to be devised.
Updated to change the
PYTHON_MAJOR_VERSION
to3
.Updated the
SEARCH_PATTERN
to be more correct.Included a note regarding the current
SEARCH_URL
page being redirected to a new page. Since it currently works, I see no need to change it.