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

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1

%define oname lxc

Name: python3-module-%oname
Version: 3.0.4
Release: alt2
Summary: This repository provides python3 bindings for the LXC container API.

License: GPL
Group: Development/Python3
Url: https://github.com/lxc/python3-lxc

Source: lxc-%version.tar.gz
BuildRequires:  python3-devel python3-module-setuptools lxc-devel pkgconfig
BuildRequires:  gcc

%description
Linux Resource Containers provide process and resource isolation
without the overhead of full virtualization. The python3-module-lxc
package contains the Python3 binding for LXC.

%prep
%setup

%build
%python3_build_debug

%install
%python3_install

%check
%__python3 setup.py test

%files
%doc README.md examples COPYING
%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