~ubuntu-branches/ubuntu/precise/python-numpy/precise

« back to all changes in this revision

Viewing changes to doc/sphinxext/setup.py

  • Committer: Package Import Robot
  • Author(s): Julian Taylor
  • Date: 2012-02-11 12:55:21 UTC
  • mfrom: (7.1.9 experimental) (7.2.3 sid)
  • Revision ID: package-import@ubuntu.com-20120211125521-31q3am7pp3mvt1ho
Tags: 1:1.6.1-5ubuntu1
* debian/patches/search-multiarch-paths.patch: (LP: #818867)
  - add multiarch libdirs to numpy.distutils.system_info
* Merge from Debian unstable, remaining changes:
  - debian/patches/20_disable-plot-extension.patch
     Disable plot_directive extension, and catch ImportErrors when
     matplotlib cannot be imported, which allows us to remove
     python-matplotlib from dependencies.  This is required because
     python-numpy is in main, while python-matplotlib is in universe.
  - Build using dh_python2
    add bin/f2py* to .install files
  - keep Replaces: python-numpy (<< 1:1.3.0-4) in python-numpy-dbg
    for lucid upgrades

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
import setuptools
3
3
import sys, os
4
4
 
5
 
version = "0.3.dev"
 
5
version = "0.4"
6
6
 
7
7
setup(
8
8
    name="numpydoc",
18
18
    keywords="sphinx numpy",
19
19
    author="Pauli Virtanen and others",
20
20
    author_email="pav@iki.fi",
21
 
    url="http://projects.scipy.org/numpy/browser/trunk/doc/sphinxext",
 
21
    url="http://github.com/numpy/numpy/tree/master/doc/sphinxext",
22
22
    license="BSD",
23
23
    zip_safe=False,
24
 
    install_requires=["Sphinx >= 0.5"],
 
24
    install_requires=["Sphinx >= 1.0.1"],
25
25
    package_data={'numpydoc': 'tests', '': ''},
26
26
    entry_points={
27
27
        "console_scripts": [