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

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1

Name: python3-module-wadllib
Version: 1.3.5
Release: alt1
Summary: Python library for navigating WADL files
License: LGPLv3
Group: Development/Python3
Url: https://launchpad.net/wadllib
Packager: Anatoly Kitaikin <cetus at altlinux.ru>
BuildArch: noarch

Source: %name-%version.tar

%add_python3_req_skip lazr
Requires: python3(lazr.uri)

BuildRequires(pre): rpm-build-python3

%description
The Web Application Description Language is an XML vocabulary
for describing the capabilities of HTTP resources. wadllib can
be used in conjunction with an HTTP library to navigate and
manipulate those resources.

This project is also part of https://launchpad.net/lazr.

%package tests
Summary: wadllib tests
Group: Development/Python3
Requires: %name = %version-%release

%description tests
%summary

%prep
%setup -q

%build
#find -type f -name '*.py' -exec 2to3 -w '{}' +
%python3_build

%check
%python3_build check

%install
%python3_install

%files
%python3_sitelibdir/*
%exclude %python3_sitelibdir/wadllib/tests
%doc HACKING.txt README.txt

%files tests
%python3_sitelibdir/wadllib/tests

%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