d6a2cf9abc
* Upgrade requests to 2.3.0 to fix an issue with proxies on Python 3.4.1 (PR #1821). **1.5.5 (2014-05-03)** * Fixes #1632. Uninstall issues on debianized pypy, specifically issues with setuptools upgrades. (PR #1743) * Update documentation to point at https://bootstrap.pypa.io/get-pip.py for bootstrapping pip. * Update docs to point to https://pip.pypa.io/ * Upgrade the bundled projects (distlib==0.1.8, html5lib==1.0b3, six==1.6.1, colorama==0.3.1, setuptools==3.4.4).
20 lines
641 B
Makefile
20 lines
641 B
Makefile
# $NetBSD: Makefile,v 1.11 2014/06/01 14:39:39 rodent Exp $
|
|
|
|
DISTNAME= pip-1.5.6
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://pypi.python.org/packages/source/p/pip/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.pip-installer.org/
|
|
COMMENT= Installs Python packages as an easy_install replacement
|
|
LICENSE= mit
|
|
|
|
PLIST_SUBST+= PYVERSSUFFIX="${PYVERSSUFFIX}"
|
|
|
|
REPLACE_PYTHON+= pip/__init__.py pip/_vendor/requests/certs.py
|
|
REPLACE_PYTHON+= pip/_vendor/requests/packages/chardet/chardetect.py
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|