pkgsrc/devel/py-pip/Makefile
adam 9b2a1c5ae0 py-pip: updated to 19.0.3
19.0.3:
Bug Fixes
- Fix an IndexError crash when a legacy build of a wheel fails.
- Fix a regression introduced in 19.0.2 where the filename in a RECORD file
  of an installed file would not be updated when installing a wheel.
2019-02-21 08:32:21 +00:00

29 lines
787 B
Makefile

# $NetBSD: Makefile,v 1.29 2019/02/21 08:32:21 adam Exp $
DISTNAME= pip-19.0.3
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/certifi/core.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"