#34 Package MorphoPy
Opened by ankursinha. Modified

  • URL: https://github.com/berenslab/MorphoPy

This needs matplotlib-scalebar (GitHub), which looks trivial from a packaging pov.

This needs matplotlib-scalebar (GitHub), which looks trivial from a packaging pov.

So trivial it’s already done. :wink:

This needs matplotlib-scalebar (GitHub), which looks trivial from a packaging pov.

So trivial it’s already done. :wink:

I could swear I checked for it... :speak_no_evil: :flushed:

Actually, I did. I tested for the name listed in requirements.txt, which is matplotlib_scalebar. That returned nothing because what is provided is python3dist(matplotlib-scalebar).

That's obviouly on me. But it makes me wonder if that would be handled correctly by the pyproject macros' dependency resolution.

Yes, the _ to - transformation is part of forming the canonical name.

$ rpm -E '%{py3_dist matplotlib_scalebar}'
python3dist(matplotlib-scalebar)
$ rpm -E '%{py3_dist SomeFoo.py}'
python3dist(somefoo-py) 

Metadata Update from @music:
- Issue assigned to music

I have a working spec file for this, but upstream license clarification is needed: https://github.com/berenslab/MorphoPy/issues/132

Metadata Update from @music:
- Assignee reset

Metadata Update from @music:
- Issue tagged with: S: Waiting on upstream

I'm a bit worried that upstream is inactive already:

https://github.com/berenslab/MorphoPy/graphs/code-frequency

but let's wait and see how they respond to your issue and PRs

This ticket has been migrated to the forgejo instance. Please find the new ticket here
https://forge.fedoraproject.org/neuro/NeuroFedora//issues/34

Metadata