pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/finance py-eth-abi: added version 2.1.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/e6ab291b3040
branches: trunk
changeset: 446372:e6ab291b3040
user: adam <adam%pkgsrc.org@localhost>
date: Sun Feb 07 20:13:09 2021 +0000
description:
py-eth-abi: added version 2.1.1
Python utilities for working with Ethereum ABI definitions, especially encoding
and decoding.
diffstat:
finance/Makefile | 3 +-
finance/py-eth-abi/DESCR | 2 +
finance/py-eth-abi/Makefile | 22 +++++++++++++++++
finance/py-eth-abi/PLIST | 58 +++++++++++++++++++++++++++++++++++++++++++++
finance/py-eth-abi/distinfo | 6 ++++
5 files changed, 90 insertions(+), 1 deletions(-)
diffs (121 lines):
diff -r 665a67f3b4ff -r e6ab291b3040 finance/Makefile
--- a/finance/Makefile Sun Feb 07 20:10:18 2021 +0000
+++ b/finance/Makefile Sun Feb 07 20:13:09 2021 +0000
@@ -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-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 -r 665a67f3b4ff -r e6ab291b3040 finance/py-eth-abi/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/finance/py-eth-abi/DESCR Sun Feb 07 20:13:09 2021 +0000
@@ -0,0 +1,2 @@
+Python utilities for working with Ethereum ABI definitions, especially encoding
+and decoding.
diff -r 665a67f3b4ff -r e6ab291b3040 finance/py-eth-abi/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/finance/py-eth-abi/Makefile Sun Feb 07 20:13:09 2021 +0000
@@ -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"
diff -r 665a67f3b4ff -r e6ab291b3040 finance/py-eth-abi/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/finance/py-eth-abi/PLIST Sun Feb 07 20:13:09 2021 +0000
@@ -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 -r 665a67f3b4ff -r e6ab291b3040 finance/py-eth-abi/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/finance/py-eth-abi/distinfo Sun Feb 07 20:13:09 2021 +0000
@@ -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