[51898] trunk/dports/python
blb at macports.org
blb at macports.org
Sat Jun 6 00:39:34 PDT 2009
Revision: 51898
http://trac.macports.org/changeset/51898
Author: blb at macports.org
Date: 2009-06-06 00:39:33 -0700 (Sat, 06 Jun 2009)
Log Message:
-----------
New ports - py2[56]-colormath, Simplify color math operations in python
Added Paths:
-----------
trunk/dports/python/py25-colormath/
trunk/dports/python/py25-colormath/Portfile
trunk/dports/python/py26-colormath/
trunk/dports/python/py26-colormath/Portfile
Added: trunk/dports/python/py25-colormath/Portfile
===================================================================
--- trunk/dports/python/py25-colormath/Portfile (rev 0)
+++ trunk/dports/python/py25-colormath/Portfile 2009-06-06 07:39:33 UTC (rev 51898)
@@ -0,0 +1,31 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python25 1.0
+name py25-colormath
+version 1.0.1
+categories-append math
+maintainers blb openmaintainer
+description Simplify color math operations in python
+long_description \
+ The python-colormath is a python module that abstracts common color math \
+ operations
+
+platforms darwin
+
+homepage http://code.google.com/p/python-colormath/
+master_sites http://pypi.python.org/packages/source/c/colormath/
+distname colormath-${version}
+
+checksums md5 64a3299da5af8877d579a45f6c9208de \
+ sha1 5f6a4aaa02b347798dc9c7e6282e1003cf843080 \
+ rmd160 bcad75cd0cba04bf99f5257cb203c44ab127cf20
+
+depends_lib-append port:py25-numpy
+
+post-destroot {
+ xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+ xinstall -m 644 -W ${worksrcpath} README.txt \
+ ${destroot}${prefix}/share/doc/${name}
+}
+
Property changes on: trunk/dports/python/py25-colormath/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
Added: trunk/dports/python/py26-colormath/Portfile
===================================================================
--- trunk/dports/python/py26-colormath/Portfile (rev 0)
+++ trunk/dports/python/py26-colormath/Portfile 2009-06-06 07:39:33 UTC (rev 51898)
@@ -0,0 +1,31 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python26 1.0
+name py26-colormath
+version 1.0.1
+categories-append math
+maintainers blb openmaintainer
+description Simplify color math operations in python
+long_description \
+ The python-colormath is a python module that abstracts common color math \
+ operations
+
+platforms darwin
+
+homepage http://code.google.com/p/python-colormath/
+master_sites http://pypi.python.org/packages/source/c/colormath/
+distname colormath-${version}
+
+checksums md5 64a3299da5af8877d579a45f6c9208de \
+ sha1 5f6a4aaa02b347798dc9c7e6282e1003cf843080 \
+ rmd160 bcad75cd0cba04bf99f5257cb203c44ab127cf20
+
+depends_lib-append port:py26-numpy
+
+post-destroot {
+ xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+ xinstall -m 644 -W ${worksrcpath} README.txt \
+ ${destroot}${prefix}/share/doc/${name}
+}
+
Property changes on: trunk/dports/python/py26-colormath/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090606/1fb4c751/attachment.html>
More information about the macports-changes
mailing list