pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-pip-api py-pip-api: does not support python 2.x
details: https://anonhg.NetBSD.org/pkgsrc/rev/3b5d73e3c2b7
branches: trunk
changeset: 771642:3b5d73e3c2b7
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Dec 20 21:56:05 2021 +0000
description:
py-pip-api: does not support python 2.x
diffstat:
devel/py-pip-api/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (32 lines):
diff -r 76f167e3b97a -r 3b5d73e3c2b7 devel/py-pip-api/Makefile
--- a/devel/py-pip-api/Makefile Mon Dec 20 21:54:59 2021 +0000
+++ b/devel/py-pip-api/Makefile Mon Dec 20 21:56:05 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/12/07 19:53:29 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2021/12/20 21:56:05 wiz Exp $
DISTNAME= pip-api-0.0.26
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,13 +10,14 @@
COMMENT= Unofficial, importable pip API
LICENSE= apache-2.0
+DEPENDS+= ${PYPKGPREFIX}-pip-[0-9]*:../../devel/py-pip
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-pretend-[0-9]*:../../devel/py-pretend
TEST_DEPENDS+= ${PYPKGPREFIX}-virtualenv-[0-9]*:../../devel/py-virtualenv
USE_LANGUAGES= # none
-PYTHON_VERSIONED_DEPENDENCIES+= pip
+PYTHON_VERSIONS_INCOMPATIBLE= 27
# As of 0.0.26:
# 33 passed, 8 warnings, 17 errors
@@ -24,6 +25,5 @@
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index