pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/finance



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Feb  8 08:31:06 UTC 2021

Modified Files:
        pkgsrc/finance: Makefile
Added Files:
        pkgsrc/finance/py-eth-account: DESCR Makefile PLIST distinfo

Log Message:
py-eth-account: added version 0.5.4

Sign Ethereum transactions and messages with local private keys


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/finance/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/finance/py-eth-account/DESCR \
    pkgsrc/finance/py-eth-account/Makefile \
    pkgsrc/finance/py-eth-account/PLIST \
    pkgsrc/finance/py-eth-account/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/finance/Makefile
diff -u pkgsrc/finance/Makefile:1.85 pkgsrc/finance/Makefile:1.86
--- pkgsrc/finance/Makefile:1.85        Mon Feb  8 08:28:04 2021
+++ pkgsrc/finance/Makefile     Mon Feb  8 08:31:06 2021
@@ -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

Added files:

Index: pkgsrc/finance/py-eth-account/DESCR
diff -u /dev/null pkgsrc/finance/py-eth-account/DESCR:1.1
--- /dev/null   Mon Feb  8 08:31:06 2021
+++ pkgsrc/finance/py-eth-account/DESCR Mon Feb  8 08:31:06 2021
@@ -0,0 +1 @@
+Sign Ethereum transactions and messages with local private keys.
Index: pkgsrc/finance/py-eth-account/Makefile
diff -u /dev/null pkgsrc/finance/py-eth-account/Makefile:1.1
--- /dev/null   Mon Feb  8 08:31:06 2021
+++ pkgsrc/finance/py-eth-account/Makefile      Mon Feb  8 08:31:06 2021
@@ -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"
Index: pkgsrc/finance/py-eth-account/PLIST
diff -u /dev/null pkgsrc/finance/py-eth-account/PLIST:1.1
--- /dev/null   Mon Feb  8 08:31:06 2021
+++ pkgsrc/finance/py-eth-account/PLIST Mon Feb  8 08:31:06 2021
@@ -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
Index: pkgsrc/finance/py-eth-account/distinfo
diff -u /dev/null pkgsrc/finance/py-eth-account/distinfo:1.1
--- /dev/null   Mon Feb  8 08:31:06 2021
+++ pkgsrc/finance/py-eth-account/distinfo      Mon Feb  8 08:31:06 2021
@@ -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