pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-curses



Module Name:    pkgsrc
Committed By:   markd
Date:           Thu Dec 12 10:43:32 UTC 2019

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

Log Message:
py-curses: python38 needs Modules/clinic available to build


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/devel/py-curses/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-curses/Makefile
diff -u pkgsrc/devel/py-curses/Makefile:1.48 pkgsrc/devel/py-curses/Makefile:1.49
--- pkgsrc/devel/py-curses/Makefile:1.48        Sun Nov  3 10:18:26 2019
+++ pkgsrc/devel/py-curses/Makefile     Thu Dec 12 10:43:32 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2019/11/03 10:18:26 rillig Exp $
+# $NetBSD: Makefile,v 1.49 2019/12/12 10:43:32 markd Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-curses-${PY_DISTVERSION}
 PKGREVISION=   5
@@ -29,6 +29,11 @@ do-patch:
        done
 
 .include "../../lang/python/extension.mk"
+
+.if ${_PYTHON_VERSION} >= 38
+EXTRACT_ELEMENTS+=     ${PYSUBDIR}/Modules/clinic
+.endif
+
 .include "../../lang/python/srcdist.mk"
 .include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index