pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-black py-black: unrestrict tomli



details:   https://anonhg.NetBSD.org/pkgsrc/rev/53b159afd033
branches:  trunk
changeset: 371756:53b159afd033
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jan 13 19:40:07 2022 +0000

description:
py-black: unrestrict tomli

diffstat:

 textproc/py-black/distinfo               |   3 ++-
 textproc/py-black/patches/patch-setup.py |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r cffa24b25a6b -r 53b159afd033 textproc/py-black/distinfo
--- a/textproc/py-black/distinfo        Thu Jan 13 19:37:38 2022 +0000
+++ b/textproc/py-black/distinfo        Thu Jan 13 19:40:07 2022 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2022/01/11 09:13:29 adam Exp $
+$NetBSD: distinfo,v 1.5 2022/01/13 19:40:07 wiz Exp $
 
 BLAKE2s (black-21.12b0.tar.gz) = d2b2d65a85f1104ef0ecfb259cbfe8e85f6552b1915a2b1f10476f3c5d194c70
 SHA512 (black-21.12b0.tar.gz) = 1063644b17e56650b03fa515b3f6bd05762d66a43359dbe587279bf9818e73c1ce48421984389fcd1764432dbb36f90fc1cb6bcd528f81289afd0ddf330b7aac
 Size (black-21.12b0.tar.gz) = 594232 bytes
+SHA1 (patch-setup.py) = 0d3166bd1d02b2a0af4c7f7465b2c086a47eb490
diff -r cffa24b25a6b -r 53b159afd033 textproc/py-black/patches/patch-setup.py
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-black/patches/patch-setup.py  Thu Jan 13 19:40:07 2022 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-setup.py,v 1.1 2022/01/13 19:40:07 wiz Exp $
+
+--- setup.py.orig      2021-12-05 22:41:57.000000000 +0000
++++ setup.py
+@@ -99,7 +99,7 @@ setup(
+     install_requires=[
+         "click>=7.1.2",
+         "platformdirs>=2",
+-        "tomli>=0.2.6,<2.0.0",
++        "tomli>=0.2.6",
+         "typed-ast>=1.4.2; python_version < '3.8' and implementation_name == 'cpython'",
+         "pathspec>=0.9.0, <1",
+         "dataclasses>=0.6; python_version < '3.7'",



Home | Main Index | Thread Index | Old Index