Christoph Reiter b6a05b9f93 pypi: don't use it just as a fallback for new versions
In case Arch and pypi both had the package we would prefer Arch.
While that helps in case Arch tries to keep older versions to keep
everything compatible, there are cases where things are outdated
in Arch and updates happend despite being in conflict,
so in reality we need to check ourselves anyway.
2024-12-26 12:44:17 +01:00
2023-03-05 11:37:18 +01:00
2024-09-15 17:07:03 +02:00
2020-11-21 12:24:07 +01:00
2024-09-12 13:52:07 +02:00
2024-12-06 18:00:01 +01:00
2024-12-19 08:51:39 +01:00
2024-12-18 08:00:07 +01:00
2024-09-12 14:13:03 +02:00

MSYS2 Web Interface
===================

A simple web interface for browsing the MSYS2 repos.

Rebuild CSS/JS (optional)::

    cd frontend
    npm install
    npm run build

Run for Development::

    poetry shell
    poetry install
    python run.py --cache

Run for Production::

    # See the Dockerfile
    docker build .
    docker run --rm -it -p 8080:80 <image-id>
Description
Online Repo Browser
Readme 3.5 MiB
Languages
Python 68.8%
HTML 26.3%
JavaScript 2.8%
SCSS 1.7%
Dockerfile 0.3%
Other 0.1%