Re: [Python-Dev] porting python.org

2010-12-11 Thread Georg Brandl
Am 11.12.2010 11:36, schrieb Prashant Kumar:
 I was wondering if we could contribute in porting of python.org
 http://python.org website over to python3k. If we can, what are the steps to
 be taken and other necessary requirements?

The SVN repository for python.org is currently not publicly available, but you
can get access asking on the pydotorg-...@python.org mailing list.

An excerpt from the README:

External packages required:

  Mako (http://www.makotemplates.org/)
  [Note that Mako requires setuptools to install out-of-the-box.  You can
   also just copy the lib/mako/ tree into your Python's site-packages
   directory if you prefer not to install setuptools.]

  PyYAML (http://pyyaml.org/wiki/PyYAML)

  Docutils (http://docutils.sf.net)

So the first step would be to determine whether Mako and PyYAML are ported
yet, and if not, help porting them.  Docutils is ported already.

cheers,
Georg

___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] porting python.org

2010-12-11 Thread Sandro Tosi
Hi,

On Sat, Dec 11, 2010 at 18:19, Georg Brandl g.bra...@gmx.net wrote:
  Mako (http://www.makotemplates.org/)
  [Note that Mako requires setuptools to install out-of-the-box.  You can
   also just copy the lib/mako/ tree into your Python's site-packages
   directory if you prefer not to install setuptools.]

Mako is compatible with py3k (via 2to3) since version 0.3 (but later
versions has a better support). [1] explains how to have a py3k
installation of mako.

[1] http://www.makotemplates.org/trac/browser/README.py3k

  PyYAML (http://pyyaml.org/wiki/PyYAML)

PyYAML also supports Python 3 from the homepage, the version
introducing py3k support is 3.08 .

Just my 2c,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] porting python.org

2010-12-11 Thread Terry Reedy

On 12/11/2010 12:19 PM, Georg Brandl wrote:

Am 11.12.2010 11:36, schrieb Prashant Kumar:

I was wondering if we could contribute in porting of python.org
http://python.org  website over to python3k.


I think this is an excellent idea. It will test Python3 and the modules 
and external packages used and once successful, advertise that all such 
are production-ready Py3 software. If and when there is a test version I 
can access (py3.python.org?), I will happily help test by browsing 
around and downloading stuff.


--
Terry Jan Reedy

___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] porting python.org

2010-12-11 Thread Georg Brandl
Am 11.12.2010 22:28, schrieb Terry Reedy:
 On 12/11/2010 12:19 PM, Georg Brandl wrote:
 Am 11.12.2010 11:36, schrieb Prashant Kumar:
 I was wondering if we could contribute in porting of python.org
 http://python.org  website over to python3k.
 
 I think this is an excellent idea. It will test Python3 and the modules 
 and external packages used and once successful, advertise that all such 
 are production-ready Py3 software. If and when there is a test version I 
 can access (py3.python.org?), I will happily help test by browsing 
 around and downloading stuff.

I don't think a separate test site is useful.  Either the build process
works with Python 3 or it doesn't -- in the latter case you'll just get
an exception while running make.

Georg

___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com