[46864] trunk/dports/python

ram at macports.org ram at macports.org
Sun Feb 15 21:48:52 PST 2009


Revision: 46864
          http://trac.macports.org/changeset/46864
Author:   ram at macports.org
Date:     2009-02-15 21:48:52 -0800 (Sun, 15 Feb 2009)
Log Message:
-----------
py25-curl/py26-curl: whitespace

Modified Paths:
--------------
    trunk/dports/python/py25-curl/Portfile
    trunk/dports/python/py26-curl/Portfile

Modified: trunk/dports/python/py25-curl/Portfile
===================================================================
--- trunk/dports/python/py25-curl/Portfile	2009-02-16 05:39:37 UTC (rev 46863)
+++ trunk/dports/python/py25-curl/Portfile	2009-02-16 05:48:52 UTC (rev 46864)
@@ -1,37 +1,40 @@
 # $Id$
 
-PortSystem 1.0
-PortGroup python25 1.0
+PortSystem        1.0
+PortGroup         python25 1.0
 
-name			py25-curl
-version			7.19.0
-categories		python net devel
-maintainers		ram openmaintainer
-description		python interface to libcurl
-long_description	Python module interface to the cURL library which is \
-				a tool for transferring files with URL syntax, \
-				supporting many protocols.
-platforms		darwin
-homepage		http://pycurl.sourceforge.net/
-master_sites	${homepage}/download
-distname		pycurl-${version}
-checksums		sha1 3fb59eca1461331bb9e9e8d6fe3b23eda961a416
+name              py25-curl
+version           7.19.0
+categories        python net devel
+platforms         darwin
+maintainers       ram openmaintainer
 
-depends_lib-append	port:curl
+description	      python interface to libcurl
+long_description  Python module interface to the cURL library which is \
+  a tool for transferring files with URL syntax, supporting many \
+  protocols.
 
-build.args		--curl-config=${prefix}/bin/curl-config
+homepage          http://pycurl.sourceforge.net/
+master_sites      ${homepage}/download
+distname          pycurl-${version}
 
-test.run		yes
+checksums         sha1 3fb59eca1461331bb9e9e8d6fe3b23eda961a416
+
+depends_lib-append  port:curl
+
+build.args        --curl-config=${prefix}/bin/curl-config
+
+test.run          yes
 test.target
-test.env		PYTHONPATH=./build/lib*
-test.cmd		${python.bin} tests/test_internals.py tests/test_memleak.py
+test.env          PYTHONPATH=./build/lib*
+test.cmd          ${python.bin} tests/test_internals.py tests/test_memleak.py
 
-destroot.args	${build.args}
+destroot.args     ${build.args}
 
 post-destroot {
   system "cd ${destroot}${prefix}/share/doc && mv pycurl ${name}"
 }
 
-livecheck.check	regex
-livecheck.url	${homepage}
-livecheck.regex	PYCURL (\[0-9\\.\]+)
+livecheck.check   regex
+livecheck.url	    ${homepage}
+livecheck.regex   PYCURL (\[0-9\\.\]+)

Modified: trunk/dports/python/py26-curl/Portfile
===================================================================
--- trunk/dports/python/py26-curl/Portfile	2009-02-16 05:39:37 UTC (rev 46863)
+++ trunk/dports/python/py26-curl/Portfile	2009-02-16 05:48:52 UTC (rev 46864)
@@ -1,33 +1,36 @@
 # $Id$
 
-PortSystem 1.0
-PortGroup python26 1.0
+PortSystem        1.0
+PortGroup         python26 1.0
 
-name			py26-curl
-version			7.19.0
-categories		python net devel
-maintainers		ram openmaintainer
-description		python interface to libcurl
-long_description	Python module interface to the cURL library which is \
-				a tool for transferring files with URL syntax, \
-				supporting many protocols.
-platforms		darwin
-homepage		http://pycurl.sourceforge.net/
-master_sites	${homepage}/download
-distname		pycurl-${version}
-checksums		sha1 3fb59eca1461331bb9e9e8d6fe3b23eda961a416
+name              py26-curl
+version           7.19.0
+categories        python net devel
+platforms         darwin
+maintainers       ram openmaintainer
 
-depends_lib-append	port:curl
+description       python interface to libcurl
+long_description  Python module interface to the cURL library which is \
+  a tool for transferring files with URL syntax, supporting many \
+  protocols.
 
-build.args		--curl-config=${prefix}/bin/curl-config
+homepage          http://pycurl.sourceforge.net/
+master_sites      ${homepage}/download
+distname          pycurl-${version}
 
-test.run		yes
+checksums         sha1 3fb59eca1461331bb9e9e8d6fe3b23eda961a416
+
+depends_lib-append  port:curl
+
+build.args        --curl-config=${prefix}/bin/curl-config
+
+test.run          yes
 test.target
-test.env		PYTHONPATH=./build/lib*
-test.cmd		${python.bin} tests/test_internals.py tests/test_memleak.py
+test.env          PYTHONPATH=./build/lib*
+test.cmd          ${python.bin} tests/test_internals.py tests/test_memleak.py
 
-destroot.args	${build.args}
+destroot.args     ${build.args}
 
-livecheck.check	regex
-livecheck.url	${homepage}
-livecheck.regex	PYCURL (\[0-9\\.\]+)
+livecheck.check   regex
+livecheck.url     ${homepage}
+livecheck.regex   PYCURL (\[0-9\\.\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090215/076cd110/attachment.html>


More information about the macports-changes mailing list