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

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

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

%define oname Flask

Name: python3-module-flask
Version: 1.1.2
Release: alt2

Summary: A micro-framework for Python based on Werkzeug, Jinja 2 and good intentions
License: BSD
Group: Development/Python3

URL: http://flask.pocoo.org/
BuildArch: noarch

# Source-url: %__pypi_url %oname

Source: %name-%version.tar

BuildRequires(pre): rpm-build-intro >= 2.2.4
BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-setuptools
BuildRequires: python3-module-simplejson
BuildRequires: python3-module-jinja2

# /usr/bin/flask

Obsoletes: python-module-flask
Conflicts: python-module-flask

%py3_requires click.testing

%description
Flask is called a "micro-framework" because the idea to keep the core
simple but extensible. There is no database abstraction layer, no form
validation or anything else where different libraries already exist that
can handle that.  However Flask knows the concept of extensions that can
add this functionality into your application as if it was implemented in
Flask itself. There are currently extensions for object relational
mappers, form validation, upload handling, various open authentication
technologies and more.

%prep
%setup

%build
%python3_build

%install
%python3_install
%python3_prune

%check
#pytest3

%files
%doc README.rst LICENSE.rst
%_bindir/flask
%python3_sitelibdir/flask/
%python3_sitelibdir/%oname-*.egg-info

%changelog

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

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