pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Mar  8 12:34:43 UTC 2025

Modified Files:
        pkgsrc/devel/py-daemon: Makefile
        pkgsrc/security/py-libagent: Makefile
        pkgsrc/security/py-trezor-agent: Makefile

Log Message:
*: not for Python 3.10 due to sphinx


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/py-daemon/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-libagent/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-trezor-agent/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-daemon/Makefile
diff -u pkgsrc/devel/py-daemon/Makefile:1.32 pkgsrc/devel/py-daemon/Makefile:1.33
--- pkgsrc/devel/py-daemon/Makefile:1.32        Mon Nov 11 07:28:05 2024
+++ pkgsrc/devel/py-daemon/Makefile     Sat Mar  8 12:34:42 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2024/11/11 07:28:05 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2025/03/08 12:34:42 wiz Exp $
 
 DISTNAME=      python-daemon-3.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/python-//}
@@ -21,5 +21,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-testtools-
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  39 310 # py-sphinx
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/py-libagent/Makefile
diff -u pkgsrc/security/py-libagent/Makefile:1.1 pkgsrc/security/py-libagent/Makefile:1.2
--- pkgsrc/security/py-libagent/Makefile:1.1    Sat Sep 21 12:40:17 2024
+++ pkgsrc/security/py-libagent/Makefile        Sat Mar  8 12:34:43 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/09/21 12:40:17 js Exp $
+# $NetBSD: Makefile,v 1.2 2025/03/08 12:34:43 wiz Exp $
 
 DISTNAME=      trezor-agent-${PKGVERSION_NOREV}
 PKGNAME=       ${PYPKGPREFIX}-libagent-0.15.0
@@ -27,5 +27,7 @@ DEPENDS+=     ${PYPKGPREFIX}-Unidecode>=0.4.
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  39 310 # py-sphinx
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/py-trezor-agent/Makefile
diff -u pkgsrc/security/py-trezor-agent/Makefile:1.1 pkgsrc/security/py-trezor-agent/Makefile:1.2
--- pkgsrc/security/py-trezor-agent/Makefile:1.1        Sat Sep 21 12:45:49 2024
+++ pkgsrc/security/py-trezor-agent/Makefile    Sat Mar  8 12:34:43 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/09/21 12:45:49 js Exp $
+# $NetBSD: Makefile,v 1.2 2025/03/08 12:34:43 wiz Exp $
 
 DISTNAME=      trezor-agent-0.15.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -19,5 +19,7 @@ DEPENDS+=     ${PYPKGPREFIX}-trezor>=0.13:..
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  39 310 # py-sphinx
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index