-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyvem.spec
51 lines (33 loc) · 874 Bytes
/
pyvem.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Name: pyvem
Version: 1.0.0
Release: %autorelease
Summary: Manage pipenv, poetry, virtualenv and more virtual envs from one place
License: GPLv3
URL: https://github.com/nikromen/%{name}
Source0: %{url}/archive/refs/tags/%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: pyproject-rpm-macros
Requires: python3-click
Requires: python3-tqdm
Requires: python3-podman
Requires: python3-docker
Requires: python3-pexpect
Requires: python3-pip
%description
%{summary}
%prep
%autosetup
%generate_buildrequires
%pyproject_buildrequires -r
%build
%pyproject_wheel
%install
%pyproject_install
%pyproject_save_files %{name}
%files -n %{name} -f %{pyproject_files}
%license LICENSE
%doc README.md
%{_bindir}/%{name}
%changelog
%autochangelog