pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan 12 08:49:02 UTC 2022

Modified Files:
        pkgsrc/lang/python27: Makefile distinfo
        pkgsrc/lang/python310: Makefile distinfo
        pkgsrc/lang/python37: Makefile distinfo
        pkgsrc/lang/python38: Makefile distinfo
        pkgsrc/lang/python39: Makefile distinfo
Removed Files:
        pkgsrc/lang/python27/patches: patch-Lib_distutils_command_install.py
        pkgsrc/lang/python310/patches: patch-Lib_distutils_command_install.py
        pkgsrc/lang/python37/patches: patch-Lib_distutils_command_install.py
        pkgsrc/lang/python38/patches: patch-Lib_distutils_command_install.py

Log Message:
python*: remove no-egg support

This was added in the pkgsrc stone age when pkgsrc had no egg support,
and then carried forward up to python 3.10. This ends now.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 pkgsrc/lang/python27/Makefile
cvs rdiff -u -r1.87 -r1.88 pkgsrc/lang/python27/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/lang/python27/patches/patch-Lib_distutils_command_install.py
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/python310/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/python310/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/lang/python310/patches/patch-Lib_distutils_command_install.py
cvs rdiff -u -r1.28 -r1.29 pkgsrc/lang/python37/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/lang/python37/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/lang/python37/patches/patch-Lib_distutils_command_install.py
cvs rdiff -u -r1.22 -r1.23 pkgsrc/lang/python38/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/lang/python38/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/lang/python38/patches/patch-Lib_distutils_command_install.py
cvs rdiff -u -r1.12 -r1.13 pkgsrc/lang/python39/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/lang/python39/distinfo

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

Modified files:

Index: pkgsrc/lang/python27/Makefile
diff -u pkgsrc/lang/python27/Makefile:1.96 pkgsrc/lang/python27/Makefile:1.97
--- pkgsrc/lang/python27/Makefile:1.96  Wed Dec  8 16:05:22 2021
+++ pkgsrc/lang/python27/Makefile       Wed Jan 12 08:49:01 2022
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.96 2021/12/08 16:05:22 adam Exp $
+# $NetBSD: Makefile,v 1.97 2022/01/12 08:49:01 wiz Exp $
 
 .include "dist.mk"
 
 PKGNAME=       python27-${PY_DISTVERSION}
-PKGREVISION=   6
+PKGREVISION=   7
 CATEGORIES=    lang python
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/lang/python27/distinfo
diff -u pkgsrc/lang/python27/distinfo:1.87 pkgsrc/lang/python27/distinfo:1.88
--- pkgsrc/lang/python27/distinfo:1.87  Wed Oct 27 23:58:55 2021
+++ pkgsrc/lang/python27/distinfo       Wed Jan 12 08:49:01 2022
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.87 2021/10/27 23:58:55 gutteridge Exp $
+$NetBSD: distinfo,v 1.88 2022/01/12 08:49:01 wiz Exp $
 
 BLAKE2s (Python-2.7.18.tar.xz) = 1b673ec8c9362a178e044691392bc4f67ad13457d7fddd84a88de346f23f9812
 SHA512 (Python-2.7.18.tar.xz) = a7bb62b51f48ff0b6df0b18f5b0312a523e3110f49c3237936bfe56ed0e26838c0274ff5401bda6fc21bf24337477ccac49e8026c5d651e4b4cafb5eb5086f6c
@@ -15,7 +15,6 @@ SHA1 (patch-Lib_ctypes_test_test__machol
 SHA1 (patch-Lib_ctypes_test_test__parameters.py) = 8f8bb50515bc7e89ab59363b10af4d5391957eb7
 SHA1 (patch-Lib_ctypes_util.py) = 6fa516c7b43f08992427a0afcbe80c17bcc070f1
 SHA1 (patch-Lib_distutils_command_build__ext.py) = ea4feba4e93dbcff07050c82a00d591bb650e934
-SHA1 (patch-Lib_distutils_command_install.py) = e6aef090b444b455fe351308d251e670329b7dc3
 SHA1 (patch-Lib_distutils_command_install__egg__info.py) = ec7f9e0cd04489b1f6497c44d75bff6864ad1047
 SHA1 (patch-Lib_distutils_tests_test__build__ext.py) = 6b3c8c8d1d351836b239c049d34d132953bd4786
 SHA1 (patch-Lib_distutils_unixccompiler.py) = db16c9aca2f29730945f28247b88b18828739bbb

Index: pkgsrc/lang/python310/Makefile
diff -u pkgsrc/lang/python310/Makefile:1.5 pkgsrc/lang/python310/Makefile:1.6
--- pkgsrc/lang/python310/Makefile:1.5  Thu Dec 30 15:18:11 2021
+++ pkgsrc/lang/python310/Makefile      Wed Jan 12 08:49:01 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2021/12/30 15:18:11 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2022/01/12 08:49:01 wiz Exp $
 
-PKGREVISION= 3
+PKGREVISION= 4
 .include "dist.mk"
 
 PKGNAME=       python310-${PY_DISTVERSION}

Index: pkgsrc/lang/python310/distinfo
diff -u pkgsrc/lang/python310/distinfo:1.8 pkgsrc/lang/python310/distinfo:1.9
--- pkgsrc/lang/python310/distinfo:1.8  Tue Jan 11 15:13:20 2022
+++ pkgsrc/lang/python310/distinfo      Wed Jan 12 08:49:01 2022
@@ -1,10 +1,9 @@
-$NetBSD: distinfo,v 1.8 2022/01/11 15:13:20 tnn Exp $
+$NetBSD: distinfo,v 1.9 2022/01/12 08:49:01 wiz Exp $
 
 BLAKE2s (Python-3.10.1.tar.xz) = a7004c16f0c40d927424d512cd5130cd2955315f50d804c289fc10d48f5a1d5c
 SHA512 (Python-3.10.1.tar.xz) = 1c559e33f1252e51bafb941c380de16f142c0735858363c84cb8dbed6767843de3af126889c2826ffb94bd4777d7cdfc31040301c8c74de56af52b80b1aa9e76
 Size (Python-3.10.1.tar.xz) = 18775460 bytes
 SHA1 (patch-Lib_ctypes_util.py) = 3dec1b6b7a36e46cbfa0dfcd71c5e7fac9f60764
-SHA1 (patch-Lib_distutils_command_install.py) = 2c73a416e07ff8532a002f2e3f7a44dc79d51186
 SHA1 (patch-Lib_distutils_unixccompiler.py) = 8a91e8f4f86517a62408c3a10ed5eb50c4091fbf
 SHA1 (patch-Lib_lib2to3_pgen2_driver.py) = 593c4e93c5653ab400f0a98b91db92630c0a7390
 SHA1 (patch-Lib_sysconfig.py) = bc6d91bf8f7121456b26ea7f080f588c96f2596f

Index: pkgsrc/lang/python37/Makefile
diff -u pkgsrc/lang/python37/Makefile:1.28 pkgsrc/lang/python37/Makefile:1.29
--- pkgsrc/lang/python37/Makefile:1.28  Thu Dec 30 15:16:14 2021
+++ pkgsrc/lang/python37/Makefile       Wed Jan 12 08:49:01 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2021/12/30 15:16:14 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2022/01/12 08:49:01 wiz Exp $
 
-PKGREVISION= 2
+PKGREVISION= 3
 .include "dist.mk"
 
 PKGNAME=       python37-${PY_DISTVERSION}

Index: pkgsrc/lang/python37/distinfo
diff -u pkgsrc/lang/python37/distinfo:1.29 pkgsrc/lang/python37/distinfo:1.30
--- pkgsrc/lang/python37/distinfo:1.29  Tue Oct 26 10:51:52 2021
+++ pkgsrc/lang/python37/distinfo       Wed Jan 12 08:49:01 2022
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.29 2021/10/26 10:51:52 nia Exp $
+$NetBSD: distinfo,v 1.30 2022/01/12 08:49:01 wiz Exp $
 
 BLAKE2s (Python-3.7.12.tar.xz) = 74fece84e0ce91742bfcc2686d964158fe4d1f5c537e7be61e63d28d21efc495
 SHA512 (Python-3.7.12.tar.xz) = e1a5942908c1d1469c0ab129fb4287d4ba6eb2a030e88fd71c043fe187a1bc86c00878dab29147199617a361a0c60d9e720fe3bc58bc7bc4cc8ec4bb50c7ea2a
@@ -8,7 +8,6 @@ SHA1 (patch-Lib_ctypes_____init____.py) 
 SHA1 (patch-Lib_ctypes_macholib_dyld.py) = 267f0b39f116bc9df0b24c277b48ce59cfecd397
 SHA1 (patch-Lib_ctypes_test_test__macholib.py) = 76bb73619e5a27aa1009d4c65e3be1f69b9b6e91
 SHA1 (patch-Lib_ctypes_util.py) = 032cc99ebad93ddddfd89073c60424a952e3faa3
-SHA1 (patch-Lib_distutils_command_install.py) = 6fc6f5d918b7581fc62cd0fe55857ee932c3a341
 SHA1 (patch-Lib_distutils_sysconfig.py) = 6822eafb4dfded86d7f7353831816aeb8119e6cf
 SHA1 (patch-Lib_distutils_unixccompiler.py) = 2e65a8dd5dd3fe25957206c062106fa7a6fc4e69
 SHA1 (patch-Lib_lib2to3_pgen2_driver.py) = 5d6dab14197f27363394ff1aeee22a8ced8026d2

Index: pkgsrc/lang/python38/Makefile
diff -u pkgsrc/lang/python38/Makefile:1.22 pkgsrc/lang/python38/Makefile:1.23
--- pkgsrc/lang/python38/Makefile:1.22  Thu Dec 30 15:12:57 2021
+++ pkgsrc/lang/python38/Makefile       Wed Jan 12 08:49:01 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2021/12/30 15:12:57 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2022/01/12 08:49:01 wiz Exp $
 
-PKGREVISION= 2
+PKGREVISION= 3
 .include "dist.mk"
 
 PKGNAME=       python38-${PY_DISTVERSION}

Index: pkgsrc/lang/python38/distinfo
diff -u pkgsrc/lang/python38/distinfo:1.24 pkgsrc/lang/python38/distinfo:1.25
--- pkgsrc/lang/python38/distinfo:1.24  Tue Oct 26 10:51:52 2021
+++ pkgsrc/lang/python38/distinfo       Wed Jan 12 08:49:01 2022
@@ -1,10 +1,9 @@
-$NetBSD: distinfo,v 1.24 2021/10/26 10:51:52 nia Exp $
+$NetBSD: distinfo,v 1.25 2022/01/12 08:49:01 wiz Exp $
 
 BLAKE2s (Python-3.8.12.tar.xz) = f8a4544d78160cb58e9da8b3624bda7e7e0c0c90df702ac309fe3f6f768bcf89
 SHA512 (Python-3.8.12.tar.xz) = 2f93fe5ff83f470c7b6a1b7f29f499a2a010fabd649e9fe65ad3fbfa21b6e1966e77c9b7ac012d978159bc3fe63fec2d64bc6982fc2ee1714d3fa0e47631f279
 Size (Python-3.8.12.tar.xz) = 18443568 bytes
 SHA1 (patch-Lib_ctypes_util.py) = 032cc99ebad93ddddfd89073c60424a952e3faa3
-SHA1 (patch-Lib_distutils_command_install.py) = 6fc6f5d918b7581fc62cd0fe55857ee932c3a341
 SHA1 (patch-Lib_distutils_sysconfig.py) = 6822eafb4dfded86d7f7353831816aeb8119e6cf
 SHA1 (patch-Lib_distutils_unixccompiler.py) = 2e65a8dd5dd3fe25957206c062106fa7a6fc4e69
 SHA1 (patch-Lib_lib2to3_pgen2_driver.py) = 5d6dab14197f27363394ff1aeee22a8ced8026d2

Index: pkgsrc/lang/python39/Makefile
diff -u pkgsrc/lang/python39/Makefile:1.12 pkgsrc/lang/python39/Makefile:1.13
--- pkgsrc/lang/python39/Makefile:1.12  Thu Dec 30 15:08:35 2021
+++ pkgsrc/lang/python39/Makefile       Wed Jan 12 08:49:01 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2021/12/30 15:08:35 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2022/01/12 08:49:01 wiz Exp $
 
-PKGREVISION= 2
+PKGREVISION= 3
 .include "dist.mk"
 
 PKGNAME=       python39-${PY_DISTVERSION}

Index: pkgsrc/lang/python39/distinfo
diff -u pkgsrc/lang/python39/distinfo:1.20 pkgsrc/lang/python39/distinfo:1.21
--- pkgsrc/lang/python39/distinfo:1.20  Tue Jan 11 15:13:20 2022
+++ pkgsrc/lang/python39/distinfo       Wed Jan 12 08:49:01 2022
@@ -1,10 +1,9 @@
-$NetBSD: distinfo,v 1.20 2022/01/11 15:13:20 tnn Exp $
+$NetBSD: distinfo,v 1.21 2022/01/12 08:49:01 wiz Exp $
 
 BLAKE2s (Python-3.9.9.tar.xz) = bb0cf5c1cb3212d82b69ab4e965f03b77736610c84bd032f31a5debdd25e6a30
 SHA512 (Python-3.9.9.tar.xz) = 0ab29fb9a7ecb808bd08d84d28908d5a934e0f021853da0f7a9c94670eb30c8dbbc233d461afdb3995b0de59275ef7e1de43e82d7f848802cbd6e6e50b7b25a6
 Size (Python-3.9.9.tar.xz) = 19144372 bytes
 SHA1 (patch-Lib_ctypes_util.py) = 032cc99ebad93ddddfd89073c60424a952e3faa3
-SHA1 (patch-Lib_distutils_command_install.py) = 6fc6f5d918b7581fc62cd0fe55857ee932c3a341
 SHA1 (patch-Lib_distutils_sysconfig.py) = 6822eafb4dfded86d7f7353831816aeb8119e6cf
 SHA1 (patch-Lib_distutils_unixccompiler.py) = 2e65a8dd5dd3fe25957206c062106fa7a6fc4e69
 SHA1 (patch-Lib_lib2to3_pgen2_driver.py) = 5d6dab14197f27363394ff1aeee22a8ced8026d2



Home | Main Index | Thread Index | Old Index