summaryrefslogtreecommitdiff
path: root/dev-python/python3-lxc/python3-lxc-3.0.4.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-19 06:58:07 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-19 06:58:07 +0000
commit13f9cec217411924fb3fdebaffd66c722b9a1179 (patch)
tree57ee04762ed4d1ec5bdab6e77821f052ce77bfc2 /dev-python/python3-lxc/python3-lxc-3.0.4.ebuild
parenta74cbe0574f3d40bb12ee7e880b5907804bfbc7f (diff)
downloadbaldeagleos-repo-13f9cec217411924fb3fdebaffd66c722b9a1179.tar.gz
baldeagleos-repo-13f9cec217411924fb3fdebaffd66c722b9a1179.tar.xz
baldeagleos-repo-13f9cec217411924fb3fdebaffd66c722b9a1179.zip
Adding metadata
Diffstat (limited to 'dev-python/python3-lxc/python3-lxc-3.0.4.ebuild')
-rw-r--r--dev-python/python3-lxc/python3-lxc-3.0.4.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/python3-lxc/python3-lxc-3.0.4.ebuild b/dev-python/python3-lxc/python3-lxc-3.0.4.ebuild
deleted file mode 100644
index da35ae45ed58..000000000000
--- a/dev-python/python3-lxc/python3-lxc-3.0.4.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2020-2021 LiGurOs Authors
-# Distributed under the terms of the GNU General Public License v2
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9,10,11,12,13} )
-
-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-containers/lxc-3.0"
-
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"