Search Criteria
Package Details: pip2pkgbuild 0.2.6-1
Git Clone URL: | https://aur.archlinux.org/pip2pkgbuild.git (read-only, click to copy) |
---|---|
Package Base: | pip2pkgbuild |
Description: | Generate PKGBUILD file for a Python module from PyPi |
Upstream URL: | https://github.com/wenLiangcan/pip2pkgbuild |
Keywords: | packaging pkgbuild python |
Licenses: | |
Submitter: | wenLiangcan |
Maintainer: | wenLiangcan |
Last Packager: | wenLiangcan |
Votes: | 19 |
Popularity: | 0.36 |
First Submitted: | 2015-09-15 12:49 |
Last Updated: | 2019-04-13 08:02 |
Dependencies (4)
- python (python-dbg)
- python-pip
- python-setuptools (make)
- python2-setuptools (make)
Latest Comments
evgfilim1 commented on 2019-11-22 03:23
Please bump pkgrel to rebuild package for python3.8
wenLiangcan commented on 2019-04-13 08:10
Fixed.
lopelisoli commented on 2018-11-25 18:33
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
pacaur -S pip2pkgbuild