[62001] trunk/dports/python

krischik at macports.org krischik at macports.org
Sun Dec 27 05:48:32 PST 2009


Revision: 62001
          http://trac.macports.org/changeset/62001
Author:   krischik at macports.org
Date:     2009-12-27 05:48:29 -0800 (Sun, 27 Dec 2009)
Log Message:
-----------
Python modules needed for calibre.

Modified Paths:
--------------
    trunk/dports/python/py26-clientform/Portfile
    trunk/dports/python/py26-country/Portfile
    trunk/dports/python/py26-mechanize/Portfile

Added Paths:
-----------
    trunk/dports/python/py26-clientform/
    trunk/dports/python/py26-country/
    trunk/dports/python/py26-mechanize/

Property Changed:
----------------
    trunk/dports/python/py26-clientform/Portfile
    trunk/dports/python/py26-country/Portfile
    trunk/dports/python/py26-mechanize/Portfile


Property changes on: trunk/dports/python/py26-clientform
___________________________________________________________________
Added: svn:ignore
   + .backups
work


Modified: trunk/dports/python/py26-clientform/Portfile
===================================================================
--- trunk/dports/python/py25-clientform/Portfile	2009-12-26 11:54:37 UTC (rev 61972)
+++ trunk/dports/python/py26-clientform/Portfile	2009-12-27 13:48:29 UTC (rev 62001)
@@ -1,36 +1,37 @@
-# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- 
 # $Id$
+# vim: set fileencoding=utf-8 tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab filetype=tcl :
 
-PortSystem 1.0
-PortGroup python25 1.0
+PortSystem	    1.0
+PortGroup python26  1.0
 
-name                py25-clientform
-version             0.2.9
-categories          python www
-platforms           darwin
-maintainers         openmaintainer akitada
-description         python module for handling HTML forms
+name		    py26-clientform
+version		    0.2.9
+categories	    python www
+platforms	    darwin
+maintainers	    openmaintainer krischik
+description	    python module for handling HTML forms
 long_description    ClientForm is a Python module for handling HTML forms \
-                    on the client side, useful for parsing HTML forms, \
-                    filling them in and returning the completed forms to \
-                    the server.
+		    on the client side, useful for parsing HTML forms, \
+		    filling them in and returning the completed forms to \
+		    the server.
 
-homepage            http://wwwsearch.sourceforge.net/ClientForm/
-master_sites        ${homepage}/src/
-distname            ClientForm-${version}
-checksums           md5 21e68d52cc5939ab3345b97e09f0a25a \
-                    sha1 ab07cf5bc293ffa1676bb7f4c5c756cb2907d782 \
-                    rmd160 f82975f171ef3c673d78fa08f7ade3205a0cc87a
+homepage	    http://wwwsearch.sourceforge.net/ClientForm/
+master_sites	    ${homepage}/src/
+distname	    ClientForm-${version}
+checksums	    md5 21e68d52cc5939ab3345b97e09f0a25a \
+		    sha1 ab07cf5bc293ffa1676bb7f4c5c756cb2907d782 \
+		    rmd160 f82975f171ef3c673d78fa08f7ade3205a0cc87a
 
-test.run            yes
-test.cmd            ${python.bin}
-test.target         test.py
+test.run	    yes
+test.cmd	    ${python.bin}
+test.target	    test.py
 
 post-destroot {
     foreach f [glob -directory ${worksrcpath}/ *.txt *.html] {
-        copy $f ${destroot}${prefix}/share/doc/${name}/[file tail $f]
+	copy $f ${destroot}${prefix}/share/doc/${name}/[file tail $f]
     }
     foreach f [glob -directory ${worksrcpath}/examples *] {
-        copy $f ${destroot}${prefix}/share/doc/${name}/examples/[file tail $f]
+	copy $f ${destroot}${prefix}/share/doc/${name}/examples/[file tail $f]
     }
 }


Property changes on: trunk/dports/python/py26-clientform/Portfile
___________________________________________________________________
Added: svn:mime-type
   + text/x-shellscript


Property changes on: trunk/dports/python/py26-country
___________________________________________________________________
Added: svn:ignore
   + .backups
work


Modified: trunk/dports/python/py26-country/Portfile
===================================================================
--- trunk/dports/python/py25-clientform/Portfile	2009-12-26 11:54:37 UTC (rev 61972)
+++ trunk/dports/python/py26-country/Portfile	2009-12-27 13:48:29 UTC (rev 62001)
@@ -1,36 +1,29 @@
-# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# -*- coding: utf-8; mode: tcl; tab-width: 84; indent-tabs-mode: nil; c-basic-offset: 4 -*- 
 # $Id$
+# vim: set fileencoding=utf-8 tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab filetype=tcl :
 
-PortSystem 1.0
-PortGroup python25 1.0
+PortSystem	    1.0
+PortGroup python26  1.0
 
-name                py25-clientform
-version             0.2.9
-categories          python www
-platforms           darwin
-maintainers         openmaintainer akitada
-description         python module for handling HTML forms
-long_description    ClientForm is a Python module for handling HTML forms \
-                    on the client side, useful for parsing HTML forms, \
-                    filling them in and returning the completed forms to \
-                    the server.
+name		    py26-country
+version		    0.10
+categories	    python
+platforms	    darwin
+maintainers	    openmaintainer krischik
+description	    ISO country, subdivision, language, currency and script definitions and their translations
+long_description    ISO country, subdivision, language, currency and script definitions and their translations
 
-homepage            http://wwwsearch.sourceforge.net/ClientForm/
-master_sites        ${homepage}/src/
-distname            ClientForm-${version}
-checksums           md5 21e68d52cc5939ab3345b97e09f0a25a \
-                    sha1 ab07cf5bc293ffa1676bb7f4c5c756cb2907d782 \
-                    rmd160 f82975f171ef3c673d78fa08f7ade3205a0cc87a
+homepage	    http://pypi.python.org/pypi/pycountry
+master_sites	    http://pypi.python.org/packages/source/p/pycountry
+distname	    pycountry-${version}
+checksums	    md5 9329f25a88573174130159b96ba8730a
 
-test.run            yes
-test.cmd            ${python.bin}
-test.target         test.py
+test.run	    yes
+test.cmd	    ${python.bin}
+test.target	    test.py
 
 post-destroot {
-    foreach f [glob -directory ${worksrcpath}/ *.txt *.html] {
-        copy $f ${destroot}${prefix}/share/doc/${name}/[file tail $f]
+    foreach f [glob -directory ${worksrcpath}/ *.txt] {
+	copy $f ${destroot}${prefix}/share/doc/${name}/[file tail $f]
     }
-    foreach f [glob -directory ${worksrcpath}/examples *] {
-        copy $f ${destroot}${prefix}/share/doc/${name}/examples/[file tail $f]
-    }
 }


Property changes on: trunk/dports/python/py26-country/Portfile
___________________________________________________________________
Added: svn:mime-type
   + text/x-shellscript


Property changes on: trunk/dports/python/py26-mechanize
___________________________________________________________________
Added: svn:ignore
   + .backups
work


Modified: trunk/dports/python/py26-mechanize/Portfile
===================================================================
--- trunk/dports/python/py25-mechanize/Portfile	2009-12-26 11:54:37 UTC (rev 61972)
+++ trunk/dports/python/py26-mechanize/Portfile	2009-12-27 13:48:29 UTC (rev 62001)
@@ -1,36 +1,37 @@
-# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- 
 # $Id$
+# vim: set fileencoding=utf-8 tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab filetype=tcl :
 
-PortSystem 1.0
-PortGroup python25 1.0
+PortSystem	    1.0
+PortGroup python26  1.0
 
-name                py25-mechanize
-version             0.1.9
-categories          python www
-platforms           darwin
-maintainers         openmaintainer akitada
-description         Stateful programmatic web browsing
+name		    py26-mechanize
+version		    0.1.9
+categories	    python www
+platforms	    darwin
+maintainers	    openmaintainer krischik
+description	    Stateful programmatic web browsing
 long_description    Stateful programmatic web browsing, after Andy \
-                    Lester's Perl module WWW::Mechanize.
+		    Lester's Perl module WWW::Mechanize.
 
-homepage            http://wwwsearch.sourceforge.net/mechanize
-master_sites        ${homepage}/src
-distname            mechanize-${version}
-checksums           md5 6754f9959a2d00ec028bf84db9300e87 \
-                    sha1 6d34e0ee75d86fc95e87342721d6ad7f00bdbaba \
-                    rmd160 009298883f7f68f96bf4fc7a9cdd20e6c936f6a8
+homepage	    http://wwwsearch.sourceforge.net/mechanize
+master_sites	    ${homepage}/src
+distname	    mechanize-${version}
+checksums	    md5 6754f9959a2d00ec028bf84db9300e87 \
+		    sha1 6d34e0ee75d86fc95e87342721d6ad7f00bdbaba \
+		    rmd160 009298883f7f68f96bf4fc7a9cdd20e6c936f6a8
 
-depends_lib-append  port:py25-clientform
-                    
-test.run            yes
-test.cmd            ${python.bin}
-test.target         test.py
+depends_lib-append  port:py26-clientform
+		    
+test.run	    yes
+test.cmd	    ${python.bin}
+test.target	    test.py
 
 post-destroot {
     foreach f [glob -directory ${worksrcpath}/ *.txt *.html] {
-        copy $f ${destroot}${prefix}/share/doc/${name}/[file tail $f]
+	copy $f ${destroot}${prefix}/share/doc/${name}/[file tail $f]
     }
     foreach f [glob -directory ${worksrcpath}/examples *] {
-        copy $f ${destroot}${prefix}/share/doc/${name}/examples/[file tail $f]
+	copy $f ${destroot}${prefix}/share/doc/${name}/examples/[file tail $f]
     }
 }


Property changes on: trunk/dports/python/py26-mechanize/Portfile
___________________________________________________________________
Added: svn:mime-type
   + text/x-shellscript
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091227/5df1e6b2/attachment.html>


More information about the macports-changes mailing list