pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/finance/py-eth-keyfile py-eth-keyfile: fix build
details: https://anonhg.NetBSD.org/pkgsrc/rev/201bb9ca6008
branches: trunk
changeset: 381929:201bb9ca6008
user: adam <adam%pkgsrc.org@localhost>
date: Fri Jul 15 20:54:26 2022 +0000
description:
py-eth-keyfile: fix build
diffstat:
finance/py-eth-keyfile/distinfo | 3 ++-
finance/py-eth-keyfile/patches/patch-setup.py | 21 +++++++++++++++++++++
2 files changed, 23 insertions(+), 1 deletions(-)
diffs (36 lines):
diff -r 5aea897ef5c5 -r 201bb9ca6008 finance/py-eth-keyfile/distinfo
--- a/finance/py-eth-keyfile/distinfo Fri Jul 15 20:40:18 2022 +0000
+++ b/finance/py-eth-keyfile/distinfo Fri Jul 15 20:54:26 2022 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2022/07/12 07:33:02 adam Exp $
+$NetBSD: distinfo,v 1.5 2022/07/15 20:54:26 adam Exp $
BLAKE2s (eth-keyfile-0.6.0.tar.gz) = f16142ce30142a413645ea0fdcf891c4dcb87d4df46e85d0315ba280ebc1ad1e
SHA512 (eth-keyfile-0.6.0.tar.gz) = a65295931d8505b8028f5c7ebaa2693399191e4d70d4037b8d57772119f13c1e59cf9222c9429f06052d3d48d8ccd47e1127d6ca5b3e1cd0b6ca9c56dd9a3de4
Size (eth-keyfile-0.6.0.tar.gz) = 7266 bytes
+SHA1 (patch-setup.py) = 3ed762ef6f6c85df570fd39b751506328afc37e9
diff -r 5aea897ef5c5 -r 201bb9ca6008 finance/py-eth-keyfile/patches/patch-setup.py
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/finance/py-eth-keyfile/patches/patch-setup.py Fri Jul 15 20:54:26 2022 +0000
@@ -0,0 +1,21 @@
+$NetBSD: patch-setup.py,v 1.3 2022/07/15 20:54:26 adam Exp $
+
+setuptools-markdown is deprecated.
+
+--- setup.py.orig 2022-07-15 20:50:18.000000000 +0000
++++ setup.py
+@@ -52,13 +52,13 @@ setup(
+ "private keys."
+ ),
+ long_description_markdown_filename='README.md',
++ long_description_content_type="text/markdown",
+ author='Piper Merriam',
+ author_email='pipermerriam%gmail.com@localhost',
+ url='https://github.com/ethereum/eth-keyfile',
+ include_package_data=True,
+ install_requires=install_requires,
+ extras_require=deps,
+- setup_requires=['setuptools-markdown'],
+ py_modules=['eth_keyfile'],
+ license="MIT",
+ zip_safe=False,
Home |
Main Index |
Thread Index |
Old Index