pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-clickclick py-clickclick: disable for python 3.7
details: https://anonhg.NetBSD.org/pkgsrc/rev/a1413b7a02b9
branches: trunk
changeset: 374778:a1413b7a02b9
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Feb 26 13:44:07 2022 +0000
description:
py-clickclick: disable for python 3.7
I can't find importlib-metadata3 and nothing in pkgsrc depends on this.
diffstat:
devel/py-clickclick/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c7384361df55 -r a1413b7a02b9 devel/py-clickclick/Makefile
--- a/devel/py-clickclick/Makefile Sat Feb 26 13:39:07 2022 +0000
+++ b/devel/py-clickclick/Makefile Sat Feb 26 13:44:07 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2022/02/24 09:46:28 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2022/02/26 13:44:07 wiz Exp $
DISTNAME= clickclick-20.10.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -21,7 +21,7 @@
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_VERSIONS_INCOMPATIBLE= 27 37
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index