~ubuntu-branches/ubuntu/trusty/python-enable/trusty

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Varun Hiremath
  • Date: 2010-10-17 23:10:41 UTC
  • mto: (1.2.1 upstream) (8.1.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20101017231041-rziowhgl7zhxra2i
Tags: upstream-3.3.2
ImportĀ upstreamĀ versionĀ 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
 
66
66
* `setuptools <http://pypi.python.org/pypi/setuptools/0.6c8>`_
67
67
* `SWIG <http://www.swig.org/>`_ version 1.3.30 or later.
68
 
* `Pyrex <http://pypi.python.org/pypi/Pyrex/0.9.4.1>`_  versions 0.9.6.x or
69
 
  0.9.8.x.
 
68
* `Cython <http://www.cython.org>`_ version 0.12.1 or later
70
69
* `Numpy <http://pypi.python.org/pypi/numpy/1.1.1>`_  version 1.1.0 or later is
71
70
  preferred. Version 1.0.4 will work, but some tests may fail.
72
71
* `ReportLab Toolkit <http://www.reportlab.org/rl_toolkit.html/>`_ for PDF
315
314
    package_data = {'': ['*.zip', '*.svg']},
316
315
    platforms = ["Windows", "Linux", "Mac OS-X", "Unix", "Solaris"],
317
316
    setup_requires = [
318
 
        'pyrex',
 
317
        'cython',
319
318
        'setupdocs>=1.0',
320
319
        ],
321
320
    tests_require = [