Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hddtempserial
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Oleg Nikulin
hddtempserial
Commits
25971445
Commit
25971445
authored
Oct 19, 2022
by
Blashkin Konstantin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Последние наработки в spec и toml файлах
parent
f0b55b27
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
12 deletions
+15
-12
hddtempserial.spec
hddtempserial.spec
+11
-7
pyproject.toml
pyproject.toml
+4
-5
No files found.
hddtempserial.spec
View file @
25971445
...
...
@@ -11,7 +11,6 @@ License: Etersoft
Url: https://gitlab.eterfund.ru/owl2/hddtempserial
# Source-url: https://gitlab.eterfund.ru/owl2/%name/-/archive/v%version/%name-v%version.tar
Source: %name-%version.tar
BuildRequires: python3-devel
BuildRequires: python3-module-serial
...
...
@@ -20,21 +19,26 @@ BuildRequires: hddtemp
Requires: python3 > 3.4
%description
Script for the fan control board, transfers temperature data in the system to the control board.
%prep
%setup
#%setup
%build
%pyproject_build
%install
%pyproject_install
%python3_prune
%files
%doc readme.md
%python3_sitelibdir/%oname/
%_bindir/*
%_menudir/*
%_datadir/%name
#%files
#%doc readme.md
#%python3_sitelibdir/%oname/
%changelog
* Wed Aug 10 2022 Pablo Soldatoff <soldatoff@etersoft.ru> 1.0.0-alt1
...
...
pyproject.toml
View file @
25971445
# As per https://github.com/pypa/setuptools/blob/main/docs/userguide/quickstart
.rst
# As per https://github.com/pypa/setuptools/blob/main/docs/userguide/quickstart
"
[build-system]
requires
=
["
hatchling
"]
build-backend
=
"
hatchling.build
"
requires
=
["
setuptools>=61.0
"]
build-backend
=
"
setuptools.build_meta
"
[project]
name
=
"hddtempserial"
...
...
@@ -20,4 +20,4 @@ classifiers = [
]
[project.urls]
"Homepage"
=
"https://gitlab.eterfund.ru/owl2/hddtempserial/tree/master"
\ No newline at end of file
"Homepage"
=
"https://gitlab.eterfund.ru/owl2/hddtempserial/tree/master"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment