Skip to content

Commit

Permalink
python*: remove no-egg support
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
0-wiz-0 committed Jan 12, 2022
1 parent 32de03b commit 14ae9f3
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 73 deletions.
4 changes: 2 additions & 2 deletions lang/python27/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 1 addition & 2 deletions lang/python27/distinfo
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -15,7 +15,6 @@ SHA1 (patch-Lib_ctypes_test_test__macholib.py) = 4479d315cd037f4c9138e8f5baa8eb1
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
Expand Down
17 changes: 0 additions & 17 deletions lang/python27/patches/patch-Lib_distutils_command_install.py

This file was deleted.

4 changes: 2 additions & 2 deletions lang/python310/Makefile
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
3 changes: 1 addition & 2 deletions lang/python310/distinfo
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 0 additions & 12 deletions lang/python310/patches/patch-Lib_distutils_command_install.py

This file was deleted.

4 changes: 2 additions & 2 deletions lang/python37/Makefile
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
3 changes: 1 addition & 2 deletions lang/python37/distinfo
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -8,7 +8,6 @@ SHA1 (patch-Lib_ctypes_____init____.py) = ded12eb372028288d85ba88b43e45549c6f481
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
Expand Down
12 changes: 0 additions & 12 deletions lang/python37/patches/patch-Lib_distutils_command_install.py

This file was deleted.

4 changes: 2 additions & 2 deletions lang/python38/Makefile
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
3 changes: 1 addition & 2 deletions lang/python38/distinfo
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 0 additions & 12 deletions lang/python38/patches/patch-Lib_distutils_command_install.py

This file was deleted.

4 changes: 2 additions & 2 deletions lang/python39/Makefile
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
3 changes: 1 addition & 2 deletions lang/python39/distinfo
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 14ae9f3

Please sign in to comment.