pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-test-benchmark py-test-benchmark: Unbreak bul...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b80b05ca1f99
branches:  trunk
changeset: 442632:b80b05ca1f99
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Nov 27 10:41:36 2020 +0000

description:
py-test-benchmark: Unbreak bulk builds.

diffstat:

 devel/py-test-benchmark/Makefile |  11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

diffs (25 lines):

diff -r b8e0f867150f -r b80b05ca1f99 devel/py-test-benchmark/Makefile
--- a/devel/py-test-benchmark/Makefile  Fri Nov 27 10:25:40 2020 +0000
+++ b/devel/py-test-benchmark/Makefile  Fri Nov 27 10:41:36 2020 +0000
@@ -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 @@
 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