pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/finance/py-eth-rlp (finance/py-eth-rlp) correction to ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/49aea2861e58
branches: trunk
changeset: 447999:49aea2861e58
user: mef <mef%pkgsrc.org@localhost>
date: Tue Mar 02 04:03:31 2021 +0000
description:
(finance/py-eth-rlp) correction to patch, add import sys
diffstat:
finance/py-eth-rlp/distinfo | 4 ++--
finance/py-eth-rlp/patches/patch-setup.py | 13 ++++++++++---
2 files changed, 12 insertions(+), 5 deletions(-)
diffs (38 lines):
diff -r af009099bc3c -r 49aea2861e58 finance/py-eth-rlp/distinfo
--- a/finance/py-eth-rlp/distinfo Tue Mar 02 03:56:27 2021 +0000
+++ b/finance/py-eth-rlp/distinfo Tue Mar 02 04:03:31 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2021/03/02 03:53:34 mef Exp $
+$NetBSD: distinfo,v 1.3 2021/03/02 04:03:31 mef Exp $
SHA1 (eth-rlp-0.2.1.tar.gz) = cffbfe42396c244c90cad352165c2b6d3ee4f98b
RMD160 (eth-rlp-0.2.1.tar.gz) = 326dd47543fb71acbe1f935ef38b2e2add604e7e
SHA512 (eth-rlp-0.2.1.tar.gz) = b00c12ec6a740205fad40f1e60fe7c621ac22e8d2c0e50c76aad76895cc4007b27a4d940e5eee3547be640d3b4dc8de7840bf4fbccd2df112651855f22ba415f
Size (eth-rlp-0.2.1.tar.gz) = 5830 bytes
-SHA1 (patch-setup.py) = 86438ab241de1e44d10310bab62086b509877e6e
+SHA1 (patch-setup.py) = 634a1a4f4ffea0266589e230bf83030d7f2e91d3
diff -r af009099bc3c -r 49aea2861e58 finance/py-eth-rlp/patches/patch-setup.py
--- a/finance/py-eth-rlp/patches/patch-setup.py Tue Mar 02 03:56:27 2021 +0000
+++ b/finance/py-eth-rlp/patches/patch-setup.py Tue Mar 02 04:03:31 2021 +0000
@@ -1,11 +1,18 @@
-$NetBSD: patch-setup.py,v 1.1 2021/03/02 03:53:35 mef Exp $
+$NetBSD: patch-setup.py,v 1.2 2021/03/02 04:03:31 mef Exp $
Fix for python 3.6 only,
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 2014: ordinal not in range(128)
--- setup.py.orig 2020-10-15 02:15:17.000000000 +0900
-+++ setup.py 2021-03-02 12:49:23.056851863 +0900
-@@ -40,7 +40,7 @@ extras_require['dev'] = (
++++ setup.py 2021-03-02 13:01:58.145270773 +0900
+@@ -1,5 +1,6 @@
+ #!/usr/bin/env python
+ # -*- coding: utf-8 -*-
++import sys
+ from setuptools import (
+ setup,
+ find_packages,
+@@ -40,7 +41,7 @@ extras_require['dev'] = (
)
Home |
Main Index |
Thread Index |
Old Index