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

Add graalpy package to make Graalpy available as a Python implementation #20882

Merged
merged 35 commits into from
Jan 13, 2023

Commits on Nov 4, 2022

  1. add graalpy recipe and required python_abi change

    timfel authored and Tim Felgentreff committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    a501193 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    884dd7e View commit details
    Browse the repository at this point in the history
  2. prepare osx build

    timfel committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    12bb156 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Configuration menu
    Copy the full SHA
    1e6ad40 View commit details
    Browse the repository at this point in the history
  2. enable osx packages

    timfel committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    99639dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a0a529 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9391e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    acb27f7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    def0347 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    48ca075 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    23ce8bd View commit details
    Browse the repository at this point in the history
  9. add test for graalpy-graalvm

    timfel committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    60283a2 View commit details
    Browse the repository at this point in the history
  10. weak export a dep on graalpy's python_abi when building with it

    (addresses review comment)
    timfel committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    d13eafa View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. export version range for Python abi

    the resolver should now be able to pick any matching version of graalpy, which
    constrains the python_abi package to an exact - one that will fall in the
    relevant version range, but more importantly, that one will be a graalpy
    python_abi
    timfel committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    17be004 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70a7e90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65497be View commit details
    Browse the repository at this point in the history
  4. fix osx build JAVA_HOME

    timfel committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    9f0d369 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

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

Commits on Nov 21, 2022

  1. Configuration menu
    Copy the full SHA
    366ce77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    398c1af View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Configuration menu
    Copy the full SHA
    ddcc188 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ea5871 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Update python_abi build string

    Co-authored-by: Isuru Fernando <isuruf@gmail.com>
    timfel and isuruf authored Nov 23, 2022
    Configuration menu
    Copy the full SHA
    b1d2f31 View commit details
    Browse the repository at this point in the history
  2. Update python_abi build string

    Co-authored-by: Isuru Fernando <isuruf@gmail.com>
    timfel and isuruf authored Nov 23, 2022
    Configuration menu
    Copy the full SHA
    d1ccdf3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9414c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    693fa2d View commit details
    Browse the repository at this point in the history
  5. check that noarch packages work on graalpy

    Co-authored-by: Isuru Fernando <isuruf@gmail.com>
    timfel and isuruf committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    3dc54e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Fix deps

    isuruf authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    547b219 View commit details
    Browse the repository at this point in the history
  2. check pip too

    isuruf authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    3cce9c9 View commit details
    Browse the repository at this point in the history
  3. Add me to maintainers

    isuruf authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    fee67f1 View commit details
    Browse the repository at this point in the history
  4. Fix more deps

    isuruf authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    53535c2 View commit details
    Browse the repository at this point in the history
  5. Fix pip requires

    isuruf authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    984ce8f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    882ce03 View commit details
    Browse the repository at this point in the history
  7. Fix deps again

    isuruf authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    22b4756 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8426c3c View commit details
    Browse the repository at this point in the history