Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 446356 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +2 lines)
Line  Link Here
0
-- setup.py.orig       2012-12-08 22:56:32.268449054 +1300
0
++ setup.py    2012-12-08 22:58:42.099588659 +1300
Lines 465-474 Link Here
465
        # Work around a numpy distutils bug by forcing the use of the
465
        # Work around a numpy distutils bug by forcing the use of the
466
        # setuptools' sdist command.
466
        # setuptools' sdist command.
467
        'sdist': setuptools.command.sdist.sdist,
467
        'sdist': setuptools.command.sdist.sdist,
468
        'build': MyBuild,
469
        'develop': MyDevelop,
468
        'develop': MyDevelop,
470
        'install_scripts': MyInstallScripts,
469
        'install_scripts': MyInstallScripts,
471
        'install_data': MyInstallData,
472
        'gen_docs': GenDocs,
470
        'gen_docs': GenDocs,
473
        'build_docs': BuildDocs,
471
        'build_docs': BuildDocs,
474
        },
472
        },
Lines 494-499 Link Here
494
    license = "BSD",
492
    license = "BSD",
495
    long_description = '\n'.join(DOCLINES[3:]),
493
    long_description = '\n'.join(DOCLINES[3:]),
496
    platforms = ["Windows", "Linux", "Mac OS-X", "Unix", "Solaris"],
494
    platforms = ["Windows", "Linux", "Mac OS-X", "Unix", "Solaris"],
497
    zip_safe = False,
495
    zip_safe = True,
498
    **config
496
    **config
499
)
497
)

Return to bug 446356