Skip to content

Migrate to uv - #54

Open
PeterJCLaw wants to merge 12 commits into
mainfrom
migrate-to-uv
Open

Migrate to uv#54
PeterJCLaw wants to merge 12 commits into
mainfrom
migrate-to-uv

Conversation

@PeterJCLaw

@PeterJCLaw PeterJCLaw commented Feb 7, 2026

Copy link
Copy Markdown
Owner

uv is fast, pip-like and supports more modern python packaging approaches.

Build comparison helper:

srg srcomp && \
    rm -rf dist dist-uv && \
    script/release/build.sh && \
    mv dist dist-uv && \
    pushd dist-uv && \
    unzip sr_comp*-py3-none-any.whl -d wheel && \
    mkdir -p tar.gz && \
    tar --extract --file sr_comp*.tar.gz --directory=tar.gz && \
    popd && \
    diff -r dist-setuptools dist-uv > pkgs.diff ; \
    echo "Done: $?"

@PeterJCLaw
PeterJCLaw force-pushed the migrate-to-uv branch 2 times, most recently from d664e13 to 3efe4fd Compare February 15, 2026 18:33
This includes our docs by default (which ought to have always been
present but weren't) and allows exclusion of the dummy test data
(from which only the scoring python files were being included).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants