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

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

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

%def_with check

%define  modulename distro

Name:    python3-module-%modulename
Version: 1.8.0
Release: alt1

Summary: A much more elaborate, renewed alternative implementation for Python's platform.linux_distribution()
License: Apache-2.0
Group:   Development/Python3
URL:     https://github.com/nir0s/distro

BuildArch: noarch

Source:  %modulename-%version.tar

Patch: %name-1.8.0-alt-add-alt-linux-support.patch

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-setuptools python3-module-wheel
%if_with check
BuildRequires: python3-module-pytest python3-module-pytest-cov
%endif

%description
%summary.

%prep
%setup -n %modulename-%version
%patch -p1

%build
%pyproject_build

%install
%pyproject_install

%check
%tox_check_pyproject -- -v

%files
%_bindir/%modulename
%python3_sitelibdir/*
%doc *.md

%changelog

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

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