summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-02-08 08:31:06 +0000
committeradam <adam@pkgsrc.org>2021-02-08 08:31:06 +0000
commit377250336f015ecd59aaf860f9f9dffa958673e7 (patch)
tree5bca74ffc2f2ad8f2fd582779948087f1ed72442
parent08350b091edc408be311db478ffa28c1aee5b39e (diff)
downloadpkgsrc-377250336f015ecd59aaf860f9f9dffa958673e7.tar.gz
py-eth-account: added version 0.5.4
Sign Ethereum transactions and messages with local private keys
-rw-r--r--finance/Makefile3
-rw-r--r--finance/py-eth-account/DESCR1
-rw-r--r--finance/py-eth-account/Makefile27
-rw-r--r--finance/py-eth-account/PLIST70
-rw-r--r--finance/py-eth-account/distinfo6
5 files changed, 106 insertions, 1 deletions
diff --git a/finance/Makefile b/finance/Makefile
index a9d43652a07..d5e53b27968 100644
--- a/finance/Makefile
+++ b/finance/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.85 2021/02/08 08:28:04 adam Exp $
+# $NetBSD: Makefile,v 1.86 2021/02/08 08:31:06 adam Exp $
#
COMMENT= Monetary, financial and related applications
@@ -41,6 +41,7 @@ SUBDIR+= py-braintree
SUBDIR+= py-crytic-compile
SUBDIR+= py-empyrical
SUBDIR+= py-eth-abi
+SUBDIR+= py-eth-account
SUBDIR+= py-eth-hash
SUBDIR+= py-eth-keyfile
SUBDIR+= py-eth-keys
diff --git a/finance/py-eth-account/DESCR b/finance/py-eth-account/DESCR
new file mode 100644
index 00000000000..6d96b5ad6f5
--- /dev/null
+++ b/finance/py-eth-account/DESCR
@@ -0,0 +1 @@
+Sign Ethereum transactions and messages with local private keys.
diff --git a/finance/py-eth-account/Makefile b/finance/py-eth-account/Makefile
new file mode 100644
index 00000000000..86665410b0c
--- /dev/null
+++ b/finance/py-eth-account/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2021/02/08 08:31:06 adam Exp $
+
+DISTNAME= eth-account-0.5.4
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= finance python
+MASTER_SITES= ${MASTER_SITE_PYPI:=e/eth-account/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://github.com/ethereum/eth-account
+COMMENT= Sign Ethereum transactions and messages with local private keys
+LICENSE= mit
+
+DEPENDS+= ${PYPKGPREFIX}-bitarray>=1.2.1:../../devel/py-bitarray
+DEPENDS+= ${PYPKGPREFIX}-eth-abi>=2.0.0:../../finance/py-eth-abi
+DEPENDS+= ${PYPKGPREFIX}-eth-keyfile>=0.5.0:../../finance/py-eth-keyfile
+DEPENDS+= ${PYPKGPREFIX}-eth-keys>=0.3.3:../../finance/py-eth-keys
+DEPENDS+= ${PYPKGPREFIX}-eth-rlp>=0.1.2:../../finance/py-eth-rlp
+DEPENDS+= ${PYPKGPREFIX}-eth-utils>=1.3.0:../../finance/py-eth-utils
+DEPENDS+= ${PYPKGPREFIX}-hexbytes>=0.1.0:../../devel/py-hexbytes
+DEPENDS+= ${PYPKGPREFIX}-rlp>=1.0.0:../../devel/py-rlp
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/finance/py-eth-account/PLIST b/finance/py-eth-account/PLIST
new file mode 100644
index 00000000000..925cc31500f
--- /dev/null
+++ b/finance/py-eth-account/PLIST
@@ -0,0 +1,70 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/08 08:31:06 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_account/__init__.py
+${PYSITELIB}/eth_account/__init__.pyc
+${PYSITELIB}/eth_account/__init__.pyo
+${PYSITELIB}/eth_account/_utils/__init__.py
+${PYSITELIB}/eth_account/_utils/__init__.pyc
+${PYSITELIB}/eth_account/_utils/__init__.pyo
+${PYSITELIB}/eth_account/_utils/signing.py
+${PYSITELIB}/eth_account/_utils/signing.pyc
+${PYSITELIB}/eth_account/_utils/signing.pyo
+${PYSITELIB}/eth_account/_utils/structured_data/__init__.py
+${PYSITELIB}/eth_account/_utils/structured_data/__init__.pyc
+${PYSITELIB}/eth_account/_utils/structured_data/__init__.pyo
+${PYSITELIB}/eth_account/_utils/structured_data/hashing.py
+${PYSITELIB}/eth_account/_utils/structured_data/hashing.pyc
+${PYSITELIB}/eth_account/_utils/structured_data/hashing.pyo
+${PYSITELIB}/eth_account/_utils/structured_data/validation.py
+${PYSITELIB}/eth_account/_utils/structured_data/validation.pyc
+${PYSITELIB}/eth_account/_utils/structured_data/validation.pyo
+${PYSITELIB}/eth_account/_utils/transactions.py
+${PYSITELIB}/eth_account/_utils/transactions.pyc
+${PYSITELIB}/eth_account/_utils/transactions.pyo
+${PYSITELIB}/eth_account/_utils/validation.py
+${PYSITELIB}/eth_account/_utils/validation.pyc
+${PYSITELIB}/eth_account/_utils/validation.pyo
+${PYSITELIB}/eth_account/account.py
+${PYSITELIB}/eth_account/account.pyc
+${PYSITELIB}/eth_account/account.pyo
+${PYSITELIB}/eth_account/datastructures.py
+${PYSITELIB}/eth_account/datastructures.pyc
+${PYSITELIB}/eth_account/datastructures.pyo
+${PYSITELIB}/eth_account/hdaccount/__init__.py
+${PYSITELIB}/eth_account/hdaccount/__init__.pyc
+${PYSITELIB}/eth_account/hdaccount/__init__.pyo
+${PYSITELIB}/eth_account/hdaccount/_utils.py
+${PYSITELIB}/eth_account/hdaccount/_utils.pyc
+${PYSITELIB}/eth_account/hdaccount/_utils.pyo
+${PYSITELIB}/eth_account/hdaccount/deterministic.py
+${PYSITELIB}/eth_account/hdaccount/deterministic.pyc
+${PYSITELIB}/eth_account/hdaccount/deterministic.pyo
+${PYSITELIB}/eth_account/hdaccount/mnemonic.py
+${PYSITELIB}/eth_account/hdaccount/mnemonic.pyc
+${PYSITELIB}/eth_account/hdaccount/mnemonic.pyo
+${PYSITELIB}/eth_account/hdaccount/wordlist/chinese_simplified.txt
+${PYSITELIB}/eth_account/hdaccount/wordlist/chinese_traditional.txt
+${PYSITELIB}/eth_account/hdaccount/wordlist/czech.txt
+${PYSITELIB}/eth_account/hdaccount/wordlist/english.txt
+${PYSITELIB}/eth_account/hdaccount/wordlist/french.txt
+${PYSITELIB}/eth_account/hdaccount/wordlist/italian.txt
+${PYSITELIB}/eth_account/hdaccount/wordlist/japanese.txt
+${PYSITELIB}/eth_account/hdaccount/wordlist/korean.txt
+${PYSITELIB}/eth_account/hdaccount/wordlist/spanish.txt
+${PYSITELIB}/eth_account/messages.py
+${PYSITELIB}/eth_account/messages.pyc
+${PYSITELIB}/eth_account/messages.pyo
+${PYSITELIB}/eth_account/signers/__init__.py
+${PYSITELIB}/eth_account/signers/__init__.pyc
+${PYSITELIB}/eth_account/signers/__init__.pyo
+${PYSITELIB}/eth_account/signers/base.py
+${PYSITELIB}/eth_account/signers/base.pyc
+${PYSITELIB}/eth_account/signers/base.pyo
+${PYSITELIB}/eth_account/signers/local.py
+${PYSITELIB}/eth_account/signers/local.pyc
+${PYSITELIB}/eth_account/signers/local.pyo
diff --git a/finance/py-eth-account/distinfo b/finance/py-eth-account/distinfo
new file mode 100644
index 00000000000..67b7195af08
--- /dev/null
+++ b/finance/py-eth-account/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/08 08:31:06 adam Exp $
+
+SHA1 (eth-account-0.5.4.tar.gz) = da9b21c034211ab79f38ddc33952d1450c7ef88d
+RMD160 (eth-account-0.5.4.tar.gz) = dc7d67216a764eada688abecd9392a9bbd9a8ec4
+SHA512 (eth-account-0.5.4.tar.gz) = fc298ca4eb8d96f32c6967242125fde195dc4aad08b8d400e68b4dd4878f9a8d153cc1fcbdf8fb0c6903d82c11386131980572e61b19e2211da82132dcaa5642
+Size (eth-account-0.5.4.tar.gz) = 176738 bytes