From c0a2e8ac55554966319d780d9539c13311a807d1 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Fri, 15 Nov 2019 13:21:35 +0000 Subject: [PATCH] Add PORTSCOUT 0.56 has been removed from PyPI. Reference: https://github.com/pythonprofilers/memory_profiler/issues/258#issuecomment-552224656 --- devel/py-memory_profiler/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/py-memory_profiler/Makefile b/devel/py-memory_profiler/Makefile index b4f56cd5efd8..2247520e28ee 100644 --- a/devel/py-memory_profiler/Makefile +++ b/devel/py-memory_profiler/Makefile @@ -21,6 +21,8 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes +PORTSCOUT= skipv:0.56.0 + OPTIONS_DEFINE= MATPLOTLIB MATPLOTLIB_DESC=Plot support via matplotlib MATPLOTLIB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR}