vor 2 Monaten 0 Commits zu main seit diesem Release
hatch run
or poetry run
when running Python in these build
environmentsvor 2 Monaten 2 Commits zu main seit diesem Release
hatch test
over python3 manage.py test
(see v0.16.1)vor 2 Monaten 4 Commits zu main seit diesem Release
hatch test
over python3 manage.py test
in case of
a django application using the hatch buildsystem. hatch
is preferable here,
since it prepares the virtual environment.vor 3 Monaten 6 Commits zu main seit diesem Release
makefilet
download (previously the download could
get stuck)make clean
hatch run fmt
and hatch run test
) relied on
custom actions being named in a specific way.vor 10 Monaten 11 Commits zu main seit diesem Release
init-deb
(replacing underscores with hyphens)dist
) actions for poetry and hatchlingMAKEFILET_MODULES
makefilet
.
The download URLs can be configured via MAKEFILET_DOWNLOAD_URL_TEMPLATES
.
This requires an update of your embedded makefilet-download-ondemand.mk
.vor 1 Jahr 18 Commits zu main seit diesem Release
PYPI_UPLOAD_TARGET
and
DEBIAN_UPLOAD_TARGET
(previously these variables needed to be set after including makefilet in
your Makefile
)PYPI_UPLOAD_TARGET
(the default pypi target URL can be named explicitly without a section with
the same name)vor 1 Jahr 21 Commits zu main seit diesem Release
pyproject.toml
filevor 1 Jahr 23 Commits zu main seit diesem Release
django-translate
)
via DJANGO_COMPILEMESSAGES_ARGS
and DJANGO_MAKEMESSAGES_ARGS
vor 1 Jahr 25 Commits zu main seit diesem Release
package.json
.
No we handle an empty version string gracefully.
This should reflect the reality of many projects using package.json
merely
for dependency tracking.vor 1 Jahr 31 Commits zu main seit diesem Release
pyproject.toml
exists.
Previously only setup.py
was used as an indicator file.poetry
or hatch
operations for test/lint/style
(see PYTHON_BUILD_SYSTEM
, PYTHON_TEST_RUNNER
, PYTHON_LINT_RUNNER
and
PYTHON_STYLE)_RUNNER
)