pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-hpack/patches py-hpack: remove patch removed fr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/957ed582bab0
branches:  trunk
changeset: 440399:957ed582bab0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Oct 08 07:47:02 2020 +0000

description:
py-hpack: remove patch removed from distinfo in 4.0.0 update

diffstat:

 net/py-hpack/patches/patch-setup.py |  16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)

diffs (20 lines):

diff -r ec1a7f8784a7 -r 957ed582bab0 net/py-hpack/patches/patch-setup.py
--- a/net/py-hpack/patches/patch-setup.py       Thu Oct 08 07:31:27 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-setup.py,v 1.1 2017/04/14 13:08:16 leot Exp $
-
-Avoid UnicodeDecodeError with Python 3 due offending characters in
-HISTORY.rst.
-
---- setup.py.orig      2016-12-23 17:15:38.000000000 +0000
-+++ setup.py
-@@ -31,7 +31,7 @@ setup(
-     name='hpack',
-     version=version,
-     description='Pure-Python HPACK header compression',
--    long_description=open('README.rst').read() + '\n\n' + open('HISTORY.rst').read(),
-+    long_description=open('README.rst').read(),
-     author='Cory Benfield',
-     author_email='cory%lukasa.co.uk@localhost',
-     url='http://hyper.rtfd.org',



Home | Main Index | Thread Index | Old Index