pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-manticore: correct some dependencies
Module Name: pkgsrc-wip
Committed By: Pierre Pronchery <khorben%defora.org@localhost>
Pushed By: khorben
Date: Fri Sep 18 05:01:29 2020 +0200
Changeset: 33e391d66c8ead1701956a72f66495a70cd6e36e
Modified Files:
py-eth-hash/Makefile
py-eth-typing/Makefile
py-eth-utils/Makefile
py-manticore/Makefile
Log Message:
py-manticore: correct some dependencies
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=33e391d66c8ead1701956a72f66495a70cd6e36e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-eth-hash/Makefile | 6 +++---
py-eth-typing/Makefile | 10 +++++-----
py-eth-utils/Makefile | 12 ++++++------
py-manticore/Makefile | 2 --
4 files changed, 14 insertions(+), 16 deletions(-)
diffs:
diff --git a/py-eth-hash/Makefile b/py-eth-hash/Makefile
index f4f2c0a3cd..1b05dbafdb 100644
--- a/py-eth-hash/Makefile
+++ b/py-eth-hash/Makefile
@@ -20,10 +20,10 @@ 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}-flake8-[0-9]*:../../devel/py-flake8
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+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
+BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx-rtd-theme-[0-9]*:../../textproc/py-sphinx-rtd-theme
BUILD_DEPENDS+= # TODO: setuptools-markdown>=0
USE_LANGUAGES= # none
diff --git a/py-eth-typing/Makefile b/py-eth-typing/Makefile
index 8909b92bd2..8010e02731 100644
--- a/py-eth-typing/Makefile
+++ b/py-eth-typing/Makefile
@@ -21,12 +21,12 @@ 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}-flake8-[0-9]*:../../devel/py-flake8
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
+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
diff --git a/py-eth-utils/Makefile b/py-eth-utils/Makefile
index bbffba1253..acbbf47d86 100644
--- a/py-eth-utils/Makefile
+++ b/py-eth-utils/Makefile
@@ -14,13 +14,13 @@ 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+= ${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]*:../../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+= ${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
@@ -28,8 +28,8 @@ 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}-eth-hash-[0-9]*:../../wip/py-eth-hash
+DEPENDS+= ${PYPKGPREFIX}-eth-typing-[0-9]*:../../wip/py-eth-typing
DEPENDS+= ${PYPKGPREFIX}-toolz-[0-9]*:../../devel/py-toolz
DEPENDS+= ${PYPKGPREFIX}-cytoolz-[0-9]*:../../wip/py-cytoolz
diff --git a/py-manticore/Makefile b/py-manticore/Makefile
index eb2106e34e..b054ca26f6 100644
--- a/py-manticore/Makefile
+++ b/py-manticore/Makefile
@@ -13,8 +13,6 @@ 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
Home |
Main Index |
Thread Index |
Old Index