pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-pip-api
Module Name: pkgsrc
Committed By: wiz
Date: Mon Dec 20 21:56:05 UTC 2021
Modified Files:
pkgsrc/devel/py-pip-api: Makefile
Log Message:
py-pip-api: does not support python 2.x
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-pip-api/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-pip-api/Makefile
diff -u pkgsrc/devel/py-pip-api/Makefile:1.2 pkgsrc/devel/py-pip-api/Makefile:1.3
--- pkgsrc/devel/py-pip-api/Makefile:1.2 Tue Dec 7 19:53:29 2021
+++ pkgsrc/devel/py-pip-api/Makefile Mon Dec 20 21:56:05 2021
@@ -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 @@ HOMEPAGE= https://pypi.org/project/pip-a
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 @@ TEST_ENV+= PYTHONPATH=${WRKSRC}/build/li
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