public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Maxwell G <gotmax@e.email>
To: git-commits@fedoraproject.org
Subject: [rpms/reuse] epel10: Remove unnecessary pypi_name variable
Date: Wed, 19 Aug 2026 12:50:17 GMT	[thread overview]
Message-ID: <178714381766.1.1149203007488432191.rpms-reuse-6fbeb8589092@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/reuse
Branch : epel10
Commit : 6fbeb85890928e32a99d62661706951150854d31
Author : Maxwell G <gotmax@e.email>
Date   : 2021-09-26T16:06:20-05:00
Stats  : +5/-6 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/reuse/c/6fbeb85890928e32a99d62661706951150854d31?branch=epel10

Log:
Remove unnecessary pypi_name variable

---
diff --git a/reuse.spec b/reuse.spec
index 378b6ae..ef69ca8 100644
--- a/reuse.spec
+++ b/reuse.spec
@@ -1,5 +1,3 @@
-%global pypi_name reuse
-
 Name:           reuse
 Version:        0.13.0
 Release:        1%{?dist}
@@ -41,7 +39,7 @@ it is a linter that checks for a project's compliance, and a compiler that
 generates a project's bill of materials.
 
 %prep
-%autosetup -n %{pypi_name}-%{version}
+%autosetup -n %{name}-%{version}
 # Remove this line when sphinx-autodoc-typehints is up-to-date.
 sed -i "/sphinx_autodoc_typehints/d" docs/conf.py
 
@@ -61,13 +59,14 @@ popd
 %files
 %license LICENSES/*.txt
 %doc README.md CHANGELOG.md docs/html/
-%{_bindir}/%{pypi_name}
-%{python3_sitelib}/%{pypi_name}/
-%{python3_sitelib}/%{pypi_name}*egg-info/
+%{_bindir}/%{name}
+%{python3_sitelib}/%{name}/
+%{python3_sitelib}/%{name}*egg-info/
 
 %changelog
 * Sun Sep 26 2021 Maxwell G <gotmax@e.email> - 0.13.0-1
 - Update to 0.13.0. Fixes rhbz#1970928.
+- Remove unnecessary pypi_name variable
 
 * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

                 reply	other threads:[~2026-08-19 12:50 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=178714381766.1.1149203007488432191.rpms-reuse-6fbeb8589092@fedoraproject.org \
    --to=gotmax@e.email \
    --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