cloudify-cosmo / wagon

Creates Wheel based archives to allow portable offline installation of Python packages and their dependencies
Apache License 2.0
108 stars 14 forks source link

add package name and version override #114

Closed EarthmanT closed 4 years ago

EarthmanT commented 6 years ago

When a package uses namespace packages, the function get_source_name_and_version will error. I'm not sure why. The wagon name will then be --py27-none-linux_x86_64.wgn instead of some_package_with_namespaces-0.1-py27-none-linux_x86_64.wgn

geokala commented 4 years ago

Discussed with @EarthmanT, and this is no longer required.