python-pip: rename to python2-pip
adopted by Leah at her request
This commit is contained in:
parent
46e756a27b
commit
64c987d347
|
@ -0,0 +1 @@
|
|||
python2-pip
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'python-pip'
|
||||
pkgname=python-pip
|
||||
# Template file for 'python2-pip'
|
||||
pkgname=python2-pip
|
||||
version=20.3.4
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=python2-module
|
||||
hostmakedepends="python-setuptools"
|
||||
depends="python-setuptools"
|
||||
hostmakedepends="python2-setuptools"
|
||||
depends="python2-setuptools"
|
||||
short_desc="PyPA recommended tool for installing PyPI packages (Python2)"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="MIT"
|
||||
homepage="https://pip.pypa.io/"
|
||||
changelog="https://raw.githubusercontent.com/pypa/pip/master/NEWS.rst"
|
||||
|
@ -17,3 +17,9 @@ post_install() {
|
|||
vlicense LICENSE.txt
|
||||
mv ${DESTDIR}/usr/bin/pip{,2}
|
||||
}
|
||||
|
||||
python-pip_package() {
|
||||
build_style=meta
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" (transitional dummy package)"
|
||||
}
|
Loading…
Reference in New Issue