AUR (en) - python-pypi2pkgbuild
Latest Comments
leuko commented on 2020-06-27 12:52
m-pilia commented on 2020-01-02 22:01
pauper commented on 2020-01-02 21:14
m-pilia commented on 2018-08-29 06:56
@anntzer: Lol! Thanks, updated!
anntzer commented on 2018-08-29 06:44
0.2 is on PyPI now. Of course I'd argue that the correct approach would be to use pypi2pkgbuild package itself, but heh :)
m-pilia commented on 2018-08-09 16:14
Hello fryfrog,
that problem is caused by the transision to pip 10 I think. pypi2pkgbuild was updated on GitHub just hours ago, and the fix is not a tagged release yet, so you can get the fixed version by installing the git package python-pypi2pkgbuild-git.
fryfrog commented on 2018-08-09 16:03
What am I missing? :/
python-pip and python-setuptools are both installed.
$ pypi2pkgbuild.py
Traceback (most recent call last):
File "/usr/bin/pypi2pkgbuild.py", line 31, in <module>
from pip.vcs import VersionControl
ModuleNotFoundError: No module named 'pip.vcs'
@pauper: Thanks for the report, it should be fixed now. There was a missing build dependency, so setuptools was trying to install it on its own, and failing in the process.