Skip to content

Commit 3128ab8

Browse files
committed
Some more refactoring in spec file.
1 parent 5005abe commit 3128ab8

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

python3-envon.spec

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ Summary: Emit the activation command for the nearest Python virtual envir
77

88
License: MIT
99
URL: https://github.com/userfrom1995/%{srcname}
10-
Source0: https://files.pythonhosted.org/packages/source/e/%{srcname}/%{srcname}-%{version}.tar.gz
10+
# Source tarball built from git using: python3 -m build --sdist
11+
# Upstream PyPI: https://pypi.org/project/envon/
12+
# Source: https://files.pythonhosted.org/packages/source/e/%{srcname}/%{srcname}-%{version}.tar.gz
13+
Source0: %{srcname}-%{version}.tar.gz
1114

1215
BuildArch: noarch
1316
BuildRequires: python3-devel
@@ -19,10 +22,10 @@ BuildRequires: python3-installer
1922
Requires: python3-virtualenv >= 20
2023

2124
%description
22-
envon is a cross-shell Python virtual environment activator that emits the correct
23-
activation command for your shell. It auto-detects the nearest or specified virtual
24-
environment and supports bash, zsh, sh, fish, powershell, pwsh, nushell, cmd, and
25-
csh/tcsh/cshell.
25+
envon is a cross-shell Python virtual environment activator that emits
26+
the correct activation command for your shell. It auto-detects the
27+
nearest or specified virtual environment and supports bash, zsh, sh,
28+
fish, powershell, pwsh, nushell, cmd, and csh/tcsh/cshell.
2629

2730
%prep
2831
%autosetup -n %{srcname}-%{version}

0 commit comments

Comments
 (0)