Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change ipympl/pkgconfig/widgetsnbextension to wheel packages, drop build deps #36267

Merged
merged 17 commits into from
Sep 27, 2023

Commits on Sep 16, 2023

  1. configure.ac: disable pytz with --disable-doc and --disable-r

    The pytz package is a dependency of three others: babel, rpy2, and
    tzlocal. And tzlocal is itself a dependency of rpy2. Babel is already
    disabled with --disable-doc, and rpy2 and tzlocal are disabled with
    --disable-r. It therefore makes sense to disable pytz when both
    --disable-doc and --disable-r are given.
    orlitzky committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    62164e3 View commit details
    Browse the repository at this point in the history
  2. configure.ac: no cffi/pycparser with --disable-notebook and --disable-r

    The pycparser package is a dependency of two others, cffi and rpy2,
    which can be disabled with --disable-notebook and --disable-r
    respectively. As a result we can disable pycparser when both flags are
    present.
    orlitzky committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    ca3d95b View commit details
    Browse the repository at this point in the history
  3. configure.ac: disable pytz_deprecation_shim with --disable-r

    The pytz_deprecation_shim package is a dependency only of tzlocal,
    which is already disabled with --disable-r.
    orlitzky committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    2edd973 View commit details
    Browse the repository at this point in the history
  4. configure.ac: disable argon2_cffi_bindings with --disable-notebook

    Passing --disable-notebook to ./configure already disables the
    argon2_cffi package, so it should be safe to disable its bindings
    as well.
    orlitzky committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    c3521b9 View commit details
    Browse the repository at this point in the history
  5. configure.ac: disable soupsieve with --disable-notebook

    The soupsieve package is a dependency of beautifulsoup4, which is
    already disabled with --disable-notebook. It should therefore be safe
    to disable soupsieve under the same circumstances.
    orlitzky committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    5b23bf6 View commit details
    Browse the repository at this point in the history
  6. configure.ac: disable sphinx_basic_ng with --disable-doc

    The sphinx_basic_ng package is solely a dependency of furo, which is
    already disabled with --disable-doc. We should therefore disable
    sphinx_basic_ng with --disable-doc as well.
    orlitzky committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    fb5c951 View commit details
    Browse the repository at this point in the history
  7. configure.ac: disable fastjsonschema with --disable-notebook

    The fastjsonschema package is solely a dependency of nbformat, which
    is already disabled with --disable-notebook. We should therefore
    disable fastjsonschema with --disable-notebook as well.
    orlitzky committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    c59c407 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3ad8227 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a1b6e72 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    01ff39e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7fda18c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4ece267 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1571d28 View commit details
    Browse the repository at this point in the history
  14. build/pkgs/tomlkit: Remove

    mkoeppe committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    68dc2d8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    94b3aec View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    77aa9f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. Configuration menu
    Copy the full SHA
    e5ac3c8 View commit details
    Browse the repository at this point in the history