pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc py37-reduce: Drop 37 from PYTHON_VERSIONS_ACCEPTED



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab621177430f
branches:  trunk
changeset: 387758:ab621177430f
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sun Nov 06 13:31:00 2022 +0000

description:
py37-reduce: Drop 37 from PYTHON_VERSIONS_ACCEPTED

Drop 37 from PYTHON_VERSIONS_ACCEPTED for all but
py-backports.cached-property (which exists only for 37, and I'm
guessing it will build fine and not cause trouble).

This follows the new plan of "37 is all but removed, with the
lang/python37 package remaining, but py37-foo are not built by
default" compromise to avoid problems from the current state of
massive py37-foo build failures while stopping short of outright
removal.

diffstat:

 devel/py-gobject/Makefile              |  4 ++--
 devel/py-pkgutil_resolve_name/Makefile |  4 ++--
 graphics/blender-lts/Makefile          |  4 ++--
 lang/mozjs78/Makefile                  |  4 ++--
 mail/fetchmailconf/Makefile            |  4 ++--
 math/py-numpy16/Makefile               |  4 ++--
 6 files changed, 12 insertions(+), 12 deletions(-)

diffs (107 lines):

diff -r 976b4b620464 -r ab621177430f devel/py-gobject/Makefile
--- a/devel/py-gobject/Makefile Sun Nov 06 13:27:57 2022 +0000
+++ b/devel/py-gobject/Makefile Sun Nov 06 13:31:00 2022 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.62 2021/12/30 13:05:30 adam Exp $
+# $NetBSD: Makefile,v 1.63 2022/11/06 13:31:00 gdt Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
 PKGREVISION=   4
 
 PYTHON_VERSIONED_DEPENDENCIES+=        cairo
 
-PYTHON_VERSIONS_ACCEPTED=      37 27
+PYTHON_VERSIONS_ACCEPTED=      27
 
 .include "Makefile.common"
 
diff -r 976b4b620464 -r ab621177430f devel/py-pkgutil_resolve_name/Makefile
--- a/devel/py-pkgutil_resolve_name/Makefile    Sun Nov 06 13:27:57 2022 +0000
+++ b/devel/py-pkgutil_resolve_name/Makefile    Sun Nov 06 13:31:00 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/09/05 14:12:15 adam Exp $
+# $NetBSD: Makefile,v 1.2 2022/11/06 13:31:01 gdt Exp $
 
 DISTNAME=      pkgutil_resolve_name-1.3.10
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,7 +14,7 @@
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_ACCEPTED=      38 37
+PYTHON_VERSIONS_ACCEPTED=      38
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 976b4b620464 -r ab621177430f graphics/blender-lts/Makefile
--- a/graphics/blender-lts/Makefile     Sun Nov 06 13:27:57 2022 +0000
+++ b/graphics/blender-lts/Makefile     Sun Nov 06 13:31:00 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2022/09/27 20:58:24 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2022/11/06 13:31:01 gdt Exp $
 
 DISTNAME=      blender-2.83.5
 PKGREVISION=   18
@@ -52,7 +52,7 @@
 
 CHECK_PORTABILITY_SKIP+=       doc/python_api/sphinx_doc_gen.sh
 
-PYTHON_VERSIONS_ACCEPTED=      38 37
+PYTHON_VERSIONS_ACCEPTED=      38
 
 pre-configure:
        ${MKDIR} ${WRKSRC}/build
diff -r 976b4b620464 -r ab621177430f lang/mozjs78/Makefile
--- a/lang/mozjs78/Makefile     Sun Nov 06 13:27:57 2022 +0000
+++ b/lang/mozjs78/Makefile     Sun Nov 06 13:31:00 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2022/07/06 20:37:55 nia Exp $
+# $NetBSD: Makefile,v 1.28 2022/11/06 13:31:01 gdt Exp $
 
 DISTNAME=      mozjs78_78.15.0.orig
 PKGNAME=       ${DISTNAME:S/_/-/:S/.orig//}
@@ -60,7 +60,7 @@
 PKGCONFIG_OVERRIDE+=   js/src/build/js.pc.in
 PKGCONFIG_OVERRIDE+=   js/src/ctypes/libffi/libffi.pc.in
 
-PYTHON_VERSIONS_ACCEPTED=      39 38 37
+PYTHON_VERSIONS_ACCEPTED=      39 38
 PYTHON_FOR_BUILD_ONLY=         tool
 TOOL_DEPENDS+=                 ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 
diff -r 976b4b620464 -r ab621177430f mail/fetchmailconf/Makefile
--- a/mail/fetchmailconf/Makefile       Sun Nov 06 13:27:57 2022 +0000
+++ b/mail/fetchmailconf/Makefile       Sun Nov 06 13:31:00 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.119 2022/10/16 20:35:35 triaxx Exp $
+# $NetBSD: Makefile,v 1.120 2022/11/06 13:31:01 gdt Exp $
 
 DISTNAME=      fetchmail-6.4.34
 PKGNAME=       ${DISTNAME:S/fetchmail/fetchmailconf/}
@@ -32,7 +32,7 @@
 
 PLIST_SUBST+=  PYSITELIB=${PYSITELIB}
 REPLACE_PYTHON=        fetchmailconf.py
-PYTHON_VERSIONS_ACCEPTED=      310 39 38 37
+PYTHON_VERSIONS_ACCEPTED=      310 39 38
 
 post-install:
        ${INSTALL_SCRIPT} ${WRKSRC}/fetchmailconf.py ${DESTDIR}${PREFIX}/bin/fetchmailconf
diff -r 976b4b620464 -r ab621177430f math/py-numpy16/Makefile
--- a/math/py-numpy16/Makefile  Sun Nov 06 13:27:57 2022 +0000
+++ b/math/py-numpy16/Makefile  Sun Nov 06 13:31:00 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2022/04/09 23:46:52 gutteridge Exp $
+# $NetBSD: Makefile,v 1.11 2022/11/06 13:31:01 gdt Exp $
 
 DISTNAME=      numpy-1.16.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,7 +13,7 @@
 LICENSE=       modified-bsd
 
 # This package only exists to accomodate Python 2.7 and 3.7.
-PYTHON_VERSIONS_ACCEPTED=      37 27
+PYTHON_VERSIONS_ACCEPTED=      27
 
 TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
 



Home | Main Index | Thread Index | Old Index