void-packages/srcpkgs/python3-pip/template
2020-10-10 10:22:37 -04:00

21 lines
686 B
Bash

# Template file for 'python3-pip'
pkgname=python3-pip
version=20.2.3
revision=3
wrksrc="pip-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools"
short_desc="PyPA recommended tool for installing PyPI packages (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://pip.pypa.io/"
changelog="https://raw.githubusercontent.com/pypa/pip/master/NEWS.rst"
distfiles="${PYPI_SITE}/p/pip/pip-${version}.tar.gz"
checksum=30c70b6179711a7c4cf76da89e8a0f5282279dfb0278bec7b94134be92543b6d
alternatives="pip:pip:/usr/bin/pip3"
post_install() {
mv $DESTDIR/usr/bin/pip $DESTDIR/usr/bin/pip3
vlicense LICENSE.txt
}