Search Criteria
Package Details: python2-pip2pkgbuild 0.3.2-1
Package Actions
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: | MIT |
Submitter: | wenLiangcan |
Maintainer: | wenLiangcan |
Last Packager: | wenLiangcan |
Votes: | 23 |
Popularity: | 0.56 |
First Submitted: | 2015-09-15 12:49 (UTC) |
Last Updated: | 2022-02-24 14:15 (UTC) |
Dependencies (3)
- python2 (python2-bin)
- python-setuptools (make)
- python2-setuptools (make)
Latest Comments
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