pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-prettytable
Module Name: pkgsrc
Committed By: adam
Date: Fri Jun 4 04:45:59 UTC 2021
Modified Files:
pkgsrc/textproc/py-prettytable: Makefile
Log Message:
py-prettytable: PYTHON_VERSIONS_INCOMPATIBLE should be before pyversion.mk
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/py-prettytable/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-prettytable/Makefile
diff -u pkgsrc/textproc/py-prettytable/Makefile:1.12 pkgsrc/textproc/py-prettytable/Makefile:1.13
--- pkgsrc/textproc/py-prettytable/Makefile:1.12 Thu May 20 06:32:40 2021
+++ pkgsrc/textproc/py-prettytable/Makefile Fri Jun 4 04:45:59 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2021/05/20 06:32:40 nia Exp $
+# $NetBSD: Makefile,v 1.13 2021/06/04 04:45:59 adam Exp $
DISTNAME= prettytable-2.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -14,6 +14,8 @@ DEPENDS+= ${PYPKGPREFIX}-wcwidth-[0-9]*:
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
.include "../../lang/python/pyversion.mk"
.if ${_PYTHON_VERSION} < 38
DEPENDS+= ${PYPKGPREFIX}-importlib-metadata-[0-9]*:../../devel/py-importlib-metadata
@@ -21,8 +23,6 @@ DEPENDS+= ${PYPKGPREFIX}-importlib-metad
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
Home |
Main Index |
Thread Index |
Old Index