Search Criteria
Package Details: python-pypi2pkgbuild 0.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-pypi2pkgbuild.git (read-only, click to copy) |
---|---|
Package Base: | python-pypi2pkgbuild |
Description: | Convert PyPI packages to Arch Linux packages |
Upstream URL: | https://github.com/anntzer/pypi2pkgbuild |
Licenses: | MIT |
Conflicts: | python-pypi2pkgbuild-git |
Submitter: | m-pilia |
Maintainer: | m-pilia |
Last Packager: | m-pilia |
Votes: | 7 |
Popularity: | 0.041069 |
First Submitted: | 2018-03-18 14:38 (UTC) |
Last Updated: | 2021-03-31 19:49 (UTC) |
Dependencies (5)
- namcap (namcap-gitAUR)
- pkgfile (pkgfile-gitAUR)
- python-pip
- python-wheel
- python-setuptools-scm (make)
Latest Comments
filipg commented on 2024-11-09 16:39 (UTC) (edited on 2024-11-09 16:40 (UTC) by filipg)
Getting an error when trying to use it (freshly updated Arch)
leuko commented on 2020-06-27 12:52 (UTC)
This version leads to the following error:
KeyError: 'CFLAGS'
Detailed description: https://github.com/anntzer/pypi2pkgbuild/issues/15
Installing the -git version fixes the issue.
m-pilia commented on 2020-01-02 22:01 (UTC)
@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.
pauper commented on 2020-01-02 21:14 (UTC) (edited on 2020-01-02 21:18 (UTC) by pauper)
Fails for me:
distutils.errors.DistutilsError: the
allow-hosts
option is not supported when using pip to install requirements.Looks related to this: https://github.com/pypa/setuptools/issues/1916
m-pilia commented on 2018-08-29 06:56 (UTC)
@anntzer: Lol! Thanks, updated!
anntzer commented on 2018-08-29 06:44 (UTC)
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 (UTC)
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 (UTC)
What am I missing? :/
python-pip and python-setuptools are both installed.