2020-07-04 16:22:56 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.36 2020/07/04 16:22:56 paco Exp $
|
2011-04-12 18:31:21 +00:00
|
|
|
|
2019-08-25 07:30:37 +00:00
|
|
|
COMMENT = tool for installing Python packages
|
2011-04-12 18:31:21 +00:00
|
|
|
|
2020-07-04 16:22:56 +00:00
|
|
|
MODPY_EGG_VERSION = 20.1.1
|
2011-04-12 18:31:21 +00:00
|
|
|
DISTNAME = pip-${MODPY_EGG_VERSION}
|
|
|
|
PKGNAME = py-${DISTNAME}
|
|
|
|
CATEGORIES = devel
|
2020-07-03 21:12:24 +00:00
|
|
|
REVISION = 0
|
2011-04-12 18:31:21 +00:00
|
|
|
|
2015-12-23 10:10:36 +00:00
|
|
|
HOMEPAGE = https://pip.pypa.io/en/stable/
|
2011-04-12 18:31:21 +00:00
|
|
|
|
|
|
|
# MIT
|
2019-07-12 20:45:45 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2011-04-12 18:31:21 +00:00
|
|
|
|
2016-05-15 15:48:41 +00:00
|
|
|
MODULES = lang/python
|
|
|
|
|
2015-04-02 14:21:12 +00:00
|
|
|
MODPY_PI = Yes
|
2016-05-15 15:48:41 +00:00
|
|
|
MODPY_SETUPTOOLS = Yes
|
2011-04-12 18:31:21 +00:00
|
|
|
|
2011-12-16 08:23:49 +00:00
|
|
|
FLAVORS = python3
|
|
|
|
FLAVOR ?=
|
|
|
|
|
2016-11-04 10:31:44 +00:00
|
|
|
# No test suites in pypi tarball
|
2016-05-15 15:48:41 +00:00
|
|
|
NO_TEST = Yes
|
|
|
|
|
2011-04-12 18:31:21 +00:00
|
|
|
.include <bsd.port.mk>
|