pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-tortoisehg



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Aug 10 06:45:15 UTC 2024

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

Log Message:
py-tortoisehg: not for Python 3.9


To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 pkgsrc/devel/py-tortoisehg/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-tortoisehg/Makefile
diff -u pkgsrc/devel/py-tortoisehg/Makefile:1.101 pkgsrc/devel/py-tortoisehg/Makefile:1.102
--- pkgsrc/devel/py-tortoisehg/Makefile:1.101   Sun Jul 28 21:13:29 2024
+++ pkgsrc/devel/py-tortoisehg/Makefile Sat Aug 10 06:45:15 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.101 2024/07/28 21:13:29 wiz Exp $
+# $NetBSD: Makefile,v 1.102 2024/08/10 06:45:15 adam Exp $
 
 DISTNAME=      tortoisehg-6.6.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -37,7 +37,7 @@ INSTALLATION_DIRS+=   share/doc/tortoisehg
 
 PYTHON_SELF_CONFLICT=  yes
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39 # py-sphinx
 
 pre-build:
        ${RUN} cd ${WRKSRC}/doc && ${MAKE_PROGRAM} SPHINXBUILD=sphinx-build-${PYVERSSUFFIX} html



Home | Main Index | Thread Index | Old Index