void-packages/srcpkgs/python3-pip/template
Andrew J. Hesford 71c261dfab python3-pip: update to 20.3.1.
Also remove alternative and add a conflict with python-pip for
consistency with other py2 packages that have been dropped.
2020-12-03 12:55:04 -05:00

20 lines
628 B
Bash

# Template file for 'python3-pip'
pkgname=python3-pip
version=20.3.1
revision=1
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=43f7d3811f05db95809d39515a5111dd05994965d870178a4fe10d5482f9d2e2
conflicts="python-pip>=0"
post_install() {
vlicense LICENSE.txt
}