pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/python310



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Dec 10 23:08:03 UTC 2021

Modified Files:
        pkgsrc/lang/python310: Makefile distinfo
Removed Files:
        pkgsrc/lang/python310/patches: patch-Modules_makesetup

Log Message:
python310: remove patch that was carried forward from before 2.7 times

upstream says it should not be needed, and I don't see a difference
in building python310 and running its tests either.

Let me know if you do.

Bump PKGREVISION to be on the safe side.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/python310/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/python310/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/lang/python310/patches/patch-Modules_makesetup

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

Modified files:

Index: pkgsrc/lang/python310/Makefile
diff -u pkgsrc/lang/python310/Makefile:1.2 pkgsrc/lang/python310/Makefile:1.3
--- pkgsrc/lang/python310/Makefile:1.2  Wed Dec  8 16:05:22 2021
+++ pkgsrc/lang/python310/Makefile      Fri Dec 10 23:08:03 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2021/12/08 16:05:22 adam Exp $
+# $NetBSD: Makefile,v 1.3 2021/12/10 23:08:03 wiz Exp $
 
-PKGREVISION= 1
+PKGREVISION= 2
 .include "dist.mk"
 
 PKGNAME=       python310-${PY_DISTVERSION}

Index: pkgsrc/lang/python310/distinfo
diff -u pkgsrc/lang/python310/distinfo:1.4 pkgsrc/lang/python310/distinfo:1.5
--- pkgsrc/lang/python310/distinfo:1.4  Tue Dec  7 09:31:09 2021
+++ pkgsrc/lang/python310/distinfo      Fri Dec 10 23:08:03 2021
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2021/12/07 09:31:09 adam Exp $
+$NetBSD: distinfo,v 1.5 2021/12/10 23:08:03 wiz Exp $
 
 BLAKE2s (Python-3.10.1.tar.xz) = a7004c16f0c40d927424d512cd5130cd2955315f50d804c289fc10d48f5a1d5c
 SHA512 (Python-3.10.1.tar.xz) = 1c559e33f1252e51bafb941c380de16f142c0735858363c84cb8dbed6767843de3af126889c2826ffb94bd4777d7cdfc31040301c8c74de56af52b80b1aa9e76
@@ -9,7 +9,6 @@ SHA1 (patch-Lib_distutils_unixccompiler.
 SHA1 (patch-Lib_lib2to3_pgen2_driver.py) = 593c4e93c5653ab400f0a98b91db92630c0a7390
 SHA1 (patch-Lib_sysconfig.py) = bc6d91bf8f7121456b26ea7f080f588c96f2596f
 SHA1 (patch-Makefile.pre.in) = 932a89313e8f26c435675f2487eb2141876a5f5a
-SHA1 (patch-Modules_makesetup) = e1a2297899e3cfd4bf35de50d8490e0cc6d26b0f
 SHA1 (patch-Modules_nismodule.c) = cb6bdabd1693dd3298f17b18a85f0fd611967161
 SHA1 (patch-Modules_socketmodule.c) = 4529c487b33d19b87106a0c006520cc5c45b9dfd
 SHA1 (patch-Modules_socketmodule.h) = 8761c7238bc74e45adefb6e647dc3b39b7bdd81c



Home | Main Index | Thread Index | Old Index