pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-boto



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Oct 13 17:15:29 UTC 2024

Modified Files:
        pkgsrc/net/py-boto: Makefile

Log Message:
py-boto: not for Python 3.13


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/net/py-boto/Makefile

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

Modified files:

Index: pkgsrc/net/py-boto/Makefile
diff -u pkgsrc/net/py-boto/Makefile:1.35 pkgsrc/net/py-boto/Makefile:1.36
--- pkgsrc/net/py-boto/Makefile:1.35    Sun Nov  5 22:59:47 2023
+++ pkgsrc/net/py-boto/Makefile Sun Oct 13 17:15:29 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2023/11/05 22:59:47 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2024/10/13 17:15:29 wiz Exp $
 
 DISTNAME=      boto-2.49.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,7 +14,7 @@ LICENSE=      mit
 DEPENDS+=      ${PYPKGPREFIX}-filechunkio-[0-9]*:../../devel/py-filechunkio
 TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 312
+PYTHON_VERSIONS_INCOMPATIBLE=  27 312 313
 
 post-install:
 .for f in asadmin bundle_image cfadmin cq cwutil dynamodb_dump dynamodb_load \



Home | Main Index | Thread Index | Old Index