pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-tox



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Feb 18 06:22:59 UTC 2022

Modified Files:
        pkgsrc/devel/py-tox: Makefile

Log Message:
py-tox: PYTHON_VERSIONS_INCOMPATIBLE goes higher


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/py-tox/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-tox/Makefile
diff -u pkgsrc/devel/py-tox/Makefile:1.27 pkgsrc/devel/py-tox/Makefile:1.28
--- pkgsrc/devel/py-tox/Makefile:1.27   Thu Feb 17 10:21:08 2022
+++ pkgsrc/devel/py-tox/Makefile        Fri Feb 18 06:22:59 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2022/02/17 10:21:08 adam Exp $
+# $NetBSD: Makefile,v 1.28 2022/02/18 06:22:59 adam Exp $
 
 DISTNAME=      tox-3.24.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -28,6 +28,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-mock>
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-randomly>=1.0.0:../../devel/py-test-randomly
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=1.22.2:../../devel/py-test-xdist
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-filelock
+
 .include "../../lang/python/pyversion.mk"
 .if ${_PYTHON_VERSION} < 38
 PYTHON_VERSIONED_DEPENDENCIES+=        importlib-metadata
@@ -37,8 +39,6 @@ USE_LANGUAGES=        # none
 
 USE_PKG_RESOURCES=     yes
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-filelock
-
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} tox tox-${PYVERSSUFFIX} && \



Home | Main Index | Thread Index | Old Index