pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/py-eth-utils



Module Name:    pkgsrc
Committed By:   khorben
Date:           Tue Sep 29 00:05:36 UTC 2020

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

Log Message:
py-eth-utils: import version 1.9.5

Common utility functions for codebases which interact with ethereum.


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

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

Added files:

Index: pkgsrc/finance/py-eth-utils/DESCR
diff -u /dev/null pkgsrc/finance/py-eth-utils/DESCR:1.1
--- /dev/null   Tue Sep 29 00:05:36 2020
+++ pkgsrc/finance/py-eth-utils/DESCR   Tue Sep 29 00:05:36 2020
@@ -0,0 +1 @@
+Common utility functions for codebases which interact with ethereum.
Index: pkgsrc/finance/py-eth-utils/Makefile
diff -u /dev/null pkgsrc/finance/py-eth-utils/Makefile:1.1
--- /dev/null   Tue Sep 29 00:05:36 2020
+++ pkgsrc/finance/py-eth-utils/Makefile        Tue Sep 29 00:05:36 2020
@@ -0,0 +1,39 @@
+# $NetBSD: Makefile,v 1.1 2020/09/29 00:05:36 khorben Exp $
+
+DISTNAME=      eth-utils-1.9.5
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    finance python
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=ethereum/}
+GITHUB_PROJECT=        eth-utils
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    khorben%defora.org@localhost
+HOMEPAGE=      https://github.com/ethereum/eth-utils
+COMMENT=       Common utility functions for ethereum codebases
+LICENSE=       mit
+
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-twine-[0-9]*:../../net/py-twine
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-sphinx-rtd-theme-[0-9]*:../../textproc/py-sphinx-rtd-theme
+#BUILD_DEPENDS+=       # TODO: towncrier>=19.2.0,<20
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-black-[0-9]*:../../textproc/py-black
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-isort-[0-9]*:../../devel/py-isort
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-mypy-[0-9]*:../../lang/py-mypy
+#BUILD_DEPENDS+=       # TODO: pytest>=3.4.1,<4.0.0
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
+#BUILD_DEPENDS+=       # TODO: pytest>=3.4.1,<4.0.0
+#BUILD_DEPENDS+=       # TODO: pytest-pythonpath>=0.3,<1.0
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-bumpversion-[0-9]*:../../devel/py-bumpversion
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-tox-[0-9]*:../../devel/py-tox
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+=      ${PYPKGPREFIX}-eth-hash-[0-9]*:../../finance/py-eth-hash
+DEPENDS+=      ${PYPKGPREFIX}-eth-typing-[0-9]*:../../finance/py-eth-typing
+DEPENDS+=      ${PYPKGPREFIX}-toolz-[0-9]*:../../devel/py-toolz
+DEPENDS+=      ${PYPKGPREFIX}-cytoolz-[0-9]*:../../devel/py-cytoolz
+
+USE_LANGUAGES= # none
+
+# TODO: Migrate MASTER_SITES to MASTER_SITE_PYPI
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/finance/py-eth-utils/PLIST
diff -u /dev/null pkgsrc/finance/py-eth-utils/PLIST:1.1
--- /dev/null   Tue Sep 29 00:05:36 2020
+++ pkgsrc/finance/py-eth-utils/PLIST   Tue Sep 29 00:05:36 2020
@@ -0,0 +1,80 @@
+@comment $NetBSD: PLIST,v 1.1 2020/09/29 00:05:36 khorben 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_utils/__init__.py
+${PYSITELIB}/eth_utils/__init__.pyc
+${PYSITELIB}/eth_utils/__init__.pyo
+${PYSITELIB}/eth_utils/__main__.py
+${PYSITELIB}/eth_utils/__main__.pyc
+${PYSITELIB}/eth_utils/__main__.pyo
+${PYSITELIB}/eth_utils/abi.py
+${PYSITELIB}/eth_utils/abi.pyc
+${PYSITELIB}/eth_utils/abi.pyo
+${PYSITELIB}/eth_utils/address.py
+${PYSITELIB}/eth_utils/address.pyc
+${PYSITELIB}/eth_utils/address.pyo
+${PYSITELIB}/eth_utils/applicators.py
+${PYSITELIB}/eth_utils/applicators.pyc
+${PYSITELIB}/eth_utils/applicators.pyo
+${PYSITELIB}/eth_utils/conversions.py
+${PYSITELIB}/eth_utils/conversions.pyc
+${PYSITELIB}/eth_utils/conversions.pyo
+${PYSITELIB}/eth_utils/crypto.py
+${PYSITELIB}/eth_utils/crypto.pyc
+${PYSITELIB}/eth_utils/crypto.pyo
+${PYSITELIB}/eth_utils/currency.py
+${PYSITELIB}/eth_utils/currency.pyc
+${PYSITELIB}/eth_utils/currency.pyo
+${PYSITELIB}/eth_utils/curried/__init__.py
+${PYSITELIB}/eth_utils/curried/__init__.pyc
+${PYSITELIB}/eth_utils/curried/__init__.pyo
+${PYSITELIB}/eth_utils/debug.py
+${PYSITELIB}/eth_utils/debug.pyc
+${PYSITELIB}/eth_utils/debug.pyo
+${PYSITELIB}/eth_utils/decorators.py
+${PYSITELIB}/eth_utils/decorators.pyc
+${PYSITELIB}/eth_utils/decorators.pyo
+${PYSITELIB}/eth_utils/encoding.py
+${PYSITELIB}/eth_utils/encoding.pyc
+${PYSITELIB}/eth_utils/encoding.pyo
+${PYSITELIB}/eth_utils/exceptions.py
+${PYSITELIB}/eth_utils/exceptions.pyc
+${PYSITELIB}/eth_utils/exceptions.pyo
+${PYSITELIB}/eth_utils/functional.py
+${PYSITELIB}/eth_utils/functional.pyc
+${PYSITELIB}/eth_utils/functional.pyo
+${PYSITELIB}/eth_utils/hexadecimal.py
+${PYSITELIB}/eth_utils/hexadecimal.pyc
+${PYSITELIB}/eth_utils/hexadecimal.pyo
+${PYSITELIB}/eth_utils/humanize.py
+${PYSITELIB}/eth_utils/humanize.pyc
+${PYSITELIB}/eth_utils/humanize.pyo
+${PYSITELIB}/eth_utils/logging.py
+${PYSITELIB}/eth_utils/logging.pyc
+${PYSITELIB}/eth_utils/logging.pyo
+${PYSITELIB}/eth_utils/module_loading.py
+${PYSITELIB}/eth_utils/module_loading.pyc
+${PYSITELIB}/eth_utils/module_loading.pyo
+${PYSITELIB}/eth_utils/numeric.py
+${PYSITELIB}/eth_utils/numeric.pyc
+${PYSITELIB}/eth_utils/numeric.pyo
+${PYSITELIB}/eth_utils/py.typed
+${PYSITELIB}/eth_utils/toolz.py
+${PYSITELIB}/eth_utils/toolz.pyc
+${PYSITELIB}/eth_utils/toolz.pyo
+${PYSITELIB}/eth_utils/types.py
+${PYSITELIB}/eth_utils/types.pyc
+${PYSITELIB}/eth_utils/types.pyo
+${PYSITELIB}/eth_utils/typing/__init__.py
+${PYSITELIB}/eth_utils/typing/__init__.pyc
+${PYSITELIB}/eth_utils/typing/__init__.pyo
+${PYSITELIB}/eth_utils/typing/misc.py
+${PYSITELIB}/eth_utils/typing/misc.pyc
+${PYSITELIB}/eth_utils/typing/misc.pyo
+${PYSITELIB}/eth_utils/units.py
+${PYSITELIB}/eth_utils/units.pyc
+${PYSITELIB}/eth_utils/units.pyo
Index: pkgsrc/finance/py-eth-utils/distinfo
diff -u /dev/null pkgsrc/finance/py-eth-utils/distinfo:1.1
--- /dev/null   Tue Sep 29 00:05:36 2020
+++ pkgsrc/finance/py-eth-utils/distinfo        Tue Sep 29 00:05:36 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/09/29 00:05:36 khorben Exp $
+
+SHA1 (eth-utils-1.9.5.tar.gz) = e0a6fee26224767595eada8e0dd42ef371c994c5
+RMD160 (eth-utils-1.9.5.tar.gz) = 73480adf2a6db088b2683216d87eb9159a3f2bf3
+SHA512 (eth-utils-1.9.5.tar.gz) = 531e76122befe3d22e749c6c31012777fb7a31e201c4623b1f864f4728745d90623b91af28511a1f7caa9938d4d69536516e9cc8dfda08fb23a2b70beab1318d
+Size (eth-utils-1.9.5.tar.gz) = 51064 bytes



Home | Main Index | Thread Index | Old Index