mirror of
https://abf.rosa.ru/djam/python38-psutil.git
synced 2025-02-23 18:32:56 +00:00
5.6.7
This commit is contained in:
parent
410d543eeb
commit
de545aa532
2 changed files with 3 additions and 3 deletions
1
.abf.yml
1
.abf.yml
|
@ -1,2 +1,3 @@
|
||||||
sources:
|
sources:
|
||||||
psutil-5.6.7.tar.gz: 9ea8f25fe66897d9a2354708e769da530fb4687d
|
psutil-5.6.7.tar.gz: 9ea8f25fe66897d9a2354708e769da530fb4687d
|
||||||
|
release-5.6.7.tar.gz: 9ea8f25fe66897d9a2354708e769da530fb4687d
|
||||||
|
|
|
@ -39,7 +39,7 @@ ifconfig, nice, ionice, iostat, iotop, uptime, pidof, tty, who, taskset, pmap.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p0 -n %{srcname}-release-%{version}
|
%setup -qn %{srcname}-release-%{version}
|
||||||
|
|
||||||
# Remove shebangs
|
# Remove shebangs
|
||||||
find psutil -name \*.py | while read file; do
|
find psutil -name \*.py | while read file; do
|
||||||
|
@ -57,7 +57,6 @@ done
|
||||||
%py38_install
|
%py38_install
|
||||||
|
|
||||||
%files -n python38-%{srcname}
|
%files -n python38-%{srcname}
|
||||||
%license LICENSE
|
%doc CREDITS HISTORY.rst README.rst LICENSE
|
||||||
%doc CREDITS HISTORY.rst README.rst
|
|
||||||
%{python38_sitearch}/%{srcname}/
|
%{python38_sitearch}/%{srcname}/
|
||||||
%{python38_sitearch}/*.egg-info
|
%{python38_sitearch}/*.egg-info
|
||||||
|
|
Loading…
Add table
Reference in a new issue