Search Criteria
Package Details: pip2pkgbuild 0.5.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/pip2pkgbuild.git (read-only, click to copy) |
---|---|
Package Base: | pip2pkgbuild |
Description: | Create PKGBUILD files for Python modules fetched with PIP |
Upstream URL: | https://github.com/wenLiangcan/pip2pkgbuild |
Keywords: | packaging pip pkgbuild python |
Licenses: | MIT |
Conflicts: | python2-pip2pkgbuild |
Submitter: | wenLiangcan |
Maintainer: | RubenKelevra |
Last Packager: | RubenKelevra |
Votes: | 25 |
Popularity: | 0.007117 |
First Submitted: | 2015-09-15 12:49 (UTC) |
Last Updated: | 2024-08-09 05:27 (UTC) |
Dependencies (5)
- python (python37AUR, python311AUR, python310AUR)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
« First ‹ Previous 1 2 3 4
evgfilim1 commented on 2019-11-22 03:23 (UTC)
Please bump pkgrel to rebuild package for python3.8
wenLiangcan commented on 2019-04-13 08:10 (UTC)
Fixed.
lopelisoli commented on 2018-11-25 18:33 (UTC) (edited on 2018-11-25 18:34 (UTC) by lopelisoli)
To avoid the error mentioned by simgunz, you need to edit the PKGBUILD and change:
from this: pkgbase=('pip2pkgbuild')
to this: pkgbase='pip2pkgbuild'
Unfortunately, all new PKGBUILD files created with pip2pkgbuild will contain the same typo. In order to build them, repeat the same process: edit the file and remove the parentheses from the pkgbase line.
simgunz commented on 2018-11-07 13:22 (UTC) (edited on 2018-11-07 13:22 (UTC) by simgunz)
pacaur -S pip2pkgbuild
« First ‹ Previous 1 2 3 4