pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-wstools



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Mar  4 09:17:10 UTC 2025

Modified Files:
        pkgsrc/www/py-wstools: Makefile

Log Message:
py-wstools: not for Python 3.10


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-wstools/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-wstools/Makefile
diff -u pkgsrc/www/py-wstools/Makefile:1.8 pkgsrc/www/py-wstools/Makefile:1.9
--- pkgsrc/www/py-wstools/Makefile:1.8  Mon Nov 11 07:29:30 2024
+++ pkgsrc/www/py-wstools/Makefile      Tue Mar  4 09:17:10 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2024/11/11 07:29:30 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2025/03/04 09:17:10 wiz Exp $
 
 DISTNAME=      wstools-0.4.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,6 +15,8 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-pbr-[0-9]*:../../devel/py-pbr
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 
+PYTHON_VERSIONS_INCOMPATIBLE=  39 310 # py-sphinx via py-pbr
+
 USE_LANGUAGES= # none
 
 .include "../../lang/python/wheel.mk"



Home | Main Index | Thread Index | Old Index