Revision: 111878 https://trac.macports.org/changeset/111878 Author: g5pw@macports.org Date: 2013-10-04 13:57:36 -0700 (Fri, 04 Oct 2013) Log Message: ----------- python/py-memprof: update to 0.3.1 Modified Paths: -------------- trunk/dports/python/py-memprof/Portfile trunk/dports/python/py-memprof/files/setup.py.diff Modified: trunk/dports/python/py-memprof/Portfile =================================================================== --- trunk/dports/python/py-memprof/Portfile 2013-10-04 20:52:57 UTC (rev 111877) +++ trunk/dports/python/py-memprof/Portfile 2013-10-04 20:57:36 UTC (rev 111878) @@ -6,7 +6,7 @@ PortGroup github 1.0 PortGroup select 1.0 -github.setup jmdana memprof 0.2.4 v +github.setup jmdana memprof 0.3.1 v name py-memprof categories-append devel license GPL-3 @@ -24,11 +24,12 @@ if {${name} ne ${subport}} { + depends_build port:py${python.version}-cython depends_run port:py${python.version}-matplotlib \ port:memprof_select - checksums rmd160 462f518ff65e761653332cb171ec93f2bc13d17c \ - sha256 70421492bcbbb801df3dfc85928a2b610e441b65e477ab8ec66da3d1d2c0610c + checksums rmd160 7d3a4a06e1c260576288531c844a8a381f8d0953 \ + sha256 81a2204e0f95c59b4831083ab5be5431dc9f3a025df3e86d05def9d0517aea01 # The argparse module was included in the standard library from 2.7 onwards. if { ${python.version} < 27 } { Modified: trunk/dports/python/py-memprof/files/setup.py.diff =================================================================== --- trunk/dports/python/py-memprof/files/setup.py.diff 2013-10-04 20:52:57 UTC (rev 111877) +++ trunk/dports/python/py-memprof/files/setup.py.diff 2013-10-04 20:57:36 UTC (rev 111878) @@ -1,13 +1,13 @@ ---- setup.py 2013-08-17 20:00:30.000000000 +0200 -+++ setup.py.new 2013-10-02 14:53:02.000000000 +0200 -@@ -67,8 +67,8 @@ - "Intended Audience :: Science/Research", +--- 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)", ], -- requires=['argparse','matplotlib'], -- install_requires=['argparse','matplotlib'], -+ requires=['matplotlib'], -+ install_requires=['matplotlib'], + ext_modules=[getsize], +- requires=['argparse','matplotlib','cython'], +- install_requires=['argparse','matplotlib','cython'], ++ requires=['matplotlib','cython'], ++ install_requires=['matplotlib','cython'], provides=['memprof'], )