pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-pylint
Module Name: pkgsrc
Committed By: joerg
Date: Sat Dec 21 23:36:23 UTC 2019
Modified Files:
pkgsrc/devel/py-pylint: distinfo
Added Files:
pkgsrc/devel/py-pylint/patches: patch-README.rst
Log Message:
Drop non-ASCII characters for Python 3.6 build.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/py-pylint/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-pylint/patches/patch-README.rst
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-pylint/distinfo
diff -u pkgsrc/devel/py-pylint/distinfo:1.27 pkgsrc/devel/py-pylint/distinfo:1.28
--- pkgsrc/devel/py-pylint/distinfo:1.27 Thu Nov 14 10:03:46 2019
+++ pkgsrc/devel/py-pylint/distinfo Sat Dec 21 23:36:22 2019
@@ -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
Added files:
Index: pkgsrc/devel/py-pylint/patches/patch-README.rst
diff -u /dev/null pkgsrc/devel/py-pylint/patches/patch-README.rst:1.1
--- /dev/null Sat Dec 21 23:36:23 2019
+++ pkgsrc/devel/py-pylint/patches/patch-README.rst Sat Dec 21 23:36:23 2019
@@ -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