flatpak-builder-tools icon indicating copy to clipboard operation
flatpak-builder-tools copied to clipboard

pip: Rename flatpak-pip-generator to flatpak-pip-generator.py

Open lwbt opened this issue 6 months ago • 0 comments

Rename flatpak-pip-generator to flatpak-pip-generator.py to be able to run it with pipx.

$  pipx run https://github.com/flatpak/flatpak-builder-tools/raw/master/pip/flatpak-pip-generator
pipx will only execute apps from the internet directly if they end with '.py'. ...

$  pipx run https://github.com/lwbt/flatpak-builder-tools/raw/master/pip/flatpak-pip-generator.py
Please specifiy either packages or requirements file argument

flatpak-poetry-generator.py

pipx run https://github.com/flatpak/flatpak-builder-tools/raw/master/poetry/flatpak-poetry-generator.py
usage: -c [-h] [-o OUTFILE] [--production] lockfile
-c: error: the following arguments are required: lockfile

I also fixed the typo I just found while creating the PR.

lwbt avatar Aug 09 '24 19:08 lwbt