public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Cristian Le <cristian.le@mpsd.mpg.de>
To: git-commits@fedoraproject.org
Subject: [rpms/python-click-option-group] epel10: Initial import (#2233084)
Date: Tue, 21 Jul 2026 14:41:36 GMT	[thread overview]
Message-ID: <178464489620.1.16191004922286452086.rpms-python-click-option-group-cb7adca19f49@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-07-21 14:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178464489620.1.16191004922286452086.rpms-python-click-option-group-cb7adca19f49@fedoraproject.org \
    --to=cristian.le@mpsd.mpg.de \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox