Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37733008
en ru br
ALT Linux repos
S:3.0.1-alt2

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname uritemplate

Name: python3-module-%oname
Version: 3.0.1
Release: alt2

Summary: Python implementation of RFC6570, URI Template
License: Apache-2.0 or BSD-3-Clause
Group: Development/Python3

Url: https://pypi.python.org/pypi/uritemplate

Source: %name-%version.tar
BuildArch: noarch

BuildRequires(pre): rpm-build-python3

%py3_provides %oname

%description
This is a Python implementation of RFC6570, URI Template, and can expand
templates up to and including Level 4 in that specification.

%prep
%setup

%build
%python3_build

%install
%python3_install

%files
%doc README.rst
%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