[144498] trunk/dports/python/py-memprof
g5pw at macports.org
g5pw at macports.org
Sun Jan 10 06:59:31 PST 2016
Revision: 144498
https://trac.macports.org/changeset/144498
Author: g5pw at macports.org
Date: 2016-01-10 06:59:31 -0800 (Sun, 10 Jan 2016)
Log Message:
-----------
python/memprof:
update to 0.3.4
remove diff file for python<2.7 since we deprecated it
remove trailing whitespace
Modified Paths:
--------------
trunk/dports/python/py-memprof/Portfile
Removed Paths:
-------------
trunk/dports/python/py-memprof/files/setup.py.diff
Modified: trunk/dports/python/py-memprof/Portfile
===================================================================
--- trunk/dports/python/py-memprof/Portfile 2016-01-10 13:34:35 UTC (rev 144497)
+++ trunk/dports/python/py-memprof/Portfile 2016-01-10 14:59:31 UTC (rev 144498)
@@ -6,7 +6,7 @@
PortGroup github 1.0
PortGroup select 1.0
-github.setup jmdana memprof 0.3.3 v
+github.setup jmdana memprof 0.3.4 v
name py-memprof
categories-append devel
license GPL-3
@@ -15,7 +15,7 @@
maintainers g5pw openmaintainer
-description Memprof is a memory profiler for Python.
+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.
@@ -27,16 +27,9 @@
depends_run port:py${python.version}-matplotlib \
port:memprof_select
- checksums rmd160 41005a6271b3cdb19ac2e0e95565329bd0b98caf \
- sha256 c7093d6c65df0cec125752a1002db7130cde578828ae009e0f605cb8bf80501b
+ checksums rmd160 ee8a5fe8f626b716d9be4824cee06cfa41c0a127 \
+ sha256 0a80bf391b0c7d4882004349b7ed2f80b997e3df04bf0540aab27f9a6f8d4ff0
- # The argparse module was included in the standard library from 2.7 onwards.
- if { ${python.version} < 27 } {
- depends_run-append port:py26-argparse
- } else {
- patchfiles-append setup.py.diff
- }
-
select.group memprof
select.file ${filespath}/py${python.version}-memprof
Deleted: trunk/dports/python/py-memprof/files/setup.py.diff
===================================================================
--- trunk/dports/python/py-memprof/files/setup.py.diff 2016-01-10 13:34:35 UTC (rev 144497)
+++ trunk/dports/python/py-memprof/files/setup.py.diff 2016-01-10 14:59:31 UTC (rev 144498)
@@ -1,13 +0,0 @@
---- setup.py 2013-09-24 17:51:23.000000000 +0200
-+++ setup.py.new 2013-10-04 22:27:00.000000000 +0200
-@@ -81,8 +81,8 @@
- "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
- ],
- ext_modules=[getsize],
-- requires=['argparse','matplotlib','cython'],
-- install_requires=['argparse','matplotlib','cython'],
-+ requires=['matplotlib','cython'],
-+ install_requires=['matplotlib','cython'],
- provides=['memprof'],
- )
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160110/8c08ce98/attachment.html>
More information about the macports-changes
mailing list