boramalper / himawaripy

Set near-realtime picture of Earth as your desktop background
http://labs.boramalper.org/himawaripy
MIT License
1.62k stars 239 forks source link

Current setup.py install more than one script in /usr/bin #44

Closed ghost closed 8 years ago

ghost commented 8 years ago

Current AUR setup.py : ~/pkg/himawaripy-git   master ●  pacman -Ql himawaripy-git himawaripy-git /usr/ himawaripy-git /usr/bin/ himawaripy-git /usr/bin/himawaripy

Current himawaripy github setup.py : ~/pkg/himawaripy-git   dev ●  pacman -Ql himawaripy-git himawaripy-git /usr/ himawaripy-git /usr/bin/ himawaripy-git /usr/bin/himawaripy himawaripy-git /usr/bin/himawaripy.py himawaripy-git /usr/bin/utils.py

AUR setup.py had one entrypoint into /usr/bin. I dislike the current implementation, and I think I'll keep the current AUR setup.py until this will be fixed or someone convince me not to.

AUR setup.py (not perfect, and use an other script, so not well written) : https://github.com/boramalper/himawaripy/pull/30

boramalper commented 8 years ago

I'll work on it. Also @wesbarnett might be interested in as well.

boramalper commented 8 years ago

It should be fine now.

ghost commented 8 years ago

This is fine on arch, package AUR up to date, I deleted my setup.py from the package to use yours.