pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-benchmark



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Nov 27 10:41:36 UTC 2020

Modified Files:
        pkgsrc/devel/py-test-benchmark: Makefile

Log Message:
py-test-benchmark: Unbreak bulk builds.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-benchmark/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-test-benchmark/Makefile
diff -u pkgsrc/devel/py-test-benchmark/Makefile:1.1 pkgsrc/devel/py-test-benchmark/Makefile:1.2
--- pkgsrc/devel/py-test-benchmark/Makefile:1.1 Mon May 18 12:45:25 2020
+++ pkgsrc/devel/py-test-benchmark/Makefile     Fri Nov 27 10:41:36 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/05/18 12:45:25 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2020/11/27 10:41:36 jperkin Exp $
 
 DISTNAME=      pytest-benchmark-3.2.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -19,14 +19,7 @@ DEPENDS+=    ${PYPKGPREFIX}-elasticsearch-[
 TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun
 
 PYTHON_VERSIONED_DEPENDENCIES+=        test
-
-.include "../../lang/python/pyversion.mk"
-
-.if ${_PYTHON_VERSION} == 27
-# Optional dependencies, not yet packaged:
-#        ':python_version < "3.4"': ['statistics' ]
-DEPENDS+=      ${PYPKGPREFIX}-pathlib2-[0-9]*:../../devel/py-pathlib2
-.endif
+PYTHON_VERSIONS_INCOMPATIBLE=  27      # py-pygal
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index