py-eth-keyfile: fix build

This commit is contained in:
adam 2022-07-15 20:54:26 +00:00
parent 454a8cefa5
commit 90f4c59e72
2 changed files with 23 additions and 1 deletions

View file

@ -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

View file

@ -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',
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,