From: Matthew Thode Date: Mon, 8 Oct 2018 22:35:06 +0000 (-0500) Subject: dev-python/lxc-python2: initial add for OSA support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e6b11445b887eef7fe7db6f1d0b8193513953910;p=gentoo.git dev-python/lxc-python2: initial add for OSA support Signed-off-by: Matthew Thode Package-Manager: Portage-2.3.49, Repoman-2.3.11 --- diff --git a/dev-python/lxc-python2/Manifest b/dev-python/lxc-python2/Manifest new file mode 100644 index 000000000000..ec5739da6ed2 --- /dev/null +++ b/dev-python/lxc-python2/Manifest @@ -0,0 +1 @@ +DIST lxc-python2-0.1.zip 15251 BLAKE2B e9a7ef693f2cab70a626a5fb7325d2bbdd8b56356d984eebccbdc26e61abf7e55cb87df3fbc717af38ba2278de2c6d2bc40ea950f88aff43c8859b2784e17a54 SHA512 e2374373dbf0567209f028df6c8dcf66b1f06be89934824c9663104e4fed9341f2b68d89011624f87de0e4e2702affaf1f7b17987bb179d1d945c2e04f8aa1bc diff --git a/dev-python/lxc-python2/lxc-python2-0.1.ebuild b/dev-python/lxc-python2/lxc-python2-0.1.ebuild new file mode 100644 index 000000000000..e4044a17323c --- /dev/null +++ b/dev-python/lxc-python2/lxc-python2-0.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="Python bindings for LXC" +HOMEPAGE="https://linuxcontainers.org/lxc/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="" + +RDEPEND=">=app-emulation/lxc-3.0" + +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/lxc-python2/metadata.xml b/dev-python/lxc-python2/metadata.xml new file mode 100644 index 000000000000..91254ea2063e --- /dev/null +++ b/dev-python/lxc-python2/metadata.xml @@ -0,0 +1,21 @@ + + + + + python@gentoo.org + + + virtualization@gentoo.org + Gentoo Virtualization Project + + + prometheanfire@gentoo.org + Matthew Thode + + + Python 2.7 binding for liblxc + + + lxc/python2-lxc + +