summaryrefslogtreecommitdiff
path: root/dev-python/python3-lxc/python3-lxc-3.0.4-r1.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-r1.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-r1.ebuild')
-rw-r--r--dev-python/python3-lxc/python3-lxc-3.0.4-r1.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-python/python3-lxc/python3-lxc-3.0.4-r1.ebuild b/dev-python/python3-lxc/python3-lxc-3.0.4-r1.ebuild
new file mode 100644
index 000000000000..2f9283e0ff2a
--- /dev/null
+++ b/dev-python/python3-lxc/python3-lxc-3.0.4-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9,10,11,12,13} )
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 verify-sig
+
+DESCRIPTION="Python bindings for LXC"
+HOMEPAGE="https://linuxcontainers.org/lxc/"
+SRC_URI="https://linuxcontainers.org/downloads/lxc/${P}.tar.gz
+ verify-sig? ( https://linuxcontainers.org/downloads/lxc/${P}.tar.gz.asc )"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+IUSE="verify-sig"
+
+RDEPEND="app-containers/lxc"
+BDEPEND="virtual/pkgconfig
+ verify-sig? ( sec-keys/openpgp-keys-linuxcontainers )"
+
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/linuxcontainers.asc