mirror of
https://github.com/shizand/altlinux-specs.git
synced 2024-12-23 17:52:58 +03:00
statapp-0.5.0-alt2
This commit is contained in:
parent
424ac4934f
commit
5f5cc831b9
@ -1 +1,10 @@
|
|||||||
# altlinux-specs
|
# altlinux-specs
|
||||||
|
|
||||||
|
```
|
||||||
|
docker run --rm -it --privileged -v $(pwd):/usr/src/project ghcr.io/shizand/altlinux-builder
|
||||||
|
cd /usr/src/project/...
|
||||||
|
rpmgs *.spec
|
||||||
|
rpmbs -b p10 *.spec
|
||||||
|
hsh /home/user/RPM/SRPMS/* --no-sisyphus-check=packager,gpg,changelog
|
||||||
|
cp ~/hasher/repo/x86_64/RPMS.hasher/* .
|
||||||
|
```
|
2
statapp/statapp
Normal file
2
statapp/statapp
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
/usr/bin/python3 -m statapp
|
BIN
statapp/statapp-0.5.0-alt2.noarch.rpm
Normal file
BIN
statapp/statapp-0.5.0-alt2.noarch.rpm
Normal file
Binary file not shown.
BIN
statapp/statapp-0.5.0-alt2.src.rpm
Normal file
BIN
statapp/statapp-0.5.0-alt2.src.rpm
Normal file
Binary file not shown.
@ -4,14 +4,18 @@
|
|||||||
|
|
||||||
Name: statapp
|
Name: statapp
|
||||||
Version: 0.5.0
|
Version: 0.5.0
|
||||||
Release: alt1
|
Release: alt2
|
||||||
|
Vendor: Shizand
|
||||||
|
|
||||||
Summary: Automated software for statistical analysis and regression modeling
|
Summary: Automated software for statistical analysis and regression modeling
|
||||||
Summary(ru_RU.UTF-8): Автоматизированное программное средство по статистическому анализу и регрессионному моделированию.
|
Summary(ru_RU.UTF-8): Автоматизированное программное средство по статистическому анализу и регрессионному моделированию.
|
||||||
License: GPL-3.0
|
License: GPL-3.0
|
||||||
Group: Development/Python3
|
Group: Sciences/Mathematics
|
||||||
Url: https://github.com/shizand/statapp
|
Url: https://github.com/shizand/statapp
|
||||||
|
|
||||||
|
# Source-url: https://github.com/shizand/statapp/archive/refs/tags/v%version.tar.gz
|
||||||
Source: %pypi_name-%version.tar
|
Source: %pypi_name-%version.tar
|
||||||
|
Source1: statapp
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -43,6 +47,7 @@ STAT.exe (Produced by Reutov V.N., Donetsk University, 1990)
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%pyproject_install
|
%pyproject_install
|
||||||
|
install -m755 -D %SOURCE1 %buildroot%_bindir/statapp
|
||||||
|
|
||||||
%check
|
%check
|
||||||
#%%tox_create_default_config
|
#%%tox_create_default_config
|
||||||
@ -50,10 +55,14 @@ STAT.exe (Produced by Reutov V.N., Donetsk University, 1990)
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%doc *.md
|
%doc *.md
|
||||||
|
%_bindir/statapp
|
||||||
%python3_sitelibdir_noarch/%pypi_name/
|
%python3_sitelibdir_noarch/%pypi_name/
|
||||||
%python3_sitelibdir_noarch/%{pyproject_distinfo %pypi_name}
|
%python3_sitelibdir_noarch/%{pyproject_distinfo %pypi_name}
|
||||||
%exclude %python3_sitelibdir_noarch/%pypi_name/**/*.ui
|
%exclude %python3_sitelibdir_noarch/%pypi_name/**/*.ui
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Oct 08 2023 Maxim Slipenko <maxim@slipenko.com> 0.5.0-alt2
|
||||||
|
- Add /usr/bin/statapp
|
||||||
|
|
||||||
* Sat Oct 08 2023 Maxim Slipenko <maxim@slipenko.com> 0.5.0-alt1
|
* Sat Oct 08 2023 Maxim Slipenko <maxim@slipenko.com> 0.5.0-alt1
|
||||||
- Initial build
|
- Initial build
|
||||||
|
Loading…
Reference in New Issue
Block a user