pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/finance/py-eth-typing
Module Name: pkgsrc
Committed By: khorben
Date: Mon Sep 28 23:47:31 UTC 2020
Added Files:
pkgsrc/finance/py-eth-typing: DESCR Makefile PLIST distinfo
Log Message:
py-eth-typing: import version 2.2.2
Common type annotations for ethereum python packages.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/finance/py-eth-typing/DESCR \
pkgsrc/finance/py-eth-typing/Makefile pkgsrc/finance/py-eth-typing/PLIST \
pkgsrc/finance/py-eth-typing/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-typing/DESCR
diff -u /dev/null pkgsrc/finance/py-eth-typing/DESCR:1.1
--- /dev/null Mon Sep 28 23:47:31 2020
+++ pkgsrc/finance/py-eth-typing/DESCR Mon Sep 28 23:47:31 2020
@@ -0,0 +1 @@
+Common type annotations for ethereum python packages.
Index: pkgsrc/finance/py-eth-typing/Makefile
diff -u /dev/null pkgsrc/finance/py-eth-typing/Makefile:1.1
--- /dev/null Mon Sep 28 23:47:31 2020
+++ pkgsrc/finance/py-eth-typing/Makefile Mon Sep 28 23:47:31 2020
@@ -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@localhost
+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"
Index: pkgsrc/finance/py-eth-typing/PLIST
diff -u /dev/null pkgsrc/finance/py-eth-typing/PLIST:1.1
--- /dev/null Mon Sep 28 23:47:31 2020
+++ pkgsrc/finance/py-eth-typing/PLIST Mon Sep 28 23:47:31 2020
@@ -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
Index: pkgsrc/finance/py-eth-typing/distinfo
diff -u /dev/null pkgsrc/finance/py-eth-typing/distinfo:1.1
--- /dev/null Mon Sep 28 23:47:31 2020
+++ pkgsrc/finance/py-eth-typing/distinfo Mon Sep 28 23:47:31 2020
@@ -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
Home |
Main Index |
Thread Index |
Old Index