[55052] trunk/dports/python
Ryan Schmidt
ryandesign at macports.org
Fri Aug 7 12:31:19 PDT 2009
On Aug 6, 2009, at 06:48, mnick at macports.org wrote:
> Revision: 55052
> http://trac.macports.org/changeset/55052
> Author: mnick at macports.org
> Date: 2009-08-06 04:48:03 -0700 (Thu, 06 Aug 2009)
> Log Message:
> -----------
> new port: py26-scikits-module
> provides scikits/__init__.py which is needed by all scikits
> Added: trunk/dports/python/py26-scikits-module/Portfile
> +master_sites ${homepage}
> +
> +# Nothing to see here, move along
> +fetch {}
> +checksum {}
> +extract {}
> +build {}
Instead of overriding the fetch, checksum and extract phases, just
clear distfiles. Since there isn't any distfile, you can also remove
master_sites. So replace all of the above with just:
distfiles
More information about the macports-dev
mailing list