diff --git a/devel/py-memory-profiler/Makefile b/devel/py-memory-profiler/Makefile index ee59bfad5bc3..6ac80b33dc96 100644 --- a/devel/py-memory-profiler/Makefile +++ b/devel/py-memory-profiler/Makefile @@ -1,28 +1,28 @@ # Created by: Johannes Meixner PORTNAME= memory-profiler -PORTVERSION= 0.58.0 +PORTVERSION= 0.60.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= memory_profiler-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Module for monitoring memory usage of a python program LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=0:sysutils/py-psutil@${PY_FLAVOR} USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes OPTIONS_DEFINE= MATPLOTLIB MATPLOTLIB_DESC=Plot support via matplotlib MATPLOTLIB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR} .include diff --git a/devel/py-memory-profiler/distinfo b/devel/py-memory-profiler/distinfo index 598b4b916ba4..72fece354061 100644 --- a/devel/py-memory-profiler/distinfo +++ b/devel/py-memory-profiler/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1603215511 -SHA256 (memory_profiler-0.58.0.tar.gz) = 01385ac0fec944fcf7969814ec4406c6d8a9c66c079d09276723c5a7680f44e5 -SIZE (memory_profiler-0.58.0.tar.gz) = 36329 +TIMESTAMP = 1641045940 +SHA256 (memory_profiler-0.60.0.tar.gz) = 6a12869511d6cebcb29b71ba26985675a58e16e06b3c523b49f67c5497a33d1c +SIZE (memory_profiler-0.60.0.tar.gz) = 38407 diff --git a/devel/py-memory-profiler/pkg-descr b/devel/py-memory-profiler/pkg-descr index e60dfd7d20d2..317279a8a661 100644 --- a/devel/py-memory-profiler/pkg-descr +++ b/devel/py-memory-profiler/pkg-descr @@ -1,6 +1,5 @@ This is a python module for monitoring memory consumption of a process as well as line-by-line analysis of memory consumption for python programs. It is a pure python module which depends on the psutil module. -WWW: https://pypi.org/project/memory_profiler/ WWW: https://github.com/pythonprofilers/memory_profiler