pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/py-l18n
Module Name: pkgsrc
Committed By: wiz
Date: Thu Jan 27 08:20:26 UTC 2022
Modified Files:
pkgsrc/time/py-l18n: distinfo
Added Files:
pkgsrc/time/py-l18n/patches: patch-setup.py
Log Message:
py-l18n: patch out unnecessary wheel dependency
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/time/py-l18n/distinfo
cvs rdiff -u -r0 -r1.3 pkgsrc/time/py-l18n/patches/patch-setup.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/time/py-l18n/distinfo
diff -u pkgsrc/time/py-l18n/distinfo:1.6 pkgsrc/time/py-l18n/distinfo:1.7
--- pkgsrc/time/py-l18n/distinfo:1.6 Sun Jan 23 19:19:10 2022
+++ pkgsrc/time/py-l18n/distinfo Thu Jan 27 08:20:26 2022
@@ -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
Added files:
Index: pkgsrc/time/py-l18n/patches/patch-setup.py
diff -u /dev/null pkgsrc/time/py-l18n/patches/patch-setup.py:1.3
--- /dev/null Thu Jan 27 08:20:26 2022
+++ pkgsrc/time/py-l18n/patches/patch-setup.py Thu Jan 27 08:20:26 2022
@@ -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