pipman
pipman copied to clipboard
Convert pip's packages to Arch Linux's PKGBUILDs
I tried running ``` % pipman -S python-hdl-checker ``` but unfortunately the generated PKGBUILD was as follows ```python # PKGBUILD generated by pipman # Python package author: Andre Souto pkgname=python-hdl-checker...
I noticed when executing ``` $ pipman -S python-hdl-checker $ pacman -Ql python-hdl-checker | grep /bin/ python-hdl-checker /usr/lib/python3.8/site-packages/bin/ python-hdl-checker /usr/lib/python3.8/site-packages/bin/hdl_checker ``` that binaries seem to be installed to `/usr/lib/python3.8/site-packages/bin`, which...
I use `pipman git+https://github.com/amezin/powerplay-table-editor.git` and I get the following: ``` pipman: Preparing virtualenv pipman: checking for pip upgrade Collecting pip Using cached https://files.pythonhosted.org/packages/62/ca/94d32a6516ed197a491d17d46595ce58a83cbb2fca280414e57cd86b84dc/pip-19.2.1-py2.py3-none-any.whl Installing collected packages: pip Found existing installation:...