dev-python/pmd-net-addr - 0.0.3 (pentoo)

Search

Install

Install this version:

emerge -a =dev-python/pmd-net-addr-0.0.3

Package Information

Description:
An alternative to Python's standard-library ipaddress module
Homepage:
https://pypi.org/project/pmd-net-addr/
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.0.3 8 amd64 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
PYPI_VERIFY_REPO="https://github.com/ccie18643/PyTCP"

inherit distutils-r1 pypi

DESCRIPTION="An alternative to Python's standard-library ipaddress module"
HOMEPAGE="https://pypi.org/project/pmd-net-addr/"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64"

RDEPEND="
	>=dev-python/click-8[${PYTHON_USEDEP}]
	>=dev-python/typing-extensions-4.6[${PYTHON_USEDEP}]
"

Inherited Eclasses

Dependencies

RDEPEND

	>=dev-python/click-8[]
	>=dev-python/typing-extensions-4.6[]