Revision: 79842 http://trac.macports.org/changeset/79842 Author: jmr@macports.org Date: 2011-06-27 16:22:22 -0700 (Mon, 27 Jun 2011) Log Message: ----------- py*-decorator: noarch Modified Paths: -------------- trunk/dports/python/py25-decorator/Portfile trunk/dports/python/py26-decorator/Portfile Modified: trunk/dports/python/py25-decorator/Portfile =================================================================== --- trunk/dports/python/py25-decorator/Portfile 2011-06-27 23:16:03 UTC (rev 79841) +++ trunk/dports/python/py25-decorator/Portfile 2011-06-27 23:22:22 UTC (rev 79842) @@ -10,6 +10,7 @@ description Provides a decorator factory that makes creating signature preserving decorators dead simple. long_description ${description} By Michele Simionato. platforms darwin +supported_archs noarch homepage http://www.phyast.pitt.edu/~micheles/python/documentation.html master_sites http://www.phyast.pitt.edu/~micheles/python/ distname decorator-${version} Modified: trunk/dports/python/py26-decorator/Portfile =================================================================== --- trunk/dports/python/py26-decorator/Portfile 2011-06-27 23:16:03 UTC (rev 79841) +++ trunk/dports/python/py26-decorator/Portfile 2011-06-27 23:22:22 UTC (rev 79842) @@ -11,6 +11,7 @@ description Provides a decorator factory that makes creating signature preserving decorators dead simple. long_description ${description} By Michele Simionato. platforms darwin +supported_archs noarch homepage http://pypi.python.org/pypi/decorator master_sites http://pypi.python.org/packages/source/d/decorator/ distname decorator-${version}
participants (1)
-
jmr@macports.org