Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37867337
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: python3-module-launchpadlib

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin