From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3E090138239 for ; Tue, 26 Jun 2018 01:59:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B309E0985; Tue, 26 Jun 2018 01:59:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 04781E0985 for ; Tue, 26 Jun 2018 01:59:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D3AE8335CA5 for ; Tue, 26 Jun 2018 01:59:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F580299 for ; Tue, 26 Jun 2018 01:59:43 +0000 (UTC) From: "Virgil Dupras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" Message-ID: <1529977537.3bd4fddb2536dfd653f33e438925108090408e7b.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python3-lxc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python3-lxc/Manifest dev-python/python3-lxc/metadata.xml dev-python/python3-lxc/python3-lxc-3.0.1.ebuild X-VCS-Directories: dev-python/python3-lxc/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: 3bd4fddb2536dfd653f33e438925108090408e7b X-VCS-Branch: master Date: Tue, 26 Jun 2018 01:59:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8acf0874-7906-4d32-87db-161dbbee2472 X-Archives-Hash: 04745ad7109a9d76f3a53cf32cf9c117 commit: 3bd4fddb2536dfd653f33e438925108090408e7b Author: Virgil Dupras gentoo org> AuthorDate: Tue Jun 26 01:45:37 2018 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Tue Jun 26 01:45:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bd4fddb dev-python/python3-lxc: new package This used to be bundled directly in LXC's package which is why I keyword it with the same arches as app-emulation/lxc. Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/python3-lxc/Manifest | 1 + dev-python/python3-lxc/metadata.xml | 15 +++++++++++++++ dev-python/python3-lxc/python3-lxc-3.0.1.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 38 insertions(+) diff --git a/dev-python/python3-lxc/Manifest b/dev-python/python3-lxc/Manifest new file mode 100644 index 00000000000..b6e6418b6d8 --- /dev/null +++ b/dev-python/python3-lxc/Manifest @@ -0,0 +1 @@ +DIST python3-lxc-3.0.1.tar.gz 27424 BLAKE2B ffdf128e06d7b256652588af7c464045479ce907d2119dfe9780737c7bd5f3008c01d834a79f63932bfa51e3094a9d40af46c4cb6c3be72108205d65a8ee3d11 SHA512 7e6b6cb9a02e5af8b3fc8aeefff2954c68d2d1154751fa97a70bce86131021571e15db86bb0d6900a93dda78247e37b75cdfe250bf4d1b7548dc8383ed3d45f6 diff --git a/dev-python/python3-lxc/metadata.xml b/dev-python/python3-lxc/metadata.xml new file mode 100644 index 00000000000..168b59d5f4a --- /dev/null +++ b/dev-python/python3-lxc/metadata.xml @@ -0,0 +1,15 @@ + + + + + vdupras@gentoo.org + Virgil Dupras + + + virtualization@gentoo.org + Gentoo Virtualization Project + + + lxc/python3-lxc + + diff --git a/dev-python/python3-lxc/python3-lxc-3.0.1.ebuild b/dev-python/python3-lxc/python3-lxc-3.0.1.ebuild new file mode 100644 index 00000000000..d448c380fbc --- /dev/null +++ b/dev-python/python3-lxc/python3-lxc-3.0.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{5,6} ) + +inherit distutils-r1 + +DESCRIPTION="Python bindings for LXC" +HOMEPAGE="https://linuxcontainers.org/lxc/" +SRC_URI="https://linuxcontainers.org/downloads/lxc/${P}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="" + +RDEPEND=">=app-emulation/lxc-3.0" + +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]"