commit
6a9909ed8f
@ -0,0 +1 @@
|
|||||||
|
SOURCES/hatchling-1.18.0.tar.gz
|
@ -0,0 +1 @@
|
|||||||
|
f3db8639e9bee89e2e2420d1bc7a048a910622c9 SOURCES/hatchling-1.18.0.tar.gz
|
@ -0,0 +1,29 @@
|
|||||||
|
From 434141ae48b911d3b56675a34f38f9ffbb49b641 Mon Sep 17 00:00:00 2001
|
||||||
|
From: "Benjamin A. Beasley" <code@musicinmybrain.net>
|
||||||
|
Date: Mon, 24 Jul 2023 11:30:02 -0400
|
||||||
|
Subject: [PATCH] Downstream-only: loosen dependency versions for EPEL9
|
||||||
|
|
||||||
|
See discussion in https://bugzilla.redhat.com/show_bug.cgi?id=2158497.
|
||||||
|
---
|
||||||
|
backend/pyproject.toml | 4 ++--
|
||||||
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/backend/pyproject.toml b/backend/pyproject.toml
|
||||||
|
index 8e4e5ffc..2655b7d6 100644
|
||||||
|
--- a/backend/pyproject.toml
|
||||||
|
+++ b/backend/pyproject.toml
|
||||||
|
@@ -35,9 +35,9 @@ classifiers = [
|
||||||
|
]
|
||||||
|
dependencies = [
|
||||||
|
"editables>=0.3",
|
||||||
|
- "packaging>=21.3",
|
||||||
|
+ "packaging>=20.9",
|
||||||
|
"pathspec>=0.10.1",
|
||||||
|
- "pluggy>=1.0.0",
|
||||||
|
+ "pluggy>=0.13.1",
|
||||||
|
"tomli>=1.2.2; python_version < '3.11'",
|
||||||
|
"trove-classifiers",
|
||||||
|
]
|
||||||
|
--
|
||||||
|
2.41.0
|
||||||
|
|
@ -0,0 +1,40 @@
|
|||||||
|
.TH HATCHLING\-BUILD "1" "October 2022" "" "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 ]
|
||||||
|
.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
|
||||||
|
.SH "SEE\ ALSO"
|
||||||
|
.BR hatchling\-dep (1),
|
||||||
|
.BR hatchling\-metadata (1),
|
||||||
|
.BR hatchling\-version (1)
|
||||||
|
.P
|
||||||
|
.BR hatchling (1)
|
@ -0,0 +1,22 @@
|
|||||||
|
.TH HATCHLING\-DEP\-SYNCED "1" "October 2022" "" "User Commands"
|
||||||
|
.SH NAME
|
||||||
|
.B hatchling\ dep\ synced
|
||||||
|
.SH SYNOPSIS
|
||||||
|
.B hatchling\ dep\ synced
|
||||||
|
.RB [ \-h ]
|
||||||
|
.RB [ \-p ]
|
||||||
|
.I dependencies
|
||||||
|
.RI [ dependencies \ ...]
|
||||||
|
.SH OPTIONS
|
||||||
|
.SS "POSITIONAL\ ARGUMENTS"
|
||||||
|
.TP
|
||||||
|
.I dependencies
|
||||||
|
.SS "OPTIONAL\ ARGUMENTS"
|
||||||
|
.TP
|
||||||
|
.B \-h\fR,\ \fB\-\-help
|
||||||
|
Show a help message and exit
|
||||||
|
.TP
|
||||||
|
.B \-p\fR,\ \fB\-\-python
|
||||||
|
.SH "SEE\ ALSO"
|
||||||
|
.BR hatchling\-dep (1),
|
||||||
|
.BR hatchling (1)
|
@ -0,0 +1,25 @@
|
|||||||
|
.TH HATCHLING\-DEP "1" "October 2022" "" "User Commands"
|
||||||
|
.SH NAME
|
||||||
|
.B hatchling\ dep
|
||||||
|
.SH SYNOPSIS
|
||||||
|
.B hatchling\ dep
|
||||||
|
.RB [ \-h ]
|
||||||
|
.RB { synced }\ ...
|
||||||
|
.SH OPTIONS
|
||||||
|
.SS "COMMANDS"
|
||||||
|
.TP
|
||||||
|
.B synced
|
||||||
|
See
|
||||||
|
.BR hatchling\-dep\-synced (1).
|
||||||
|
.SS "OPTIONAL\ ARGUMENTS"
|
||||||
|
.TP
|
||||||
|
.B \-h\fR,\ \fB\-\-help
|
||||||
|
Show a help message and exit
|
||||||
|
.SH "SEE\ ALSO"
|
||||||
|
.BR hatchling\-dep\-synced (1)
|
||||||
|
.P
|
||||||
|
.BR hatchling\-build (1),
|
||||||
|
.BR hatchling\-metadata (1),
|
||||||
|
.BR hatchling\-version (1)
|
||||||
|
.P
|
||||||
|
.BR hatchling (1)
|
@ -0,0 +1,24 @@
|
|||||||
|
.TH HATCHLING\-METADATA "1" "October 2022" "" "User Commands"
|
||||||
|
.SH NAME
|
||||||
|
.B hatchling\ metadata
|
||||||
|
.SH SYNOPSIS
|
||||||
|
.B hatchling\ metadata
|
||||||
|
.RB [ \-h ]
|
||||||
|
.RB [ \-c ]
|
||||||
|
.RI [ field ]
|
||||||
|
.SH OPTIONS
|
||||||
|
.SS "POSITIONAL\ ARGUMENTS"
|
||||||
|
.TP
|
||||||
|
.I field
|
||||||
|
.SS "OPTIONAL\ ARGUMENTS"
|
||||||
|
.TP
|
||||||
|
.B \-h\fR,\ \fB\-\-help
|
||||||
|
Show a help message and exit
|
||||||
|
.TP
|
||||||
|
.B \-c\fR,\ \fB\-\-compact
|
||||||
|
.SH "SEE\ ALSO"
|
||||||
|
.BR hatchling\-build (1),
|
||||||
|
.BR hatchling\-dep (1),
|
||||||
|
.BR hatchling\-version (1)
|
||||||
|
.P
|
||||||
|
.BR hatchling (1)
|
@ -0,0 +1,18 @@
|
|||||||
|
.TH HATCHLING\-VERSION "1" "October 2022" "" "User Commands"
|
||||||
|
.SH NAME
|
||||||
|
.B hatchling\ version
|
||||||
|
.SH SYNOPSIS
|
||||||
|
.B hatchling\ version
|
||||||
|
.RB [ \-h ]
|
||||||
|
.SH OPTIONS
|
||||||
|
.\" .SS "POSITIONAL\ ARGUMENTS"
|
||||||
|
.SS "OPTIONAL\ ARGUMENTS"
|
||||||
|
.TP
|
||||||
|
.B \-h\fR,\ \fB\-\-help
|
||||||
|
Show a help message and exit
|
||||||
|
.SH "SEE\ ALSO"
|
||||||
|
.BR hatchling\-build (1),
|
||||||
|
.BR hatchling\-dep (1),
|
||||||
|
.BR hatchling\-metadata (1)
|
||||||
|
.P
|
||||||
|
.BR hatchling (1)
|
@ -0,0 +1,39 @@
|
|||||||
|
.TH HATCHLING "1" "October 2022" "" "User Commands"
|
||||||
|
.SH NAME
|
||||||
|
.B hatchling
|
||||||
|
\(en the build backend used by Hatch
|
||||||
|
.SH SYNOPSIS
|
||||||
|
.B hatchling
|
||||||
|
.RB [ \-h ]
|
||||||
|
.RB { build , dep , metadata , version }\ ...
|
||||||
|
.SH DESCRIPTION
|
||||||
|
This is the extensible, standards compliant build backend used by Hatch.
|
||||||
|
.SH OPTIONS
|
||||||
|
.SS "COMMANDS"
|
||||||
|
.TP
|
||||||
|
.B build
|
||||||
|
See
|
||||||
|
.BR hatchling\-build (1).
|
||||||
|
.TP
|
||||||
|
.B dep
|
||||||
|
See
|
||||||
|
.BR hatchling\-dep (1).
|
||||||
|
.TP
|
||||||
|
.B metadata
|
||||||
|
See
|
||||||
|
.BR hatchling\-metadata (1).
|
||||||
|
.TP
|
||||||
|
.B version
|
||||||
|
See
|
||||||
|
.BR hatchling\-version (1).
|
||||||
|
.SS "OPTIONAL\ ARGUMENTS"
|
||||||
|
.TP
|
||||||
|
.B \-h\fR,\ \fB\-\-help
|
||||||
|
Show a help message and exit
|
||||||
|
.SH "SEE\ ALSO"
|
||||||
|
.BR hatchling\-build (1),
|
||||||
|
.BR hatchling\-dep (1),
|
||||||
|
.BR hatchling\-metadata (1),
|
||||||
|
.BR hatchling\-version (1)
|
||||||
|
.P
|
||||||
|
.BR hatch (1)
|
Loading…
Reference in new issue