public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-click-option-group] epel10: Initial import (#2233084)
@ 2026-07-21 14:41 Cristian Le
0 siblings, 0 replies; only message in thread
From: Cristian Le @ 2026-07-21 14:41 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-click-option-group
Branch : epel10
Commit : cb7adca19f497f417b197842bed66109ead4af85
Author : Cristian Le <cristian.le@mpsd.mpg.de>
Date : 2023-09-06T11:43:49+02:00
Stats : +97/-0 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/python-click-option-group/c/cb7adca19f497f417b197842bed66109ead4af85?branch=epel10
Log:
Initial import (#2233084)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..2137b43
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+click-option-group-*.tar.gz
diff --git a/.packit.yaml b/.packit.yaml
new file mode 100644
index 0000000..c829406
--- /dev/null
+++ b/.packit.yaml
@@ -0,0 +1,44 @@
+specfile_path: python-click-option-group.spec
+
+files_to_sync:
+ - python-click-option-group.spec
+ - .packit.yaml
+
+actions:
+ create-archive:
+ - spectool -g -s0 python-click-option-group.spec
+ - sh -c "ls click-option-group-*.tar.gz"
+
+upstream_package_name: click-option-group
+downstream_package_name: click-option-group
+update_release: false
+
+jobs:
+ - job: copr_build
+ trigger: commit
+ owner: lecris
+ project: python-click-option-group
+ targets:
+ - fedora-all
+ - epel-9
+ - job: tests
+ trigger: commit
+ targets:
+ - fedora-all
+ - epel-9
+ fmf_path: .distro
+ - job: pull_from_upstream
+ trigger: release
+ dist_git_branches:
+ - fedora-all
+ - epel-9
+ - job: koji_build
+ trigger: commit
+ dist_git_branches:
+ - fedora-all
+ - epel-9
+ - job: bodhi_update
+ trigger: commit
+ dist_git_branches:
+ - fedora-branched
+ - epel-9
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/changelog
diff --git a/python-click-option-group.spec b/python-click-option-group.spec
new file mode 100644
index 0000000..be85c4f
--- /dev/null
+++ b/python-click-option-group.spec
@@ -0,0 +1,51 @@
+Name: python-click-option-group
+Version: 0.5.6
+Release: %autorelease
+Summary: Option groups missing in Click
+
+License: BSD-3-Clause
+URL: https://github.com/click-contrib/click-option-group
+Source: %{pypi_source click-option-group}
+
+BuildArch: noarch
+BuildRequires: python3-devel
+
+%global _description %{expand:
+click-option-group is a Click-extension package that adds option groups
+missing in Click.}
+
+%description %_description
+
+%package -n python3-click-option-group
+Summary: %{summary}
+%description -n python3-click-option-group %_description
+
+
+%prep
+%autosetup -n click-option-group-%{version}
+
+
+%generate_buildrequires
+%pyproject_buildrequires -x tests
+
+
+%build
+%pyproject_wheel
+
+
+%install
+%pyproject_install
+%pyproject_save_files click_option_group
+
+
+%check
+%pytest
+
+
+%files -n python3-click-option-group -f %{pyproject_files}
+%license LICENSE
+%doc README.md
+
+
+%changelog
+%autochangelog
diff --git a/sources b/sources
new file mode 100644
index 0000000..15183fa
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (click-option-group-0.5.6.tar.gz) = 7ac321a0c2dedcacf9b0383cb6b1ae6f7dd0ec6855e4f88cd4817ddece0c2c043c8b10fab04a41aefce38f871075a793bdc7b000f3b99adc7d93a3b6f0cf9884
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-21 14:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-21 14:41 [rpms/python-click-option-group] epel10: Initial import (#2233084) Cristian Le
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox