pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/py-Tk py-Tk: python38 needs Modules/clinic availab...
details: https://anonhg.NetBSD.org/pkgsrc/rev/46a99dbb7c56
branches: trunk
changeset: 419092:46a99dbb7c56
user: markd <markd%pkgsrc.org@localhost>
date: Thu Dec 12 10:46:15 2019 +0000
description:
py-Tk: python38 needs Modules/clinic available to build
diffstat:
x11/py-Tk/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 0ede7f8f66a3 -r 46a99dbb7c56 x11/py-Tk/Makefile
--- a/x11/py-Tk/Makefile Thu Dec 12 10:43:32 2019 +0000
+++ b/x11/py-Tk/Makefile Thu Dec 12 10:46:15 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2018/04/03 18:22:47 adam Exp $
+# $NetBSD: Makefile,v 1.67 2019/12/12 10:46:15 markd Exp $
PKGNAME= ${PYPKGPREFIX}-Tk-${PY_DISTVERSION}
PKGREVISION= 5
@@ -35,6 +35,9 @@
.if ${_PYTHON_VERSION} >= 27
EXTRACT_ELEMENTS+= ${PYSUBDIR}/Modules/tkinter.h
.endif
+.if ${_PYTHON_VERSION} >= 38
+EXTRACT_ELEMENTS+= ${PYSUBDIR}/Modules/clinic
+.endif
# ignore errors due to missing files (EXTRACT_ELEMENTS!)
do-patch:
Home |
Main Index |
Thread Index |
Old Index