summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-02-07 20:13:09 +0000
committeradam <adam@pkgsrc.org>2021-02-07 20:13:09 +0000
commitf268df8546153b0285a4ce7d6473e3add05bb902 (patch)
tree4a389ec6a304d3ac67ee60c58d8bd387e3eb224d /finance
parentd446bfd8dcba5fd164b816ca8239965c43f2dc7a (diff)
downloadpkgsrc-f268df8546153b0285a4ce7d6473e3add05bb902.tar.gz
py-eth-abi: added version 2.1.1
Python utilities for working with Ethereum ABI definitions, especially encoding and decoding.
Diffstat (limited to 'finance')
-rw-r--r--finance/Makefile3
-rw-r--r--finance/py-eth-abi/DESCR2
-rw-r--r--finance/py-eth-abi/Makefile22
-rw-r--r--finance/py-eth-abi/PLIST58
-rw-r--r--finance/py-eth-abi/distinfo6
5 files changed, 90 insertions, 1 deletions
diff --git a/finance/Makefile b/finance/Makefile
index 704c4b7b51d..bbf714686da 100644
--- a/finance/Makefile
+++ b/finance/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.82 2020/09/29 00:35:00 khorben Exp $
+# $NetBSD: Makefile,v 1.83 2021/02/07 20:13:09 adam Exp $
#
COMMENT= Monetary, financial and related applications
@@ -40,6 +40,7 @@ SUBDIR+= py-bitcoinrpc
SUBDIR+= py-braintree
SUBDIR+= py-crytic-compile
SUBDIR+= py-empyrical
+SUBDIR+= py-eth-abi
SUBDIR+= py-eth-hash
SUBDIR+= py-eth-typing
SUBDIR+= py-eth-utils
diff --git a/finance/py-eth-abi/DESCR b/finance/py-eth-abi/DESCR
new file mode 100644
index 00000000000..7e4dbc4eb3d
--- /dev/null
+++ b/finance/py-eth-abi/DESCR
@@ -0,0 +1,2 @@
+Python utilities for working with Ethereum ABI definitions, especially encoding
+and decoding.
diff --git a/finance/py-eth-abi/Makefile b/finance/py-eth-abi/Makefile
new file mode 100644
index 00000000000..63f387e703f
--- /dev/null
+++ b/finance/py-eth-abi/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2021/02/07 20:13:09 adam Exp $
+
+DISTNAME= eth_abi-2.1.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+CATEGORIES= finance python
+MASTER_SITES= ${MASTER_SITE_PYPI:=e/eth-abi/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://github.com/ethereum/eth-abi
+COMMENT= Python utilities for working with Ethereum ABI definitions
+LICENSE= mit
+
+DEPENDS+= ${PYPKGPREFIX}-eth-typing>=2.0.0:../../finance/py-eth-typing
+DEPENDS+= ${PYPKGPREFIX}-eth-utils>=1.2.0:../../finance/py-eth-utils
+DEPENDS+= ${PYPKGPREFIX}-parsimonious>=0.8.0:../../textproc/py-parsimonious
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/finance/py-eth-abi/PLIST b/finance/py-eth-abi/PLIST
new file mode 100644
index 00000000000..7e6976b2c36
--- /dev/null
+++ b/finance/py-eth-abi/PLIST
@@ -0,0 +1,58 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/07 20:13:09 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_abi/__init__.py
+${PYSITELIB}/eth_abi/__init__.pyc
+${PYSITELIB}/eth_abi/__init__.pyo
+${PYSITELIB}/eth_abi/abi.py
+${PYSITELIB}/eth_abi/abi.pyc
+${PYSITELIB}/eth_abi/abi.pyo
+${PYSITELIB}/eth_abi/base.py
+${PYSITELIB}/eth_abi/base.pyc
+${PYSITELIB}/eth_abi/base.pyo
+${PYSITELIB}/eth_abi/codec.py
+${PYSITELIB}/eth_abi/codec.pyc
+${PYSITELIB}/eth_abi/codec.pyo
+${PYSITELIB}/eth_abi/constants.py
+${PYSITELIB}/eth_abi/constants.pyc
+${PYSITELIB}/eth_abi/constants.pyo
+${PYSITELIB}/eth_abi/decoding.py
+${PYSITELIB}/eth_abi/decoding.pyc
+${PYSITELIB}/eth_abi/decoding.pyo
+${PYSITELIB}/eth_abi/encoding.py
+${PYSITELIB}/eth_abi/encoding.pyc
+${PYSITELIB}/eth_abi/encoding.pyo
+${PYSITELIB}/eth_abi/exceptions.py
+${PYSITELIB}/eth_abi/exceptions.pyc
+${PYSITELIB}/eth_abi/exceptions.pyo
+${PYSITELIB}/eth_abi/grammar.py
+${PYSITELIB}/eth_abi/grammar.pyc
+${PYSITELIB}/eth_abi/grammar.pyo
+${PYSITELIB}/eth_abi/packed.py
+${PYSITELIB}/eth_abi/packed.pyc
+${PYSITELIB}/eth_abi/packed.pyo
+${PYSITELIB}/eth_abi/registry.py
+${PYSITELIB}/eth_abi/registry.pyc
+${PYSITELIB}/eth_abi/registry.pyo
+${PYSITELIB}/eth_abi/tools/__init__.py
+${PYSITELIB}/eth_abi/tools/__init__.pyc
+${PYSITELIB}/eth_abi/tools/__init__.pyo
+${PYSITELIB}/eth_abi/tools/_strategies.py
+${PYSITELIB}/eth_abi/tools/_strategies.pyc
+${PYSITELIB}/eth_abi/tools/_strategies.pyo
+${PYSITELIB}/eth_abi/utils/__init__.py
+${PYSITELIB}/eth_abi/utils/__init__.pyc
+${PYSITELIB}/eth_abi/utils/__init__.pyo
+${PYSITELIB}/eth_abi/utils/numeric.py
+${PYSITELIB}/eth_abi/utils/numeric.pyc
+${PYSITELIB}/eth_abi/utils/numeric.pyo
+${PYSITELIB}/eth_abi/utils/padding.py
+${PYSITELIB}/eth_abi/utils/padding.pyc
+${PYSITELIB}/eth_abi/utils/padding.pyo
+${PYSITELIB}/eth_abi/utils/string.py
+${PYSITELIB}/eth_abi/utils/string.pyc
+${PYSITELIB}/eth_abi/utils/string.pyo
diff --git a/finance/py-eth-abi/distinfo b/finance/py-eth-abi/distinfo
new file mode 100644
index 00000000000..a9aa492c0b4
--- /dev/null
+++ b/finance/py-eth-abi/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/07 20:13:09 adam Exp $
+
+SHA1 (eth_abi-2.1.1.tar.gz) = c104c5ce11ad6ac42e9406c6c5f8e0986c96c2d7
+RMD160 (eth_abi-2.1.1.tar.gz) = f193d16bc1076aa88b90d322ea43e31b97ed34ed
+SHA512 (eth_abi-2.1.1.tar.gz) = dd104616c3fbc9d30b1ed0ae2e283ae1b5c3274fa3c8549573bce1988566f7315cc98fe0807675426da44c37568982be4f1369e6659ad5682bb5cf4ddf676159
+Size (eth_abi-2.1.1.tar.gz) = 966047 bytes