dev-python/python-nmcli - 1.7.0 (bennypowers)

Search

Install

Install this version:

emerge -a =dev-python/python-nmcli-1.7.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/python-nmcli-1.7.0

Or alternatively:

emerge --autounmask-write -a =dev-python/python-nmcli-1.7.0

Package Information

Description:
A python wrapper library for NetworkManager's nmcli command-line tool
Homepage:
https://pypi.org/project/nmcli/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.7.0 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..13} )

inherit distutils-r1 pypi

MY_PN="nmcli"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="A python wrapper library for NetworkManager's nmcli command-line tool"
HOMEPAGE="https://pypi.org/project/nmcli/"
SRC_URI="https://files.pythonhosted.org/packages/source/${MY_PN::1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"

S="${WORKDIR}/${MY_P}"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="
	net-misc/networkmanager
"

BDEPEND="
	dev-python/setuptools[${PYTHON_USEDEP}]
"

Inherited Eclasses

Dependencies

RDEPEND

	net-misc/networkmanager

BDEPEND

	dev-python/setuptools[]

Manifest for 1.7.0

Type File Size Source URLs
DIST python-nmcli-1.7.0.tar.gz 21209 bytes https://files.pythonhosted.org/packages/source/n/nmcli/nmcli-1.7.0.tar.gz