Permalink
Browse files
py-pympler: reorganize and whitespace changes
- Loading branch information
Showing
with
5 additions
and
5 deletions.
-
+5
−5
python/py-pympler/Portfile
|
|
@@ -7,11 +7,9 @@ name py-pympler |
|
|
set real_name Pympler |
|
|
version 0.2.1 |
|
|
revision 1 |
|
|
python.versions 27 34 35 36 |
|
|
categories-append devel |
|
|
license Apache-2 BSD MIT |
|
|
maintainers nomaintainer |
|
|
supported_archs noarch |
|
|
|
|
|
description measure, monitor and analyze the memory behavior of Python objects |
|
|
long_description \ |
|
|
@@ -22,10 +20,15 @@ long_description \ |
|
|
behavior like memory bloat and other "pymples" can easily be identified. |
|
|
|
|
|
platforms darwin |
|
|
supported_archs noarch |
|
|
|
|
|
homepage https://packages.python.org/${real_name}/ |
|
|
master_sites pypi:P/${real_name}/ |
|
|
distname ${real_name}-${version} |
|
|
checksums rmd160 47b2285eb5fe9ff01f50d71e57da896110865af2 \ |
|
|
sha256 292ee62bd50633af4d460d722c77e8c31647e936ae68e3c000e229312163becd |
|
|
|
|
|
python.versions 27 34 35 36 |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
patch { |
|
|
@@ -34,9 +37,6 @@ if {${name} ne ${subport}} { |
|
|
} |
|
|
} |
|
|
|
|
|
checksums rmd160 47b2285eb5fe9ff01f50d71e57da896110865af2 \ |
|
|
sha256 292ee62bd50633af4d460d722c77e8c31647e936ae68e3c000e229312163becd |
|
|
|
|
|
livecheck.type regex |
|
|
livecheck.url ${master_sites} |
|
|
livecheck.regex "${real_name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" |