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

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

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

%define _unpackaged_files_terminate_build 1
%define pypi_name hacking

%def_with check

Name: python3-module-%pypi_name
Version: 6.0.1
Release: alt1

Summary: OpenStack Hacking Guideline Enforcement
License: Apache-2.0
Group: Development/Python3
BuildArch: noarch
Url: https://pypi.python.org/pypi/hacking/

# https://github.com/openstack-dev/hacking.git

Source: %name-%version.tar
Patch0: %name-%version-alt.patch

BuildRequires(pre): rpm-build-python3
BuildRequires: python3(pbr)

# build backend and its deps

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

%if_with check
# install_requires=
BuildRequires: python3(flake8)

BuildRequires: python3(stestr)
BuildRequires: python3(ddt)
%endif

%py3_requires flake8

%description
hacking is a set of flake8 plugins that test and enforce the OpenStack
Style Guidlines.

%prep
%setup
%autopatch -p1
sed -i -e '/flake8/d' requirements.txt

%build
# https://docs.openstack.org/pbr/latest/user/packagers.html#versioning
export PBR_VERSION=%version
%pyproject_build

%install
export PBR_VERSION=%version
%pyproject_install

# don't ship tests

rm -r %buildroot%python3_sitelibdir/hacking/tests/

%check
export PBR_VERSION=%version
%tox_check_pyproject

%files
%doc *.rst doc/source/*.rst
%python3_sitelibdir/hacking/
%python3_sitelibdir/%{pyproject_distinfo %pypi_name}/

%changelog

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

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