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

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

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

%define _unpackaged_files_terminate_build 1

%define oname robotframework-lint

Name: python3-module-%oname
Version: 0.7
Release: alt2

Summary: Static analysis tool for robotframework plain text files
License: ASLv2.0
Group: Development/Python3
Url: https://pypi.python.org/pypi/robotframework-lint
BuildArch: noarch

# https://github.com/boakley/robotframework-lint.git

Source0: https://pypi.python.org/packages/27/bf/9caeefff91e49aab3ed8262172251b623fe529674424c86bf2a1345aa801/%{oname}-%{version}.tar.gz

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-robotframework
BuildRequires: python-tools-2to3

%py3_provides rflint


%description
Linter for robot framework plain text files.

This is a static analysis tool for robot framework plain text files.

%prep
%setup -q -n %{oname}-%{version}

find ./ -type f -name '*.py' -exec 2to3 -w -n '{}' +

%build
%python3_build_debug

%install
%python3_install

%check
%__python3 setup.py test

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


%changelog

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

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