pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-pylint Drop non-ASCII characters for Python 3...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ddbea48aaaad
branches: trunk
changeset: 419557:ddbea48aaaad
user: joerg <joerg%pkgsrc.org@localhost>
date: Sat Dec 21 23:36:22 2019 +0000
description:
Drop non-ASCII characters for Python 3.6 build.
diffstat:
devel/py-pylint/distinfo | 3 ++-
devel/py-pylint/patches/patch-README.rst | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r 2b46bdedcb3c -r ddbea48aaaad devel/py-pylint/distinfo
--- a/devel/py-pylint/distinfo Sat Dec 21 23:35:05 2019 +0000
+++ b/devel/py-pylint/distinfo Sat Dec 21 23:36:22 2019 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.27 2019/11/14 10:03:46 adam Exp $
+$NetBSD: distinfo,v 1.28 2019/12/21 23:36:22 joerg Exp $
SHA1 (pylint-2.4.4.tar.gz) = cbb0c79eda24019a3b974aca374dc46fabab1eee
RMD160 (pylint-2.4.4.tar.gz) = 697ff5f5b2389de243f8ceff96db4b16eb71b63c
SHA512 (pylint-2.4.4.tar.gz) = 835e0687ebc76c530e0042c5a5188b8aedab446531f621627e990cbeb37ab6ecc8de0f8c6ab171abaa63488e049e8d7782958461421f9a4127435f56b6d2ed0b
Size (pylint-2.4.4.tar.gz) = 646113 bytes
+SHA1 (patch-README.rst) = 315caa017c1a94b6487f59c962bf31bb1ed73ee6
diff -r 2b46bdedcb3c -r ddbea48aaaad devel/py-pylint/patches/patch-README.rst
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-pylint/patches/patch-README.rst Sat Dec 21 23:36:22 2019 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-README.rst,v 1.1 2019/12/21 23:36:23 joerg Exp $
+
+Remove non-ASCII character.
+
+--- README.rst.orig 2019-12-21 21:20:53.977120638 +0000
++++ README.rst
+@@ -126,7 +126,7 @@ We use pytest_ for testing ``pylint``, w
+
+ If you want to run tests on a specific portion of the code with pytest_, (pytest-cov_) and your local python version::
+
+- #Â ( pip install pytest-cov )
++ # ( pip install pytest-cov )
+ # Everything:
+ python3 -m pytest tests/
+ # Everything in tests/message with coverage for the relevant code:
Home |
Main Index |
Thread Index |
Old Index