diff options
Diffstat (limited to 'dev-python/pylxd/pylxd-2.3.3.ebuild')
| -rw-r--r-- | dev-python/pylxd/pylxd-2.3.3.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-python/pylxd/pylxd-2.3.3.ebuild b/dev-python/pylxd/pylxd-2.3.3.ebuild new file mode 100644 index 000000000000..926261930031 --- /dev/null +++ b/dev-python/pylxd/pylxd-2.3.3.ebuild @@ -0,0 +1,27 @@ +# Copyright 2020-2024 Liguros Authors +# Distributed under the terms of the GNU General Public License v2 +EAPI=8 + +PYTHON_COMPAT=( python3_{8,9,10,11,12} ) + +inherit distutils-r1 + +DESCRIPTION="A Python library for interacting with the LXD REST API" +HOMEPAGE="https://github.com/lxc/pylxd" +SRC_URI="https://github.com/canonical/pylxd/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="*" + +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/pbr-1.8[${PYTHON_USEDEP}] + >=dev-python/requests-2.12[${PYTHON_USEDEP}] + >=dev-python/requests-toolbelt-0.8.0[${PYTHON_USEDEP}] + >=dev-python/requests-unixsocket-0.1.5[${PYTHON_USEDEP}] + >=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}] + >=dev-python/six-1.9.0[${PYTHON_USEDEP}] + >=dev-python/ws4py-0.4.2[${PYTHON_USEDEP}] + >=dev-python/cryptography-1.7.1[${PYTHON_USEDEP}] +" |
