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:           Sun Feb  7 20:13:10 UTC 2021

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

Log Message:
py-eth-abi: added version 2.1.1

Python utilities for working with Ethereum ABI definitions, especially encoding
and decoding.


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/finance/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/finance/py-eth-abi/DESCR \
    pkgsrc/finance/py-eth-abi/Makefile pkgsrc/finance/py-eth-abi/PLIST \
    pkgsrc/finance/py-eth-abi/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.82 pkgsrc/finance/Makefile:1.83
--- pkgsrc/finance/Makefile:1.82        Tue Sep 29 00:35:00 2020
+++ pkgsrc/finance/Makefile     Sun Feb  7 20:13:09 2021
@@ -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

Added files:

Index: pkgsrc/finance/py-eth-abi/DESCR
diff -u /dev/null pkgsrc/finance/py-eth-abi/DESCR:1.1
--- /dev/null   Sun Feb  7 20:13:10 2021
+++ pkgsrc/finance/py-eth-abi/DESCR     Sun Feb  7 20:13:09 2021
@@ -0,0 +1,2 @@
+Python utilities for working with Ethereum ABI definitions, especially encoding
+and decoding.
Index: pkgsrc/finance/py-eth-abi/Makefile
diff -u /dev/null pkgsrc/finance/py-eth-abi/Makefile:1.1
--- /dev/null   Sun Feb  7 20:13:10 2021
+++ pkgsrc/finance/py-eth-abi/Makefile  Sun Feb  7 20:13:09 2021
@@ -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@localhost
+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"
Index: pkgsrc/finance/py-eth-abi/PLIST
diff -u /dev/null pkgsrc/finance/py-eth-abi/PLIST:1.1
--- /dev/null   Sun Feb  7 20:13:10 2021
+++ pkgsrc/finance/py-eth-abi/PLIST     Sun Feb  7 20:13:09 2021
@@ -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
Index: pkgsrc/finance/py-eth-abi/distinfo
diff -u /dev/null pkgsrc/finance/py-eth-abi/distinfo:1.1
--- /dev/null   Sun Feb  7 20:13:10 2021
+++ pkgsrc/finance/py-eth-abi/distinfo  Sun Feb  7 20:13:09 2021
@@ -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



Home | Main Index | Thread Index | Old Index