void-packages/srcpkgs/python3-pip/template
Đoàn Trần Công Danh 2cae61c368 python-pip: drop package
2020-10-01 22:35:10 +07:00

21 lines
686 B
Bash

# Template file for 'python3-pip'
pkgname=python3-pip
version=20.2.3
revision=2
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
}