mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 0.47
- update to 0.47 - default-enable PSUTILS option/dependency, to silence annoying warnings PR: 219752 Submitted by: xmj (maintainer)
This commit is contained in:
parent
6a29cc40b8
commit
f7fd2cfe3e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442507
2 changed files with 6 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= memory_profiler
|
||||
PORTVERSION= 0.41
|
||||
PORTVERSION= 0.47
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -13,6 +13,8 @@ COMMENT= Line-by-line and process memory consumption analysis
|
|||
LICENSE= BSD2CLAUSE
|
||||
|
||||
OPTIONS_DEFINE= PSUTIL
|
||||
OPTIONS_DEFAULT= PSUTIL
|
||||
|
||||
PSUTIL_DESC= Use psutil for better performance
|
||||
PSUTIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>1.0.0:sysutils/py-psutil
|
||||
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (memory_profiler-0.41.tar.gz) = dce6e931c281662a500b142595517d095267216472c2926e5ec8edab89898d10
|
||||
SIZE (memory_profiler-0.41.tar.gz) = 28835
|
||||
TIMESTAMP = 1496505442
|
||||
SHA256 (memory_profiler-0.47.tar.gz) = e992f2a341a5332dad1ad4a008eeac7cfe78c7ea4abdf7535a3e7e79093328cb
|
||||
SIZE (memory_profiler-0.47.tar.gz) = 33725
|
||||
|
|
Loading…
Add table
Reference in a new issue