Files
Renee Otten 553eb0c485 py-memprof: update to 0.3.6, remove py34 subport
- update modeline
- use "append" for dependencies as not to overwrite PG dependencies
2019-12-01 10:52:43 -05:00

49 lines
1.6 KiB
Tcl

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup python 1.0
PortGroup github 1.0
PortGroup select 1.0
github.setup jmdana memprof 0.3.6 v
name py-memprof
revision 0
categories-append devel
license GPL-3
platforms darwin
supported_archs noarch
maintainers {g5pw @g5pw} openmaintainer
description Memprof is a memory profiler for Python.
long_description ${description} It logs and plots the memory usage of all\
the variables during the execution of the decorated methods.
homepage https://jmdana.github.io/memprof/
python.versions 27 35 36
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-cython \
port:py${python.version}-setuptools
depends_run-append \
port:py${python.version}-matplotlib \
port:memprof_select
checksums rmd160 a057ae41713caf9c7230eff624cdc3c49d1e0052 \
sha256 d73527b6484a648319763e61174afb748eeef86aab74a7112892484c26e0f278 \
size 57384
select.group memprof
select.file ${filespath}/py${python.version}-memprof
notes "
To make the Python ${python.branch} version of Memprof the one that is run when\
you execute the commands without a version suffix, e.g. 'mp_plot', run:
port select --set ${select.group} [file tail ${select.file}]
"
livecheck.type none
}