24 lines
661 B
Bash
24 lines
661 B
Bash
# Template file for 'python3-pip'
|
|
pkgname=python3-pip
|
|
version=21.0.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="Andrew J. Hesford <ajh@sideband.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=99bbde183ec5ec037318e774b0d8ae0a64352fe53b2c7fd630be1d07e94f41e5
|
|
|
|
do_check() {
|
|
: tests have unpackaged dependencies
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|