From dc263d5854a010271165521246700f8fbb777435 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Wed, 24 Feb 2021 22:54:31 +0000 Subject: Adding metadata --- dev-python/python3-lxc/Manifest | 2 +- dev-python/python3-lxc/metadata.xml | 7 +++++-- dev-python/python3-lxc/python3-lxc-3.0.2.ebuild | 21 --------------------- dev-python/python3-lxc/python3-lxc-3.0.3.ebuild | 21 +++++++++++++++++++++ dev-python/python3-lxc/python3-lxc-3.0.4.ebuild | 2 +- 5 files changed, 28 insertions(+), 25 deletions(-) delete mode 100644 dev-python/python3-lxc/python3-lxc-3.0.2.ebuild create mode 100644 dev-python/python3-lxc/python3-lxc-3.0.3.ebuild (limited to 'dev-python/python3-lxc') diff --git a/dev-python/python3-lxc/Manifest b/dev-python/python3-lxc/Manifest index 47d468ca53ec..28f8ee64d0c4 100644 --- a/dev-python/python3-lxc/Manifest +++ b/dev-python/python3-lxc/Manifest @@ -1,2 +1,2 @@ -DIST python3-lxc-3.0.2.tar.gz 27300 BLAKE2B dc4ba71b156eb0f257bf9d717f07f22afee3d00666601b709341d9091a1a75d237c174f613a93b6ecf7c69b4e6cc75187316e656a02a1d52f0e9970b8f3af6ad SHA512 2fc776decf6248be39f9e8a607a967acf180f3a07e45fadd6be4450f01caa4a854f217dcf7e81e27b5b838c2cea04ef09c8ab8b87c5be5091185bba2eb6b6d23 +DIST python3-lxc-3.0.3.tar.gz 27195 BLAKE2B 1493498646d7ee63f9be3c36f81aada91a43f7c6c10b2fe69e93d81869b099ad497d8e69809dadedd3bc5e4c3f61bfd1d2776c0e58f1ea773be35025b54ca286 SHA512 32f444df47d46b998d9d4aa88316817a49c5bd22e77debef7b06dfe470654320c0f43a72969cf3a7c6849b8badc1206e7d1e438e2c10ee2744c6f0b26e50d748 DIST python3-lxc-3.0.4.tar.gz 27278 BLAKE2B f549ffb94c2bc331e0628a344432d4699aed64de466b0d1e9e4338cee8252ca9f5defeb2c940bd29723e20aede23d8a33bd1bdfe57874069e8cc5a61bfe9bf4a SHA512 37660fe97a2171cc3346c31e736ead8a38e328bfcbea621d6b563042fcd1e70c48b97440f6263fb0f6f02a4f1704af2241661bc526921c124a6456c06a497828 diff --git a/dev-python/python3-lxc/metadata.xml b/dev-python/python3-lxc/metadata.xml index a2df676e20ae..c662cef847bc 100644 --- a/dev-python/python3-lxc/metadata.xml +++ b/dev-python/python3-lxc/metadata.xml @@ -2,9 +2,12 @@ - core@liguros.net + dev@liguros.net Development + + lxc/python3-lxc + ports - \ No newline at end of file + diff --git a/dev-python/python3-lxc/python3-lxc-3.0.2.ebuild b/dev-python/python3-lxc/python3-lxc-3.0.2.ebuild deleted file mode 100644 index 756e3b91a9cf..000000000000 --- a/dev-python/python3-lxc/python3-lxc-3.0.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8,9,10} ) - -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="*" -IUSE="" - -RDEPEND=">=app-emulation/lxc-3.0" - -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/python3-lxc/python3-lxc-3.0.3.ebuild b/dev-python/python3-lxc/python3-lxc-3.0.3.ebuild new file mode 100644 index 000000000000..be3d5f4a14dd --- /dev/null +++ b/dev-python/python3-lxc/python3-lxc-3.0.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 2020-2021 LiGurOs Authors +# Distributed under the terms of the GNU General Public License v2 +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) + +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="*" +IUSE="" + +RDEPEND=">=app-emulation/lxc-3.0" + +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/python3-lxc/python3-lxc-3.0.4.ebuild b/dev-python/python3-lxc/python3-lxc-3.0.4.ebuild index 756e3b91a9cf..be3d5f4a14dd 100644 --- a/dev-python/python3-lxc/python3-lxc-3.0.4.ebuild +++ b/dev-python/python3-lxc/python3-lxc-3.0.4.ebuild @@ -1,5 +1,5 @@ +# Copyright 2020-2021 LiGurOs Authors # Distributed under the terms of the GNU General Public License v2 - EAPI=7 PYTHON_COMPAT=( python3_{6,7,8,9,10} ) -- cgit v1.3.1