lclarkmichalek / pip2arch

Convert pypi packages to arch linux PKGBUILDs
81 stars 15 forks source link

Interactive (search) improvements etc #2

Closed AphonicChaos closed 13 years ago

AphonicChaos commented 13 years ago

I. I removed --build--search and replaced it with a -i/--interactive switch. I think this is good because instead of having two separate search commands, you can just add an interactive switch to toggle interactive searches on. Also, it allows the possibility for you to enable/disable the interactivity of other commands instead of polluting the list of available commands. It can be used as follows:

pip2arch.py --interactive --search pip2arch.py -i -s pip2arch.py -is

II. Previously, when pip2arch exited prematurely due to an error, a blank PKGBUILD file is created. This is no longer the case.

III. Rather minor, but now there isn't an extra line above the PKGBUILD.

Question, is there a reason you name everything Pipy instead of Pypi is it is rightfully called? Correct me if I am wrong.

Aspidites aka EnvoyRising