From: "Virgil Dupras" <vdupras@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python3-lxc/
Date: Tue, 26 Jun 2018 01:59:43 +0000 (UTC) [thread overview]
Message-ID: <1529977537.3bd4fddb2536dfd653f33e438925108090408e7b.vdupras@gentoo> (raw)
commit: 3bd4fddb2536dfd653f33e438925108090408e7b
Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 26 01:45:37 2018 +0000
Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>vdupras@gentoo.org</email>
+ <name>Virgil Dupras</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>virtualization@gentoo.org</email>
+ <name>Gentoo Virtualization Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">lxc/python3-lxc</remote-id>
+ </upstream>
+</pkgmetadata>
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}]"
next reply other threads:[~2018-06-26 1:59 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-26 1:59 Virgil Dupras [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-07-28 13:24 [gentoo-commits] repo/gentoo:master commit in: dev-python/python3-lxc/ Thomas Deutschmann
2018-07-29 10:35 Sergei Trofimovich
2018-07-30 21:17 Mikle Kolyada
2018-10-05 12:46 Virgil Dupras
2018-10-26 0:52 Thomas Deutschmann
2018-11-05 18:19 Mikle Kolyada
2019-02-17 18:01 Sergei Trofimovich
2019-02-17 18:14 Virgil Dupras
2020-06-26 8:57 Andreas Sturmlechner
2020-10-22 11:43 Joonas Niilola
2020-11-23 8:15 Joonas Niilola
2020-11-23 8:15 Joonas Niilola
2020-11-23 8:15 Joonas Niilola
2021-08-05 2:49 Yixun Lan
2022-05-19 6:21 Joonas Niilola
2023-07-19 8:14 Joonas Niilola
2023-08-19 16:51 Arthur Zamarin
2023-08-21 3:50 Sam James
2023-08-21 8:59 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1529977537.3bd4fddb2536dfd653f33e438925108090408e7b.vdupras@gentoo \
--to=vdupras@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox