Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python3-lxc/
Date: Fri, 05 Oct 2018 12:46:41
Message-Id: 1538743511.620b18a6a84d4553698391273ed91534d20d0920.vdupras@gentoo
1 commit: 620b18a6a84d4553698391273ed91534d20d0920
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 5 12:44:10 2018 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 5 12:45:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=620b18a6
7
8 dev-python/python3-lxc: bump to 3.0.2
9
10 with some delay...
11
12 Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
13 Package-Manager: Portage-2.3.50, Repoman-2.3.11
14
15 dev-python/python3-lxc/Manifest | 1 +
16 dev-python/python3-lxc/python3-lxc-3.0.2.ebuild | 22 ++++++++++++++++++++++
17 2 files changed, 23 insertions(+)
18
19 diff --git a/dev-python/python3-lxc/Manifest b/dev-python/python3-lxc/Manifest
20 index b6e6418b6d8..41fdf70d941 100644
21 --- a/dev-python/python3-lxc/Manifest
22 +++ b/dev-python/python3-lxc/Manifest
23 @@ -1 +1,2 @@
24 DIST python3-lxc-3.0.1.tar.gz 27424 BLAKE2B ffdf128e06d7b256652588af7c464045479ce907d2119dfe9780737c7bd5f3008c01d834a79f63932bfa51e3094a9d40af46c4cb6c3be72108205d65a8ee3d11 SHA512 7e6b6cb9a02e5af8b3fc8aeefff2954c68d2d1154751fa97a70bce86131021571e15db86bb0d6900a93dda78247e37b75cdfe250bf4d1b7548dc8383ed3d45f6
25 +DIST python3-lxc-3.0.2.tar.gz 27300 BLAKE2B dc4ba71b156eb0f257bf9d717f07f22afee3d00666601b709341d9091a1a75d237c174f613a93b6ecf7c69b4e6cc75187316e656a02a1d52f0e9970b8f3af6ad SHA512 2fc776decf6248be39f9e8a607a967acf180f3a07e45fadd6be4450f01caa4a854f217dcf7e81e27b5b838c2cea04ef09c8ab8b87c5be5091185bba2eb6b6d23
26
27 diff --git a/dev-python/python3-lxc/python3-lxc-3.0.2.ebuild b/dev-python/python3-lxc/python3-lxc-3.0.2.ebuild
28 new file mode 100644
29 index 00000000000..2f5864cdfce
30 --- /dev/null
31 +++ b/dev-python/python3-lxc/python3-lxc-3.0.2.ebuild
32 @@ -0,0 +1,22 @@
33 +# Copyright 1999-2018 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +PYTHON_COMPAT=( python3_{5,6,7} )
39 +
40 +inherit distutils-r1
41 +
42 +DESCRIPTION="Python bindings for LXC"
43 +HOMEPAGE="https://linuxcontainers.org/lxc/"
44 +SRC_URI="https://linuxcontainers.org/downloads/lxc/${P}.tar.gz"
45 +
46 +LICENSE="LGPL-3"
47 +SLOT="0"
48 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
49 +IUSE=""
50 +
51 +RDEPEND=">=app-emulation/lxc-3.0"
52 +
53 +DEPEND="${RDEPEND}
54 + dev-python/setuptools[${PYTHON_USEDEP}]"