conda-forge / esmpy-feedstock

A conda-smithy repository for esmpy.
BSD 3-Clause "New" or "Revised" License
6 stars 15 forks source link

version numbering for ESMPy (e.g. 7.1.0r) causes problems with conda 4.6.* #21

Closed xylar closed 5 years ago

xylar commented 5 years ago

Just as with ESMF, the non-standard r at the end of the version number is not compatible with PEP 440, used by conda to parse the syntax of version numbers. The trailing r is treated like an a or b to indicate a pre-release version.

See https://github.com/conda-forge/esmf-feedstock/issues/35

xylar commented 5 years ago

@bekozi, @ocefpaf and @rokuingh, I apologize for not mentioning this yesterday along with my issue on esmf.

ocefpaf commented 5 years ago

See conda-forge/esmf-feedstock#35

Let's merge https://github.com/conda-forge/esmf-feedstock/issues/35 first and then I'll fix this one here to ensure the right esmf will be picked up in the package metadata.

xylar commented 5 years ago

Great, that makes perfect sense.