19.3.1: Features - Document Python 3.8 support. Bug Fixes - Fix bug that prevented installation of PEP 517 packages without ``setup.py``.
28 lines
738 B
Makefile
28 lines
738 B
Makefile
# $NetBSD: Makefile,v 1.36 2019/10/19 06:38:56 adam Exp $
|
|
|
|
DISTNAME= pip-19.3.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pip/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.pip-installer.org/
|
|
COMMENT= Installs Python packages as an easy_install replacement
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
REPLACE_PYTHON+= src/pip/_vendor/appdirs.py
|
|
REPLACE_PYTHON+= src/pip/_vendor/chardet/cli/chardetect.py
|
|
REPLACE_PYTHON+= src/pip/_vendor/requests/certs.py
|
|
|
|
post-install:
|
|
cd ${DESTDIR}${PREFIX}/bin && ${RM} -f pip pip[2-3]
|
|
|
|
# no tests included
|
|
do-test:
|
|
${DO_NADA}
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|