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

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1

Name: python3-module-launchpadlib
Version: 1.10.13
Release: alt1
Summary: Script Launchpad through its web services interfaces.  Officially supported.
License: gpl3
Group: Development/Python3
Url: https://launchpad.net/launchpadlib
Packager: Anatoly Kitaikin <cetus at altlinux.org>
BuildArch: noarch

Source: %name-%version.tar

BuildPreReq: rpm-build-licenses

BuildRequires(pre): rpm-build-python3
BuildRequires(pre): /usr/bin/2to3

%py3_provides launchpadlib

%description
launchpadlib is a standalone Python library for scripting Launchpad through
its web services interface.  It is the officially supported bindings to the
Launchpad web service, but there may be third party bindings that provide
scriptability for other languages.

This module is built for python %_python_version

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

%description tests
This package contain tools and test suites for testing launchpadlib.

%prep
%setup

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

%install
%python3_install

%files
%doc HACKING.rst README.rst NEWS.rst
%python3_sitelibdir/*
%exclude %python3_sitelibdir/launchpadlib/tests

%files tests
%python3_sitelibdir/launchpadlib/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