devel/py-memory-profiler: Update to 0.60.0
Changes: https://github.com/pythonprofilers/memory_profiler/commits/master
This commit is contained in:
parent
997f6db384
commit
3799508b1c
3 changed files with 4 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: Johannes Meixner <johannes@perceivon.net>
|
||||
|
||||
PORTNAME= memory-profiler
|
||||
PORTVERSION= 0.58.0
|
||||
PORTVERSION= 0.60.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -2,5 +2,4 @@ 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
|
||||
|
|
Loading…
Reference in a new issue