pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/finance py-eth-account: added version 0.5.4
details: https://anonhg.NetBSD.org/pkgsrc/rev/a8f71917d974
branches: trunk
changeset: 446408:a8f71917d974
user: adam <adam%pkgsrc.org@localhost>
date: Mon Feb 08 08:31:06 2021 +0000
description:
py-eth-account: added version 0.5.4
Sign Ethereum transactions and messages with local private keys
diffstat:
finance/Makefile | 3 +-
finance/py-eth-account/DESCR | 1 +
finance/py-eth-account/Makefile | 27 +++++++++++++++
finance/py-eth-account/PLIST | 70 +++++++++++++++++++++++++++++++++++++++++
finance/py-eth-account/distinfo | 6 +++
5 files changed, 106 insertions(+), 1 deletions(-)
diffs (137 lines):
diff -r b35878c2dc41 -r a8f71917d974 finance/Makefile
--- a/finance/Makefile Mon Feb 08 08:28:04 2021 +0000
+++ b/finance/Makefile Mon Feb 08 08:31:06 2021 +0000
@@ -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-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 -r b35878c2dc41 -r a8f71917d974 finance/py-eth-account/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/finance/py-eth-account/DESCR Mon Feb 08 08:31:06 2021 +0000
@@ -0,0 +1,1 @@
+Sign Ethereum transactions and messages with local private keys.
diff -r b35878c2dc41 -r a8f71917d974 finance/py-eth-account/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/finance/py-eth-account/Makefile Mon Feb 08 08:31:06 2021 +0000
@@ -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@localhost
+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 -r b35878c2dc41 -r a8f71917d974 finance/py-eth-account/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/finance/py-eth-account/PLIST Mon Feb 08 08:31:06 2021 +0000
@@ -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 -r b35878c2dc41 -r a8f71917d974 finance/py-eth-account/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/finance/py-eth-account/distinfo Mon Feb 08 08:31:06 2021 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index