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

Group :: Development/Python3
RPM: python3-module-webpy

 Main   Changelog   Spec   Patches   Sources   Download   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

Full changelog you can see here

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