Revision: 54736 http://trac.macports.org/changeset/54736 Author: mnick@macports.org Date: 2009-08-01 05:45:17 -0700 (Sat, 01 Aug 2009) Log Message: ----------- new port: python2.6 bindings for gccxml Added Paths: ----------- trunk/dports/python/py26-pygccxml/ trunk/dports/python/py26-pygccxml/Portfile Added: trunk/dports/python/py26-pygccxml/Portfile =================================================================== --- trunk/dports/python/py26-pygccxml/Portfile (rev 0) +++ trunk/dports/python/py26-pygccxml/Portfile 2009-08-01 12:45:17 UTC (rev 54736) @@ -0,0 +1,30 @@ +# $Id$ + +PortSystem 1.0 +PortGroup python26 1.0 + +name py26-pygccxml +version 1.0.0 +categories-append devel +maintainers mnick + +description pygccxml is a python interface to gcc-xml +long_description ${description} + +platforms darwin + +homepage http://www.language-binding.net/pygccxml/pygccxml.html +master_sites sourceforge:pygccxml +use_zip yes +distname pygccxml-${version} + +checksums md5 44badbf8c4bcd3095290a90f2f2a9234 \ + sha1 7158877faff2254e6c094bf18e6b4283cac19137 \ + rmd160 8ca0afd7dcc37f6b12892f7a2962afb514293a37 + +depends_lib port:gccxml-devel \ + port:py26-setuptools + +test.run yes +test.cmd python2.6 +test.target unittests/test_all.py Property changes on: trunk/dports/python/py26-pygccxml/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
mnick@macports.org