pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-swiftclient



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Mar  4 09:16:01 UTC 2025

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

Log Message:
py-switfclient: not for Python 3.10


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/py-swiftclient/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-swiftclient/Makefile
diff -u pkgsrc/www/py-swiftclient/Makefile:1.13 pkgsrc/www/py-swiftclient/Makefile:1.14
--- pkgsrc/www/py-swiftclient/Makefile:1.13     Mon Oct 14 06:46:08 2024
+++ pkgsrc/www/py-swiftclient/Makefile  Tue Mar  4 09:16:00 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2024/10/14 06:46:08 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2025/03/04 09:16:00 wiz Exp $
 
 DISTNAME=      python-swiftclient-3.11.0
 PKGNAME=       ${DISTNAME:S/python/${PYPKGPREFIX}/}
@@ -23,6 +23,8 @@ SUBST_SED.manpath=    -e 's,share/man,${PKG
 
 USE_PKG_RESOURCES=     yes
 
+PYTHON_VERSIONS_INCOMPATIBLE=  39 310 # py-sphinx via py-pbr
+
 post-install:
        cd ${DESTDIR}${PREFIX} && \
        ${MV} bin/swift bin/swift-${PYVERSSUFFIX} && \



Home | Main Index | Thread Index | Old Index