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

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

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

Name: python3-module-webpy
Version: 0.62
Release: alt1
Summary: A simple web framework for Python
Group: Development/Python3

# The entire source code is Public Domain save for the following exceptions:

#   web/wsgiserver (CherryPy/BSD)
#     See LICENSE.wsgiserver.txt
#     See http://fedoraproject.org/wiki/Licensing:BSD#New_BSD_.28no_advertising.2C_3_clause.29
#   web/debugerror.py (Modified BSD)
#     This is from django
#     See http://code.djangoproject.com/browser/django/trunk/LICENSE
#   web/httpserver.py (Modified BSD)
#     This is from WSGIUtils/lib/wsgiutils/wsgiServer.py
#     See http://www.xfree86.org/3.3.6/COPYRIGHT2.html#5
License: Public Domain and BSD
# VCS: https://github.com/webpy/webpy
Url: http://webpy.org/
# https://github.com/webpy/webpy.git
Source0: %name-%version.tar

BuildRequires(pre): rpm-build-python3
BuildArch: noarch

%py3_provides web

BuildRequires: rpm-build-python3

%description
web.py is a web framework for python that is as simple as it is
powerful. web.py is in the public domain; you can use it for whatever
purpose with absolutely no restrictions.

%prep
%setup

%build
%python3_build

%install
%python3_install

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

%changelog

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

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