python-hatchling/hatchling-build.1
Benjamin A. Beasley c481a8b74a Update to 1.24.2
This is from https://src.fedoraproject.org/rpms/python-hatchling/pull-request/75

The Fedora update is blocked on hatch (which is blocked on packaging uv).
But there is no hatch in c10s and this gets rid of the dependency on python-editables.

If EPEL 10 wants to package hatch, they will need to backport the relevant change from
https://github.com/pypa/hatch/pull/1255
2024-06-11 16:26:49 +02:00

44 lines
847 B
Groff

.TH HATCHLING\-BUILD "1" "March 2024" "" "User Commands"
.SH NAME
.B hatchling\ build
.SH SYNOPSIS
.B hatchling\ build
.RB [ \-h ]
.RB [ \-d ]
.RB [ \-t ]
.RB [ \-\-hooks\-only ]
.RB [ \-\-no\-hooks ]
.RB [ \-c ]
.RB [ \-\-clean\-hooks\-after ]
.RB [ \-\-clean\-only ]
.RB [ \-\-show\-dynamic\-deps ]
.SH OPTIONS
.SS "OPTIONAL\ ARGUMENTS"
.TP
.B \-h\fR,\ \fB\-\-help
Show a help message and exit
.TP
.B \-d\fR,\ \fB\-\-directory
The directory in which to build artifacts
.TP
.B \-t\fR,\ \fB\-\-targets
Comma-separated list of targets to build, overriding project defaults
.TP
.B \-\-hooks\-only
.TP
.B \-\-no\-hooks
.TP
.B \-c\fR,\ \fB\-\-clean
.TP
.B \-\-clean\-hooks\-after
.TP
.B \-\-clean\-only
.TP
.B \-\-show\-dynamic\-deps
.SH "SEE\ ALSO"
.BR hatchling\-dep (1),
.BR hatchling\-metadata (1),
.BR hatchling\-version (1)
.P
.BR hatchling (1)