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

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define oname gearbox

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

Summary: Toolkit born as a PasteScript replacement for the TurboGears2 web framework

License: MIT
Group: Development/Python3
Url: https://pypi.python.org/pypi/gearbox

# https://github.com/TurboGears/gearbox.git

Source: %name-%version.tar

BuildArch: noarch

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-setuptools
BuildRequires: python3-module-wheel
BuildRequires: python3-module-cliff
BuildRequires: python3-module-tempita
BuildRequires: python3-module-PasteDeploy
BuildRequires: python3-module-html5lib
BuildRequires: python3-module-hupper

%py3_provides %oname
%py3_requires cliff tempita paste.deploy

%description
gearbox is a paster command replacement for TurboGears2. It has been
created during the process of providing Python3 support to the
TurboGears2 web framework, while still being backward compatible with
the existing TurboGears projects.

%prep
%setup

%build
%pyproject_build

%install
%pyproject_install

%files
%_bindir/%oname
%python3_sitelibdir/%oname
%python3_sitelibdir/%oname-%version.dist-info
%doc *.rst

%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