summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorkhorben <khorben@pkgsrc.org>2020-09-28 23:47:31 +0000
committerkhorben <khorben@pkgsrc.org>2020-09-28 23:47:31 +0000
commit65c98a0e1c5406928b02e53b1637c7c3b75215ff (patch)
tree5ac3866bea63a0e7663faeff9300483e2bf7f6d8 /finance
parentf850d6a41c752c0d29c83c3417ec248284fe8404 (diff)
downloadpkgsrc-65c98a0e1c5406928b02e53b1637c7c3b75215ff.tar.gz
py-eth-typing: import version 2.2.2
Common type annotations for ethereum python packages.
Diffstat (limited to 'finance')
-rw-r--r--finance/py-eth-typing/DESCR1
-rw-r--r--finance/py-eth-typing/Makefile35
-rw-r--r--finance/py-eth-typing/PLIST32
-rw-r--r--finance/py-eth-typing/distinfo6
4 files changed, 74 insertions, 0 deletions
diff --git a/finance/py-eth-typing/DESCR b/finance/py-eth-typing/DESCR
new file mode 100644
index 00000000000..ec1cebbc101
--- /dev/null
+++ b/finance/py-eth-typing/DESCR
@@ -0,0 +1 @@
+Common type annotations for ethereum python packages.
diff --git a/finance/py-eth-typing/Makefile b/finance/py-eth-typing/Makefile
new file mode 100644
index 00000000000..4f66aff151c
--- /dev/null
+++ b/finance/py-eth-typing/Makefile
@@ -0,0 +1,35 @@
+# $NetBSD: Makefile,v 1.1 2020/09/28 23:47:31 khorben Exp $
+
+DISTNAME= eth-typing-2.2.2
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= finance python
+MASTER_SITES= ${MASTER_SITE_GITHUB:=ethereum/}
+GITHUB_PROJECT= eth-typing
+GITHUB_TAG= v${PKGVERSION_NOREV}
+DIST_SUBDIR= ${GITHUB_PROJECT}
+
+MAINTAINER= khorben@defora.org
+HOMEPAGE= https://github.com/ethereum/eth-typing
+COMMENT= Common type annotations for ethereum python packages
+LICENSE= mit
+
+BUILD_DEPENDS+= ${PYPKGPREFIX}-bumpversion-[0-9]*:../../devel/py-bumpversion
+#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+= ${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+= ${PYPKGPREFIX}-docstyle-[0-9]*:../../devel/py-docstyle
+BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
+BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx-rtd-theme-[0-9]*:../../textproc/py-sphinx-rtd-theme
+
+USE_LANGUAGES= # none
+
+# TODO: Migrate MASTER_SITES to MASTER_SITE_PYPI
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/finance/py-eth-typing/PLIST b/finance/py-eth-typing/PLIST
new file mode 100644
index 00000000000..1f64812ad2d
--- /dev/null
+++ b/finance/py-eth-typing/PLIST
@@ -0,0 +1,32 @@
+@comment $NetBSD: PLIST,v 1.1 2020/09/28 23:47:31 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_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/finance/py-eth-typing/distinfo b/finance/py-eth-typing/distinfo
new file mode 100644
index 00000000000..ac3fe57ec50
--- /dev/null
+++ b/finance/py-eth-typing/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/09/28 23:47:31 khorben Exp $
+
+SHA1 (eth-typing/eth-typing-2.2.2.tar.gz) = bc0db53d54b08c94ca3a270166d24d055a52347e
+RMD160 (eth-typing/eth-typing-2.2.2.tar.gz) = c34b4a2432255bf2d9187ec9c01221e2ea739d99
+SHA512 (eth-typing/eth-typing-2.2.2.tar.gz) = ea6b31ec3fb7b79428b869b8e90b9dac11068206231e9d4c85e4d925b812f3db2773967d8bdfc3c8560c190d8c8c7d41458d35fa3f3893aa836c531e08a70aa0
+Size (eth-typing/eth-typing-2.2.2.tar.gz) = 15043 bytes