pkgsrc-Changes archive

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

CVS commit: pkgsrc/net



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Nov  5 22:59:47 UTC 2023

Modified Files:
        pkgsrc/net/py-boto: Makefile
        pkgsrc/net/py-gcs-oauth2-boto-plugin: Makefile
        pkgsrc/net/py-gsutil: Makefile

Log Message:
py-boto: not for Python 3.12

boto (version 2) is dead and packages should migrate to boto3


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/net/py-boto/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/py-gcs-oauth2-boto-plugin/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/py-gsutil/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.34 pkgsrc/net/py-boto/Makefile:1.35
--- pkgsrc/net/py-boto/Makefile:1.34    Tue Jan  4 20:54:25 2022
+++ pkgsrc/net/py-boto/Makefile Sun Nov  5 22:59:47 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2022/01/04 20:54:25 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2023/11/05 22:59:47 wiz Exp $
 
 DISTNAME=      boto-2.49.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,6 +14,8 @@ LICENSE=      mit
 DEPENDS+=      ${PYPKGPREFIX}-filechunkio-[0-9]*:../../devel/py-filechunkio
 TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 312
+
 post-install:
 .for f in asadmin bundle_image cfadmin cq cwutil dynamodb_dump dynamodb_load \
        elbadmin fetch_file glacier instance_events kill_instance \

Index: pkgsrc/net/py-gcs-oauth2-boto-plugin/Makefile
diff -u pkgsrc/net/py-gcs-oauth2-boto-plugin/Makefile:1.9 pkgsrc/net/py-gcs-oauth2-boto-plugin/Makefile:1.10
--- pkgsrc/net/py-gcs-oauth2-boto-plugin/Makefile:1.9   Wed Oct 19 14:25:19 2022
+++ pkgsrc/net/py-gcs-oauth2-boto-plugin/Makefile       Sun Nov  5 22:59:47 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2022/10/19 14:25:19 nia Exp $
+# $NetBSD: Makefile,v 1.10 2023/11/05 22:59:47 wiz Exp $
 
 DISTNAME=      gcs-oauth2-boto-plugin-3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -22,7 +22,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-freezegun-
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-rsa
+PYTHON_VERSIONS_INCOMPATIBLE=  27 312
 
 .include "../../lang/python/egg.mk"
 PYTHON_VERSIONED_DEPENDENCIES+=        OpenSSL

Index: pkgsrc/net/py-gsutil/Makefile
diff -u pkgsrc/net/py-gsutil/Makefile:1.17 pkgsrc/net/py-gsutil/Makefile:1.18
--- pkgsrc/net/py-gsutil/Makefile:1.17  Wed Oct 19 14:25:19 2022
+++ pkgsrc/net/py-gsutil/Makefile       Sun Nov  5 22:59:47 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2022/10/19 14:25:19 nia Exp $
+# $NetBSD: Makefile,v 1.18 2023/11/05 22:59:47 wiz Exp $
 
 DISTNAME=      gsutil-4.68
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -23,7 +23,7 @@ DEPENDS+=     ${PYPKGPREFIX}-retry_decorator
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.12.0:../../lang/py-six
 
 USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 312
 
 USE_PKG_RESOURCES=     yes
 



Home | Main Index | Thread Index | Old Index