Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37566430
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: python3-module-systemd

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define pypi_name systemd-python
%define mod_name systemd

%def_with check

Name: python3-module-%mod_name
Epoch: 1
Version: 235
Release: alt1
Summary: Python module wrapping systemd functionality
Group: Development/Python3

License: LGPLv2+
Url: https://pypi.org/project/systemd-python/
VCS: https://github.com/systemd/python-systemd
Source: %name-%version.tar
Patch1: %name-snapshot.patch

BuildPreReq: rpm-build-python3
BuildRequires: python3-devel
BuildRequires: libsystemd-devel

# build backend and its deps

BuildRequires: python3(setuptools)
BuildRequires: python3(wheel)

%if_with check
BuildRequires: python3(pytest)

# id128.get_machine() => sd_id128_get_machine() => /etc/machine-id

BuildRequires: systemd

# id128.get_boot() => sd_id128_get_boot() => /proc/sys/kernel/random/boot_id

BuildRequires: /proc
%endif

%py3_provides %pypi_name

%description
Python module for native access to the systemd facilities.
Functionality includes sending of structured messages to the journal
and reading journal files, querying machine and boot identifiers and a
lists of message identifiers provided by systemd. Other functionality
provided by libsystemd is also wrapped.

%prep
%setup -q
%patch1 -p1

%build
%pyproject_build

%install
%pyproject_install

# don't package tests

rm -r %buildroot%python3_sitelibdir/systemd/test/

%check
%tox_create_default_config
%tox_check_pyproject -- -vra systemd/test

%files
%doc README.md LICENSE.txt
%python3_sitelibdir/systemd/
%python3_sitelibdir/%{pyproject_distinfo %pypi_name}/

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin