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

uv #469

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

uv #469

wants to merge 12 commits into from

Commits on Aug 24, 2024

  1. pyproject: Initial project field

    tony committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    ab12e14 View commit details
    Browse the repository at this point in the history
  2. .python-version: Declare only one version

    ❯ uv add -r requirements.txt
    error: No interpreter found for executable name `3.12.4 3.11.6 3.10.13 3.9.18 3.8.18 3.7.17` in managed installations or system path
    tony committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    ca8c9c2 View commit details
    Browse the repository at this point in the history
  3. Revert "pyproject: Initial project field"

    This reverts commit ab12e14.
    tony committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    ac0242b View commit details
    Browse the repository at this point in the history
  4. pypoetry: Add a poetry.source

    tony committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    6d2eb19 View commit details
    Browse the repository at this point in the history
  5. pyproject.toml: Convert via poetry_to_uv

    poetry_to_uv pyproject.toml > pyproject-new.toml; mv pyproject-new.toml pyproject.toml
    tony committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    10ce62a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86d7822 View commit details
    Browse the repository at this point in the history
  7. pyproject.toml: Fix project.license

    ValueError: invalid pyproject.toml config: `project.license`.
    configuration error: `project.license` must be valid exactly by one definition (2 matches found):
    
        - keys:
            'file': {type: string}
          required: ['file']
        - keys:
            'text': {type: string}
          required: ['text']
    ---
    
    See also: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
    tony committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    7bd3541 View commit details
    Browse the repository at this point in the history
  8. pyproject(project.authors): Update for packaging

    ValueError: invalid pyproject.toml config: `project.authors[0]`.
    configuration error: `project.authors[0]` must be object
    tony committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    aced674 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3c7e082 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ef955a1 View commit details
    Browse the repository at this point in the history
  11. Add uv lockfile

    tony committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    c80d290 View commit details
    Browse the repository at this point in the history
  12. ci(tests,docs): poetry -> uv

    tony committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    0cc037b View commit details
    Browse the repository at this point in the history