pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/bpython



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Aug 10 06:51:28 UTC 2024

Modified Files:
        pkgsrc/devel/bpython: Makefile

Log Message:
bpython: not for Python 3.9


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/bpython/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/bpython/Makefile
diff -u pkgsrc/devel/bpython/Makefile:1.41 pkgsrc/devel/bpython/Makefile:1.42
--- pkgsrc/devel/bpython/Makefile:1.41  Tue Nov  7 22:37:57 2023
+++ pkgsrc/devel/bpython/Makefile       Sat Aug 10 06:51:28 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2023/11/07 22:37:57 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2024/08/10 06:51:28 adam Exp $
 
 DISTNAME=      bpython-0.24
 PKGREVISION=   3
@@ -24,7 +24,7 @@ USE_LANGUAGES=        # none
 
 USE_PKG_RESOURCES=     yes
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39 # py-sphinx
 
 .include "../../lang/python/batteries-included.mk"
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index