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: wiz
Date: Mon Dec 6 16:03:50 UTC 2021
Modified Files:
pkgsrc/devel/py-curses: Makefile
Log Message:
py-curses: bump PKGREVISION for python39 patch
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 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.51 pkgsrc/devel/py-curses/Makefile:1.52
--- pkgsrc/devel/py-curses/Makefile:1.51 Wed Jan 8 13:44:41 2020
+++ pkgsrc/devel/py-curses/Makefile Mon Dec 6 16:03:50 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.51 2020/01/08 13:44:41 joerg Exp $
+# $NetBSD: Makefile,v 1.52 2021/12/06 16:03:50 wiz Exp $
PKGNAME= ${PYPKGPREFIX}-curses-${PY_DISTVERSION}
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= devel python
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -11,6 +11,8 @@ COMMENT= Curses module for Python
PYDISTUTILSPKG= yes
PY_PATCHPLIST= yes
+#CPPFLAGS+= -I${PREFIX}/include/python3.10/internal
+
# NetBSD-8 curses has enough support for py-curses
USE_CURSES= getsyx
# But we build as ncurses still to get the full feature set easily
Home |
Main Index |
Thread Index |
Old Index