pkgsrc-WIP-changes archive

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

py-manticore: import additional dependencies



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Fri Sep 18 04:43:07 2020 +0200
Changeset:	9899bc4889a4653d38c014c495f8c570aab0e2c0

Modified Files:
	py-manticore/Makefile
Added Files:
	py-eth-hash/DESCR
	py-eth-hash/Makefile
	py-eth-hash/PLIST
	py-eth-hash/distinfo
	py-eth-typing/DESCR
	py-eth-typing/Makefile
	py-eth-typing/PLIST
	py-eth-typing/distinfo
	py-eth-utils/DESCR
	py-eth-utils/Makefile
	py-eth-utils/PLIST
	py-eth-utils/distinfo

Log Message:
py-manticore: import additional dependencies

With this, it looks like it should begin to work again.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9899bc4889a4653d38c014c495f8c570aab0e2c0

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

diffstat:
 py-eth-hash/DESCR      | 23 +++++++++++++++
 py-eth-hash/Makefile   | 33 +++++++++++++++++++++
 py-eth-hash/PLIST      | 34 +++++++++++++++++++++
 py-eth-hash/distinfo   |  6 ++++
 py-eth-typing/DESCR    | 23 +++++++++++++++
 py-eth-typing/Makefile | 35 ++++++++++++++++++++++
 py-eth-typing/PLIST    | 32 ++++++++++++++++++++
 py-eth-typing/distinfo |  6 ++++
 py-eth-utils/DESCR     | 23 +++++++++++++++
 py-eth-utils/Makefile  | 40 +++++++++++++++++++++++++
 py-eth-utils/PLIST     | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++
 py-eth-utils/distinfo  |  6 ++++
 py-manticore/Makefile  |  3 ++
 13 files changed, 344 insertions(+)

diffs:
diff --git a/py-eth-hash/DESCR b/py-eth-hash/DESCR
new file mode 100644
index 0000000000..5e379964fb
--- /dev/null
+++ b/py-eth-hash/DESCR
@@ -0,0 +1,23 @@
+TODO: Adjust the following lines from README.md
+
+# eth-hash
+
+[![Join the chat at https://gitter.im/ethereum/web3.py](https://badges.gitter.im/ethereum/web3.py.svg)](https://gitter.im/ethereum/web3.py?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
+[![Build Status](https://travis-ci.org/ethereum/eth-hash.png)](https://travis-ci.org/ethereum/eth-hash)
+[![PyPI version](https://badge.fury.io/py/eth-hash.svg)](https://badge.fury.io/py/eth-hash)
+[![Python versions](https://img.shields.io/pypi/pyversions/eth-hash.svg)](https://pypi.python.org/pypi/eth-hash)
+[![Docs build](https://readthedocs.org/projects/eth-hash/badge/?version=latest)](http://eth-hash.readthedocs.io/en/latest/?badge=latest)
+   
+
+The Ethereum hashing function, keccak256, sometimes (erroneously) called sha3
+
+Note: the similarly named [pyethash](https://github.com/ethereum/ethash)
+has a completely different use: it generates proofs of work.
+
+This is a low-level library, intended to be used internally by other Ethereum tools.
+If you're looking for a convenient hashing tool, check out
+[`eth_utils.keccak()`](https://github.com/ethereum/eth-utils#crypto-utils)
+which will be a little friendlier, and provide access to other helpful utilities.
+
+Read more in the [documentation on ReadTheDocs](http://eth-hash.readthedocs.io/). [View the change log](http://eth-hash.readthedocs.io/en/latest/releases.html).
+...
diff --git a/py-eth-hash/Makefile b/py-eth-hash/Makefile
new file mode 100644
index 0000000000..f4f2c0a3cd
--- /dev/null
+++ b/py-eth-hash/Makefile
@@ -0,0 +1,33 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	eth-hash
+GITHUB_TAG=	v0.2.0
+DISTNAME=	v0.2.0
+PKGNAME=	${PYPKGPREFIX}-${GITHUB_PROJECT}-${DISTNAME:S,^v,,}
+CATEGORIES=	finance python
+MASTER_SITES=	${MASTER_SITE_GITHUB:=ethereum/}
+DIST_SUBDIR=	${GITHUB_PROJECT}
+
+MAINTAINER=	khorben%defora.org@localhost
+HOMEPAGE=	https://github.com/ethereum/eth-hash
+COMMENT=	eth-hash: The Ethereum hashing function, keccak256, sometimes (erroneously) called sha3
+LICENSE=	mit
+
+BUILD_DEPENDS+=	# TODO: bumpversion>=0.5.3,<1
+BUILD_DEPENDS+=	# TODO: pytest-xdist>=0
+BUILD_DEPENDS+=	# TODO: pytest-watch>=4.1.0,<5
+BUILD_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+BUILD_DEPENDS+=	${PYPKGPREFIX}-ipython-[0-9]*:../../devel/py-ipython
+BUILD_DEPENDS+=	# TODO: pytest==3.3.2>=0
+BUILD_DEPENDS+=	${PYPKGPREFIX}-tox-[0-9]*:../../devel/py-tox
+BUILD_DEPENDS+=	# TODO: flake8==3.4.1>=0
+BUILD_DEPENDS+=	${PYPKGPREFIX}-isort-[0-9]*:../../devel/py-isort
+BUILD_DEPENDS+=	# TODO: Sphinx>=1.6.5,<2
+BUILD_DEPENDS+=	# TODO: sphinx_rtd_theme>=0.1.9
+BUILD_DEPENDS+=	# TODO: setuptools-markdown>=0
+
+USE_LANGUAGES=	# none
+
+# TODO: Migrate MASTER_SITES to MASTER_SITE_PYPI
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-eth-hash/PLIST b/py-eth-hash/PLIST
new file mode 100644
index 0000000000..05a43f8fab
--- /dev/null
+++ b/py-eth-hash/PLIST
@@ -0,0 +1,34 @@
+@comment $NetBSD$
+${PYSITELIB}/eth_hash-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/PKG-INFO
+${PYSITELIB}/eth_hash-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
+${PYSITELIB}/eth_hash-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
+${PYSITELIB}/eth_hash-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/not-zip-safe
+${PYSITELIB}/eth_hash-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/requires.txt
+${PYSITELIB}/eth_hash-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/top_level.txt
+${PYSITELIB}/eth_hash/__init__.py
+${PYSITELIB}/eth_hash/__init__.pyc
+${PYSITELIB}/eth_hash/__init__.pyo
+${PYSITELIB}/eth_hash/auto.py
+${PYSITELIB}/eth_hash/auto.pyc
+${PYSITELIB}/eth_hash/auto.pyo
+${PYSITELIB}/eth_hash/backends/__init__.py
+${PYSITELIB}/eth_hash/backends/__init__.pyc
+${PYSITELIB}/eth_hash/backends/__init__.pyo
+${PYSITELIB}/eth_hash/backends/auto.py
+${PYSITELIB}/eth_hash/backends/auto.pyc
+${PYSITELIB}/eth_hash/backends/auto.pyo
+${PYSITELIB}/eth_hash/backends/pycryptodome.py
+${PYSITELIB}/eth_hash/backends/pycryptodome.pyc
+${PYSITELIB}/eth_hash/backends/pycryptodome.pyo
+${PYSITELIB}/eth_hash/backends/pysha3.py
+${PYSITELIB}/eth_hash/backends/pysha3.pyc
+${PYSITELIB}/eth_hash/backends/pysha3.pyo
+${PYSITELIB}/eth_hash/main.py
+${PYSITELIB}/eth_hash/main.pyc
+${PYSITELIB}/eth_hash/main.pyo
+${PYSITELIB}/eth_hash/preimage.py
+${PYSITELIB}/eth_hash/preimage.pyc
+${PYSITELIB}/eth_hash/preimage.pyo
+${PYSITELIB}/eth_hash/utils.py
+${PYSITELIB}/eth_hash/utils.pyc
+${PYSITELIB}/eth_hash/utils.pyo
diff --git a/py-eth-hash/distinfo b/py-eth-hash/distinfo
new file mode 100644
index 0000000000..9321bf9f5b
--- /dev/null
+++ b/py-eth-hash/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (eth-hash/v0.2.0.tar.gz) = 330eb3b14bfc138715dc1ed0a61fdb8f6b6a4d9b
+RMD160 (eth-hash/v0.2.0.tar.gz) = 257e5d7c48d90b130a3b9059c6f9c51ab2a40b83
+SHA512 (eth-hash/v0.2.0.tar.gz) = 6ab1a2b91934ac20ca54da6cd572f97cae911ccbd729c0b11b42cf0b4cdb178bd6524e2b7908a6608d8da6692c0bb56b20aeec288fa2c3a7507b08868d967ff4
+Size (eth-hash/v0.2.0.tar.gz) = 16446 bytes
diff --git a/py-eth-typing/DESCR b/py-eth-typing/DESCR
new file mode 100644
index 0000000000..74fabae0b1
--- /dev/null
+++ b/py-eth-typing/DESCR
@@ -0,0 +1,23 @@
+TODO: Adjust the following lines from README.md
+
+# eth-typing
+
+[![Join the chat at https://gitter.im/ethereum/eth-typing](https://badges.gitter.im/ethereum/eth-typing.svg)](https://gitter.im/ethereum/eth-typing?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
+[![Build Status](https://circleci.com/gh/ethereum/eth-typing.svg?style=shield)](https://circleci.com/gh/ethereum/eth-typing)
+[![PyPI version](https://badge.fury.io/py/eth-typing.svg)](https://badge.fury.io/py/eth-typing)
+[![Python versions](https://img.shields.io/pypi/pyversions/eth-typing.svg)](https://pypi.python.org/pypi/eth-typing)
+[![Docs build](https://readthedocs.org/projects/eth-typing/badge/?version=latest)](http://eth-typing.readthedocs.io/en/latest/?badge=latest)
+   
+
+Common type annotations for ethereum python packages.
+
+Read more in the [documentation on ReadTheDocs](https://eth-typing.readthedocs.io/). [View the change log](https://eth-typing.readthedocs.io/en/latest/releases.html).
+
+## Quickstart
+
+```sh
+pip install eth-typing
+```
+
+## Developer Setup
+...
diff --git a/py-eth-typing/Makefile b/py-eth-typing/Makefile
new file mode 100644
index 0000000000..8909b92bd2
--- /dev/null
+++ b/py-eth-typing/Makefile
@@ -0,0 +1,35 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	eth-typing
+GITHUB_TAG=	v2.2.2
+DISTNAME=	v2.2.2
+PKGNAME=	${PYPKGPREFIX}-${GITHUB_PROJECT}-${DISTNAME:S,^v,,}
+CATEGORIES=	finance python
+MASTER_SITES=	${MASTER_SITE_GITHUB:=ethereum/}
+DIST_SUBDIR=	${GITHUB_PROJECT}
+
+MAINTAINER=	khorben%defora.org@localhost
+HOMEPAGE=	https://github.com/ethereum/eth-typing
+COMMENT=	eth-typing: Common type annotations for ethereum python packages
+LICENSE=	mit
+
+BUILD_DEPENDS+=	# TODO: bumpversion>=0.5.3,<1
+BUILD_DEPENDS+=	# TODO: pytest-watch>=4.1.0,<5
+BUILD_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+BUILD_DEPENDS+=	${PYPKGPREFIX}-twine-[0-9]*:../../net/py-twine
+BUILD_DEPENDS+=	${PYPKGPREFIX}-ipython-[0-9]*:../../devel/py-ipython
+BUILD_DEPENDS+=	# TODO: pytest>=4.4,<4.5
+BUILD_DEPENDS+=	# TODO: pytest-xdist>=0
+BUILD_DEPENDS+=	${PYPKGPREFIX}-tox-[0-9]*:../../devel/py-tox
+BUILD_DEPENDS+=	# TODO: flake8==3.8.3>=0
+BUILD_DEPENDS+=	${PYPKGPREFIX}-isort-[0-9]*:../../devel/py-isort
+BUILD_DEPENDS+=	# TODO: mypy==0.782>=0
+BUILD_DEPENDS+=	# TODO: pydocstyle>=3.0.0,<4
+BUILD_DEPENDS+=	# TODO: Sphinx>=1.6.5,<2
+BUILD_DEPENDS+=	# TODO: sphinx_rtd_theme>=0.1.9
+
+USE_LANGUAGES=	# none
+
+# TODO: Migrate MASTER_SITES to MASTER_SITE_PYPI
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-eth-typing/PLIST b/py-eth-typing/PLIST
new file mode 100644
index 0000000000..87f6385e76
--- /dev/null
+++ b/py-eth-typing/PLIST
@@ -0,0 +1,32 @@
+@comment $NetBSD$
+${PYSITELIB}/eth_typing-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/PKG-INFO
+${PYSITELIB}/eth_typing-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
+${PYSITELIB}/eth_typing-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
+${PYSITELIB}/eth_typing-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/not-zip-safe
+${PYSITELIB}/eth_typing-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/requires.txt
+${PYSITELIB}/eth_typing-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/top_level.txt
+${PYSITELIB}/eth_typing/__init__.py
+${PYSITELIB}/eth_typing/__init__.pyc
+${PYSITELIB}/eth_typing/__init__.pyo
+${PYSITELIB}/eth_typing/abi.py
+${PYSITELIB}/eth_typing/abi.pyc
+${PYSITELIB}/eth_typing/abi.pyo
+${PYSITELIB}/eth_typing/bls.py
+${PYSITELIB}/eth_typing/bls.pyc
+${PYSITELIB}/eth_typing/bls.pyo
+${PYSITELIB}/eth_typing/discovery.py
+${PYSITELIB}/eth_typing/discovery.pyc
+${PYSITELIB}/eth_typing/discovery.pyo
+${PYSITELIB}/eth_typing/encoding.py
+${PYSITELIB}/eth_typing/encoding.pyc
+${PYSITELIB}/eth_typing/encoding.pyo
+${PYSITELIB}/eth_typing/enums.py
+${PYSITELIB}/eth_typing/enums.pyc
+${PYSITELIB}/eth_typing/enums.pyo
+${PYSITELIB}/eth_typing/ethpm.py
+${PYSITELIB}/eth_typing/ethpm.pyc
+${PYSITELIB}/eth_typing/ethpm.pyo
+${PYSITELIB}/eth_typing/evm.py
+${PYSITELIB}/eth_typing/evm.pyc
+${PYSITELIB}/eth_typing/evm.pyo
+${PYSITELIB}/eth_typing/py.typed
diff --git a/py-eth-typing/distinfo b/py-eth-typing/distinfo
new file mode 100644
index 0000000000..f95b83bd36
--- /dev/null
+++ b/py-eth-typing/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (eth-typing/v2.2.2.tar.gz) = bc0db53d54b08c94ca3a270166d24d055a52347e
+RMD160 (eth-typing/v2.2.2.tar.gz) = c34b4a2432255bf2d9187ec9c01221e2ea739d99
+SHA512 (eth-typing/v2.2.2.tar.gz) = ea6b31ec3fb7b79428b869b8e90b9dac11068206231e9d4c85e4d925b812f3db2773967d8bdfc3c8560c190d8c8c7d41458d35fa3f3893aa836c531e08a70aa0
+Size (eth-typing/v2.2.2.tar.gz) = 15043 bytes
diff --git a/py-eth-utils/DESCR b/py-eth-utils/DESCR
new file mode 100644
index 0000000000..25842faee4
--- /dev/null
+++ b/py-eth-utils/DESCR
@@ -0,0 +1,23 @@
+TODO: Adjust the following lines from README.md
+
+# Ethereum Utils
+
+[![Join the chat at https://gitter.im/ethereum/eth-utils](https://badges.gitter.im/ethereum/eth-utils.svg)](https://gitter.im/ethereum/eth-utils)
+
+[![Build Status](https://circleci.com/gh/ethereum/eth-utils.svg?style=shield)](https://circleci.com/gh/ethereum/eth-utils)
+
+[Documentation hosted by ReadTheDocs](https://eth-utils.readthedocs.io/en/latest/)
+
+Common utility functions for codebases which interact with ethereum.
+
+> This library and repository was previously located at https://github.com/pipermerriam/ethereum-utils.  It was transferred to the Ethereum foundation github in November 2017 and renamed to `eth-utils`.  The PyPi package was also renamed from `ethereum-utils` to `eth-utils`.
+
+
+## Installation
+
+```sh
+pip install eth-utils
+```
+
+## Development
+...
diff --git a/py-eth-utils/Makefile b/py-eth-utils/Makefile
new file mode 100644
index 0000000000..bbffba1253
--- /dev/null
+++ b/py-eth-utils/Makefile
@@ -0,0 +1,40 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	eth-utils
+GITHUB_TAG=	v1.9.5
+DISTNAME=	v1.9.5
+PKGNAME=	${PYPKGPREFIX}-${GITHUB_PROJECT}-${DISTNAME:S,^v,,}
+CATEGORIES=	finance python
+MASTER_SITES=	${MASTER_SITE_GITHUB:=ethereum/}
+DIST_SUBDIR=	${GITHUB_PROJECT}
+
+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+=	# TODO: Sphinx>=1.5.5,<2
+BUILD_DEPENDS+=	# TODO: sphinx_rtd_theme>=0.1.9,<2
+BUILD_DEPENDS+=	# TODO: towncrier>=19.2.0,<20
+BUILD_DEPENDS+=	${PYPKGPREFIX}-black-[0-9]*:../../wip/py-black
+BUILD_DEPENDS+=	${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8
+BUILD_DEPENDS+=	# TODO: isort==4.3.18>=0
+BUILD_DEPENDS+=	# TODO: mypy==0.720>=0
+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+=	# TODO: bumpversion>=0.5.3,<1.0.0
+BUILD_DEPENDS+=	${PYPKGPREFIX}-tox-[0-9]*:../../devel/py-tox
+BUILD_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+=	# TODO: eth-hash>=0.1.0,<1.0.0
+DEPENDS+=	# TODO: eth-typing>=2.2.1,<3.0.0
+DEPENDS+=	${PYPKGPREFIX}-toolz-[0-9]*:../../devel/py-toolz
+DEPENDS+=	${PYPKGPREFIX}-cytoolz-[0-9]*:../../wip/py-cytoolz
+
+USE_LANGUAGES=	# none
+
+# TODO: Migrate MASTER_SITES to MASTER_SITE_PYPI
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-eth-utils/PLIST b/py-eth-utils/PLIST
new file mode 100644
index 0000000000..12a63c3f2f
--- /dev/null
+++ b/py-eth-utils/PLIST
@@ -0,0 +1,80 @@
+@comment $NetBSD$
+${PYSITELIB}/eth_utils-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/PKG-INFO
+${PYSITELIB}/eth_utils-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
+${PYSITELIB}/eth_utils-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
+${PYSITELIB}/eth_utils-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/not-zip-safe
+${PYSITELIB}/eth_utils-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/requires.txt
+${PYSITELIB}/eth_utils-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/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
diff --git a/py-eth-utils/distinfo b/py-eth-utils/distinfo
new file mode 100644
index 0000000000..03908509ea
--- /dev/null
+++ b/py-eth-utils/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (eth-utils/v1.9.5.tar.gz) = e0a6fee26224767595eada8e0dd42ef371c994c5
+RMD160 (eth-utils/v1.9.5.tar.gz) = 73480adf2a6db088b2683216d87eb9159a3f2bf3
+SHA512 (eth-utils/v1.9.5.tar.gz) = 531e76122befe3d22e749c6c31012777fb7a31e201c4623b1f864f4728745d90623b91af28511a1f7caa9938d4d69536516e9cc8dfda08fb23a2b70beab1318d
+Size (eth-utils/v1.9.5.tar.gz) = 51064 bytes
diff --git a/py-manticore/Makefile b/py-manticore/Makefile
index 5e1bb998d1..eb2106e34e 100644
--- a/py-manticore/Makefile
+++ b/py-manticore/Makefile
@@ -13,6 +13,9 @@ COMMENT=	Symbolic execution tool for analysis of binaries and smart contracts
 LICENSE=	apache-2.0
 
 DEPENDS+=	${PYPKGPREFIX}-capstone-[0-9]*:../../devel/py-capstone
+DEPENDS+=	${PYPKGPREFIX}-eth-hash-[0-9]*:../../wip/py-eth-hash
+DEPENDS+=	${PYPKGPREFIX}-eth-typing-[0-9]*:../../wip/py-eth-typing
+DEPENDS+=	${PYPKGPREFIX}-eth-utils-[0-9]*:../../wip/py-eth-utils
 DEPENDS+=	${PYPKGPREFIX}-ply-[0-9]*:../../devel/py-ply
 DEPENDS+=	${PYPKGPREFIX}-pyelftools-[0-9]*:../../devel/py-pyelftools
 DEPENDS+=	${PYPKGPREFIX}-pysha3-[0-9]*:../../devel/py-pysha3


Home | Main Index | Thread Index | Old Index