summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-02-08 07:00:56 +0000
committeradam <adam@pkgsrc.org>2021-02-08 07:00:56 +0000
commit29b4e6be0d2436c4f2bb068a27e1ad3362c504ea (patch)
treeb5bd19af0943e290e2f9f5b03fae97ad6f40eb11 /finance
parentabaacc3f724a2985b770485be08fbcfbafd9822c (diff)
downloadpkgsrc-29b4e6be0d2436c4f2bb068a27e1ad3362c504ea.tar.gz
py-eth-keys: added version 0.3.3
A common API for Ethereum key operations with pluggable backends.
Diffstat (limited to 'finance')
-rw-r--r--finance/py-eth-keys/DESCR1
-rw-r--r--finance/py-eth-keys/Makefile21
-rw-r--r--finance/py-eth-keys/PLIST64
-rw-r--r--finance/py-eth-keys/distinfo7
-rw-r--r--finance/py-eth-keys/patches/patch-setup.py21
5 files changed, 114 insertions, 0 deletions
diff --git a/finance/py-eth-keys/DESCR b/finance/py-eth-keys/DESCR
new file mode 100644
index 00000000000..a24751130de
--- /dev/null
+++ b/finance/py-eth-keys/DESCR
@@ -0,0 +1 @@
+A common API for Ethereum key operations with pluggable backends.
diff --git a/finance/py-eth-keys/Makefile b/finance/py-eth-keys/Makefile
new file mode 100644
index 00000000000..7c0e99bbc93
--- /dev/null
+++ b/finance/py-eth-keys/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2021/02/08 07:00:56 adam Exp $
+
+DISTNAME= eth-keys-0.3.3
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= finance python
+MASTER_SITES= ${MASTER_SITE_PYPI:=e/eth-keys/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://github.com/ethereum/eth-keys
+COMMENT= Common API for Ethereum key operations
+LICENSE= mit
+
+DEPENDS+= ${PYPKGPREFIX}-eth-typing>=2.2.1:../../finance/py-eth-typing
+DEPENDS+= ${PYPKGPREFIX}-eth-utils>=1.3.0:../../finance/py-eth-utils
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/finance/py-eth-keys/PLIST b/finance/py-eth-keys/PLIST
new file mode 100644
index 00000000000..448108bfe44
--- /dev/null
+++ b/finance/py-eth-keys/PLIST
@@ -0,0 +1,64 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/08 07:00:56 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/eth_keys/__init__.py
+${PYSITELIB}/eth_keys/__init__.pyc
+${PYSITELIB}/eth_keys/__init__.pyo
+${PYSITELIB}/eth_keys/backends/__init__.py
+${PYSITELIB}/eth_keys/backends/__init__.pyc
+${PYSITELIB}/eth_keys/backends/__init__.pyo
+${PYSITELIB}/eth_keys/backends/base.py
+${PYSITELIB}/eth_keys/backends/base.pyc
+${PYSITELIB}/eth_keys/backends/base.pyo
+${PYSITELIB}/eth_keys/backends/coincurve.py
+${PYSITELIB}/eth_keys/backends/coincurve.pyc
+${PYSITELIB}/eth_keys/backends/coincurve.pyo
+${PYSITELIB}/eth_keys/backends/native/__init__.py
+${PYSITELIB}/eth_keys/backends/native/__init__.pyc
+${PYSITELIB}/eth_keys/backends/native/__init__.pyo
+${PYSITELIB}/eth_keys/backends/native/ecdsa.py
+${PYSITELIB}/eth_keys/backends/native/ecdsa.pyc
+${PYSITELIB}/eth_keys/backends/native/ecdsa.pyo
+${PYSITELIB}/eth_keys/backends/native/jacobian.py
+${PYSITELIB}/eth_keys/backends/native/jacobian.pyc
+${PYSITELIB}/eth_keys/backends/native/jacobian.pyo
+${PYSITELIB}/eth_keys/backends/native/main.py
+${PYSITELIB}/eth_keys/backends/native/main.pyc
+${PYSITELIB}/eth_keys/backends/native/main.pyo
+${PYSITELIB}/eth_keys/constants.py
+${PYSITELIB}/eth_keys/constants.pyc
+${PYSITELIB}/eth_keys/constants.pyo
+${PYSITELIB}/eth_keys/datatypes.py
+${PYSITELIB}/eth_keys/datatypes.pyc
+${PYSITELIB}/eth_keys/datatypes.pyo
+${PYSITELIB}/eth_keys/exceptions.py
+${PYSITELIB}/eth_keys/exceptions.pyc
+${PYSITELIB}/eth_keys/exceptions.pyo
+${PYSITELIB}/eth_keys/main.py
+${PYSITELIB}/eth_keys/main.pyc
+${PYSITELIB}/eth_keys/main.pyo
+${PYSITELIB}/eth_keys/utils/__init__.py
+${PYSITELIB}/eth_keys/utils/__init__.pyc
+${PYSITELIB}/eth_keys/utils/__init__.pyo
+${PYSITELIB}/eth_keys/utils/address.py
+${PYSITELIB}/eth_keys/utils/address.pyc
+${PYSITELIB}/eth_keys/utils/address.pyo
+${PYSITELIB}/eth_keys/utils/der.py
+${PYSITELIB}/eth_keys/utils/der.pyc
+${PYSITELIB}/eth_keys/utils/der.pyo
+${PYSITELIB}/eth_keys/utils/module_loading.py
+${PYSITELIB}/eth_keys/utils/module_loading.pyc
+${PYSITELIB}/eth_keys/utils/module_loading.pyo
+${PYSITELIB}/eth_keys/utils/numeric.py
+${PYSITELIB}/eth_keys/utils/numeric.pyc
+${PYSITELIB}/eth_keys/utils/numeric.pyo
+${PYSITELIB}/eth_keys/utils/padding.py
+${PYSITELIB}/eth_keys/utils/padding.pyc
+${PYSITELIB}/eth_keys/utils/padding.pyo
+${PYSITELIB}/eth_keys/validation.py
+${PYSITELIB}/eth_keys/validation.pyc
+${PYSITELIB}/eth_keys/validation.pyo
diff --git a/finance/py-eth-keys/distinfo b/finance/py-eth-keys/distinfo
new file mode 100644
index 00000000000..d01c41a47ea
--- /dev/null
+++ b/finance/py-eth-keys/distinfo
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2021/02/08 07:00:56 adam Exp $
+
+SHA1 (eth-keys-0.3.3.tar.gz) = 57c3ad9ef813d66941f397c38feca5262ccc10d3
+RMD160 (eth-keys-0.3.3.tar.gz) = b602875fbab09a362c0f4130a7394c698279892c
+SHA512 (eth-keys-0.3.3.tar.gz) = b074878a631c3ae026ddeb1376433fe468bd47445a00c354ea3d5c43bbe9ea5eb1627d07be7ff5b13e54095d99a3da6d2030baf7ac92fad9e6414ea38579f42a
+Size (eth-keys-0.3.3.tar.gz) = 17286 bytes
+SHA1 (patch-setup.py) = c4644da231e74ca7f114fb6911c11719f2516846
diff --git a/finance/py-eth-keys/patches/patch-setup.py b/finance/py-eth-keys/patches/patch-setup.py
new file mode 100644
index 00000000000..ff0123c6ca9
--- /dev/null
+++ b/finance/py-eth-keys/patches/patch-setup.py
@@ -0,0 +1,21 @@
+$NetBSD: patch-setup.py,v 1.1 2021/02/08 07:00:56 adam Exp $
+
+setuptools-markdown is deprecated.
+
+--- setup.py.orig 2021-02-08 06:23:00.000000000 +0000
++++ setup.py
+@@ -45,12 +45,12 @@ setup(
+ # *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
+ version='0.3.3',
+ description="""Common API for Ethereum key operations.""",
+- long_description_markdown_filename='README.md',
++ long_description='README.md',
++ long_description_content_type="text/markdown",
+ author='Piper Merriam',
+ author_email='pipermerriam@gmail.com',
+ url='https://github.com/ethereum/eth-keys',
+ include_package_data=True,
+- setup_requires=['setuptools-markdown'],
+ install_requires=deps['eth-keys'],
+ py_modules=['eth_keys'],
+ extras_require=deps,