kmos 508d1ec14a Update devel/py-pip from 9.0.3 -> 19.1.1
This brings this up to a release from this year

OK bket@ sthen@
2019-08-25 07:30:37 +00:00

27 lines
457 B
Makefile

# $OpenBSD: Makefile,v 1.34 2019/08/25 07:30:37 kmos Exp $
COMMENT = tool for installing Python packages
MODPY_EGG_VERSION = 19.1.1
DISTNAME = pip-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = devel
HOMEPAGE = https://pip.pypa.io/en/stable/
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
FLAVORS = python3
FLAVOR ?=
# No test suites in pypi tarball
NO_TEST = Yes
.include <bsd.port.mk>