Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #16469 (closed enhancement: fixed)

Opened 3 months ago

Last modified 3 months ago

New port: python/py25-jinja

Reported by: rick@… Owned by: ryandesign@…
Priority: Normal Milestone: Port Submissions
Component: ports Version: 1.6.0
Keywords: Cc:
Port: python/py25-jinja

Description


Attachments

Portfile (1.0 KB) - added by rick@… 3 months ago.

Change History

Changed 3 months ago by rick@…

Changed 3 months ago by ryandesign@…

  • owner changed from macports-tickets@… to ryandesign@…
  • status changed from new to assigned

Changed 3 months ago by ryandesign@…

  • status changed from assigned to closed
  • resolution set to fixed

Thanks for the port! I committed it in r39857. I added a dependency on py25-setuptools, because without that, this occurred:

--->  Fetching py25-jinja
--->  Attempting to fetch Jinja-1.2.tar.gz from http://pypi.python.org/packages/source/J/Jinja/
--->  Verifying checksum(s) for py25-jinja
--->  Extracting py25-jinja
--->  Configuring py25-jinja
--->  Building py25-jinja with target build
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_Users_rschmidt_macports_dports_python_py25-jinja/work/Jinja-1.2" && /opt/local/bin/python2.5 setup.py build " returned error 1
Command output: 
---------------------------------------------------------------------------
This script requires setuptools version 0.6c5 to run (even to display
help).  I will attempt to download it for you (from
http://cheeseshop.python.org/packages/2.5/s/setuptools/), but
you may need to enable firewall access for this script first.
I will start the download in 15 seconds.

(Note: if this machine does not have network access, please obtain the file

   http://cheeseshop.python.org/packages/2.5/s/setuptools/setuptools-0.6c5-py2.5.egg

and place it in this directory before rerunning this script.)
---------------------------------------------------------------------------
Downloading http://cheeseshop.python.org/packages/2.5/s/setuptools/setuptools-0.6c5-py2.5.egg
Traceback (most recent call last):
  File "setup.py", line 6, in <module>
    ez_setup.use_setuptools()
  File "/opt/local/var/macports/build/_Users_rschmidt_macports_dports_python_py25-jinja/work/Jinja-1.2/ez_setup.py", line 85, in use_setuptools
    import setuptools; setuptools.bootstrap_install_from = egg
zipimport.ZipImportError: can't decompress data; zlib not available

Error: Status 1 encountered during processing.
Note: See TracTickets for help on using tickets.