pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/py-eth-keyfile



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jul 15 20:54:26 UTC 2022

Modified Files:
        pkgsrc/finance/py-eth-keyfile: distinfo
Added Files:
        pkgsrc/finance/py-eth-keyfile/patches: patch-setup.py

Log Message:
py-eth-keyfile: fix build


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/finance/py-eth-keyfile/distinfo
cvs rdiff -u -r0 -r1.3 pkgsrc/finance/py-eth-keyfile/patches/patch-setup.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/finance/py-eth-keyfile/distinfo
diff -u pkgsrc/finance/py-eth-keyfile/distinfo:1.4 pkgsrc/finance/py-eth-keyfile/distinfo:1.5
--- pkgsrc/finance/py-eth-keyfile/distinfo:1.4  Tue Jul 12 07:33:02 2022
+++ pkgsrc/finance/py-eth-keyfile/distinfo      Fri Jul 15 20:54:26 2022
@@ -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

Added files:

Index: pkgsrc/finance/py-eth-keyfile/patches/patch-setup.py
diff -u /dev/null pkgsrc/finance/py-eth-keyfile/patches/patch-setup.py:1.3
--- /dev/null   Fri Jul 15 20:54:26 2022
+++ pkgsrc/finance/py-eth-keyfile/patches/patch-setup.py        Fri Jul 15 20:54:26 2022
@@ -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