pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/py-eliot py-eliot: patch for Python 3.6 is no...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a4957ad94f98
branches: trunk
changeset: 771942:a4957ad94f98
user: adam <adam%pkgsrc.org@localhost>
date: Thu Dec 30 13:38:24 2021 +0000
description:
py-eliot: patch for Python 3.6 is no longer needed
diffstat:
sysutils/py-eliot/distinfo | 3 +--
sysutils/py-eliot/patches/patch-setup.py | 15 ---------------
2 files changed, 1 insertions(+), 17 deletions(-)
diffs (30 lines):
diff -r f8dc1a7311c5 -r a4957ad94f98 sysutils/py-eliot/distinfo
--- a/sysutils/py-eliot/distinfo Thu Dec 30 13:37:12 2021 +0000
+++ b/sysutils/py-eliot/distinfo Thu Dec 30 13:38:24 2021 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:20:03 nia Exp $
+$NetBSD: distinfo,v 1.6 2021/12/30 13:38:24 adam Exp $
BLAKE2s (eliot-1.13.0.tar.gz) = d9a8d41e71dd5e51a020d2c3f35f09749bc9579b5d506ccbf164e4148925eb37
SHA512 (eliot-1.13.0.tar.gz) = 95bf72c8cf64cb3dceb1665c244d866759bc0266aed478ba8a28a08f9001a91f7aa6497789c3a58e1416ac6e9c0b0dfc98f4e85f730769473a38a38baba0c473
Size (eliot-1.13.0.tar.gz) = 153154 bytes
-SHA1 (patch-setup.py) = add6f58e048879446cdae5518f5bc03ee4c82af1
diff -r f8dc1a7311c5 -r a4957ad94f98 sysutils/py-eliot/patches/patch-setup.py
--- a/sysutils/py-eliot/patches/patch-setup.py Thu Dec 30 13:37:12 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-setup.py,v 1.2 2021/05/31 13:49:55 adam Exp $
-
-Fix building for Python 3.6.
-
---- setup.py.orig 2020-12-15 19:13:04.000000000 +0000
-+++ setup.py
-@@ -7,7 +7,7 @@ def read(path):
- """
- Read the contents of a file.
- """
-- with open(path) as f:
-+ with open(path, encoding='utf-8') as f:
- return f.read()
-
-
Home |
Main Index |
Thread Index |
Old Index