pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-whichcraft Avoid non-ASCII content for Python...
details: https://anonhg.NetBSD.org/pkgsrc/rev/14e1d771816c
branches: trunk
changeset: 317025:14e1d771816c
user: joerg <joerg%pkgsrc.org@localhost>
date: Thu Dec 27 15:07:36 2018 +0000
description:
Avoid non-ASCII content for Python 3.7 compat.
diffstat:
devel/py-whichcraft/distinfo | 3 ++-
devel/py-whichcraft/patches/patch-README.rst | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r 430d9efe5ec9 -r 14e1d771816c devel/py-whichcraft/distinfo
--- a/devel/py-whichcraft/distinfo Thu Dec 27 15:07:05 2018 +0000
+++ b/devel/py-whichcraft/distinfo Thu Dec 27 15:07:36 2018 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2018/11/15 10:24:26 adam Exp $
+$NetBSD: distinfo,v 1.4 2018/12/27 15:07:36 joerg Exp $
SHA1 (whichcraft-0.5.2.tar.gz) = 627943cce7e404e2d504231c3bc51062a4bfc9a7
RMD160 (whichcraft-0.5.2.tar.gz) = 8d6dcf173d04b86527031bbad1555a4864c82f5b
SHA512 (whichcraft-0.5.2.tar.gz) = 28b7be346b781f69c8fef419efd91fc2daa6b337c1eda0a2fc47d04134c479a5ded6eed3583825b111a48d7a79667676b6ce49693552233e78c7d517ac91a73c
Size (whichcraft-0.5.2.tar.gz) = 6480 bytes
+SHA1 (patch-README.rst) = 98f9b55b16354807bd88e2dfa622052b3f5d2389
diff -r 430d9efe5ec9 -r 14e1d771816c devel/py-whichcraft/patches/patch-README.rst
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-whichcraft/patches/patch-README.rst Thu Dec 27 15:07:36 2018 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-README.rst,v 1.1 2018/12/27 15:07:36 joerg Exp $
+
+--- README.rst.orig 2018-12-25 21:35:42.111510397 +0000
++++ README.rst
+@@ -34,8 +34,8 @@ On Linux, Mac, Windows for Python 2.7 or
+
+ .. code-block:: python
+
+- Â >>> from whichcraft import which
+- Â >>> which('date')
++ >>> from whichcraft import which
++ >>> which('date')
+ '/bin/date'
+ >>> which('calendar')
+ '/bin/calendar'
Home |
Main Index |
Thread Index |
Old Index