pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/time/py-l18n py-l18n: patch out unnecessary wheel depe...
details: https://anonhg.NetBSD.org/pkgsrc/rev/dc4b849b6a3d
branches: trunk
changeset: 372551:dc4b849b6a3d
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Jan 27 08:20:26 2022 +0000
description:
py-l18n: patch out unnecessary wheel dependency
diffstat:
time/py-l18n/distinfo | 3 ++-
time/py-l18n/patches/patch-setup.py | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletions(-)
diffs (30 lines):
diff -r f559923a201e -r dc4b849b6a3d time/py-l18n/distinfo
--- a/time/py-l18n/distinfo Thu Jan 27 08:17:13 2022 +0000
+++ b/time/py-l18n/distinfo Thu Jan 27 08:20:26 2022 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.6 2022/01/23 19:19:10 adam Exp $
+$NetBSD: distinfo,v 1.7 2022/01/27 08:20:26 wiz Exp $
BLAKE2s (l18n-2021.3.tar.gz) = af279d318cfd2eac219d436bcce351ae331ff1143122b52a54ea16514fb4fccc
SHA512 (l18n-2021.3.tar.gz) = 9e473cf9b80ea8e9932bf5a8497cd128526ec9c3a91630529fa7e3e78981f6baeac59262e73803af4487b1d1094d5f027c13bfdc46c47180ea19e37b73d404a5
Size (l18n-2021.3.tar.gz) = 50712 bytes
+SHA1 (patch-setup.py) = efb23014fa18dcf6f3ddfc1cde1e1136c92cfc66
diff -r f559923a201e -r dc4b849b6a3d time/py-l18n/patches/patch-setup.py
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/time/py-l18n/patches/patch-setup.py Thu Jan 27 08:20:26 2022 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-setup.py,v 1.3 2022/01/27 08:20:26 wiz Exp $
+
+We are not interested in building a wheel, so we do not
+want to depend on py-wheel either.
+
+--- setup.py.orig 2021-11-12 09:24:24.000000000 +0000
++++ setup.py
+@@ -30,7 +30,6 @@ DEV_STATUS = {'pre': '2 - Pre-Alpha',
+ CMD_PACKAGES = {
+ 'sdist': 'setuptools.command',
+ 'bdist': 'distutils.command',
+- 'bdist_wheel': 'wheel',
+ 'bdist_egg': 'setuptools.command',
+ 'bdist_rpm': 'setuptools.command',
+ }
Home |
Main Index |
Thread Index |
Old Index