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

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

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

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

Name: python3-module-%mod_name
Version: 0.1.49
Release: alt1

Summary: Modules for Debian-related data formats
License: GPLv2+ and GPLv3+
Group: Development/Python3
Url: https://pypi.org/project/python-debian/
VCS: https://salsa.debian.org/python-debian-team/python-debian.git
Source: %name-%version.tar

BuildArch: noarch

# well-known PyPI name

%py3_provides %pypi_name
Provides: python3-module-%pypi_name = %EVR

BuildRequires(pre): rpm-build-python3
# build backend and its deps
BuildRequires: python3(setuptools)
BuildRequires: python3(wheel)

%description
The `debian` Python modules work with Debian-related data formats,
providing a means to read data from files involved in Debian packaging,
and the distribution of Debian packages. The ability to create or edit
the files is also available for some formats.

%prep
%setup

# ship release version

VERSION_FILE='lib/debian/_version.py'
grep -q '__CHANGELOG_VERSION__' "$VERSION_FILE.in" || exit 1
sed -e 's/__CHANGELOG_VERSION__/%version/g' "$VERSION_FILE.in" > "$VERSION_FILE"

%build
%pyproject_build

%install
%pyproject_install

%files
%python3_sitelibdir/%mod_name/
%python3_sitelibdir/debian_bundle/
%python3_sitelibdir/__pycache__/*
%python3_sitelibdir/%{pyproject_distinfo %pypi_name}/
%python3_sitelibdir/deb*.py*
%doc README.rst

%changelog

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

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