pisa require reportlab2.1+. How-To-Repeat: # cd /usr/ports/converters/py-pisa && make install clean # rehash # pisa **************************************************** IMPORT ERROR! Reportlab Version 2.1+ is needed! **************************************************** The following Python packages are required for PISA: - Reportlab Toolkit >= 2.2 <http://www.reportlab.org/> - HTML5lib >= 0.11.1 <http://code.google.com/p/html5lib/> Optional packages: - pyPDF <http://pybrary.net/pyPdf/> - PIL <http://www.pythonware.com/products/pil/> No handlers could be found for logger "sx.pisa3" Traceback (most recent call last): File "/usr/local/bin/pisa", line 8, in <module> load_entry_point('pisa==3.0.32', 'console_scripts', 'pisa')() File "build/bdist.freebsd-7.2-STABLE-i386/egg/pkg_resources.py", line 277, in load_entry_point File "build/bdist.freebsd-7.2-STABLE-i386/egg/pkg_resources.py", line 2180, in load_entry_point File "build/bdist.freebsd-7.2-STABLE-i386/egg/pkg_resources.py", line 1913, in load File "/usr/local/lib/python2.6/site-packages/pisa-3.0.32-py2.6.egg/sx/pisa3/__init__.py", line 31, in <module> from pisa import * File "/usr/local/lib/python2.6/site-packages/pisa-3.0.32-py2.6.egg/sx/pisa3/pisa.py", line 21, in <module> from pisa_document import * File "/usr/local/lib/python2.6/site-packages/pisa-3.0.32-py2.6.egg/sx/pisa3/pisa_document.py", line 11, in <module> from pisa_context import pisaContext File "/usr/local/lib/python2.6/site-packages/pisa-3.0.32-py2.6.egg/sx/pisa3/pisa_context.py", line 11, in <module> from pisa_util import * File "/usr/local/lib/python2.6/site-packages/pisa-3.0.32-py2.6.egg/sx/pisa3/pisa_util.py", line 44, in <module> raise ImportError("Reportlab Version 2.1+ is needed!") ImportError: Reportlab Version 2.1+ is needed! #
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Maintainer of converters/py-pisa, Please note that PR ports/138287 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/138287 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
I approve it. Thank you ! wen
State Changed From-To: feedback->open Maintainer approved.
State Changed From-To: open->closed Committed. Thanks!
miwi 2009-09-04 21:07:56 UTC FreeBSD ports repository Modified files: converters/py-pisa Makefile Log: - Fix dependency to py-reportlab PR: 138287 Submitted by: "Junji NAKANISHI" <jun-g@daemonfreaks.com> Approved by: maintainer Revision Changes Path 1.2 +2 -1 ports/converters/py-pisa/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"