Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37734669
en ru br
ALT Linux repos
S:1.1.1-alt1

Group :: Development/Python3
RPM: python3-module-flask-wtf

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname flask-wtf

# https://github.com/wtforms/flask-wtf/issues/531

%def_without check

Name: python3-module-%oname
Version: 1.1.0
Release: alt1

Summary: Simple integration of Flask and WTForms

License: BSD-3-Clause
Group: Development/Python3
Url: https://pypi.python.org/pypi/Flask-WTF/

# https://github.com/lepture/flask-wtf.git

Source: %name-%version.tar

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-flask
BuildRequires: python3-module-flask-babel
BuildRequires: python3-module-pallets-sphinx-themes
BuildRequires: python3-module-setuptools
BuildRequires: python3-module-sphinx
BuildRequires: python3-module-sphinx-issues
BuildRequires: python3-module-sphinxcontrib-log-cabinet
BuildRequires: python3-module-werkzeug
BuildRequires: python3-module-wheel
BuildRequires: python3-module-wtforms

%py3_provides flask_wtf

BuildArch: noarch

%description
Simple integration of Flask and WTForms, including CSRF, file upload and
Recaptcha integration.

%package pickles
Summary: Pickles for %oname
Group: Development/Python3

%description pickles
Simple integration of Flask and WTForms, including CSRF, file upload and
Recaptcha integration.

This package contains pickles for %oname.

%package docs
Summary: Documentation for %oname
Group: Development/Documentation
BuildArch: noarch

%description docs
Simple integration of Flask and WTForms, including CSRF, file upload and
Recaptcha integration.

This package contains documentation for %oname.

%prep
%setup

sed -i 's|sphinx-build|sphinx-build-3|' docs/Makefile

%build
%pyproject_build
PYTHONPATH=$(pwd)/src %make -C docs pickle html

%install
%pyproject_install
install -d %buildroot%python3_sitelibdir/%oname
cp -fR docs/_build/pickle %buildroot%python3_sitelibdir/%oname/

%check
%tox_check_pyproject

%files
%doc README.rst
%python3_sitelibdir/flask_wtf
%python3_sitelibdir/Flask_WTF-%version.dist-info
%exclude %python3_sitelibdir/*/pickle

%files pickles
%python3_sitelibdir/*/pickle

%files docs
%doc docs/_build/html examples

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin