From 0f558761aa2dee1017b4751e4017205e015a9560 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 29 Jun 2022 12:04:12 +0100 Subject: gentoo resync : 29.12.2022 --- dev-python/netaddr/Manifest | 4 ++-- dev-python/netaddr/metadata.xml | 3 ++- dev-python/netaddr/netaddr-0.8.0-r1.ebuild | 37 ++++++++++++++++++++++++++++++ dev-python/netaddr/netaddr-0.8.0.ebuild | 31 ------------------------- 4 files changed, 41 insertions(+), 34 deletions(-) create mode 100644 dev-python/netaddr/netaddr-0.8.0-r1.ebuild delete mode 100644 dev-python/netaddr/netaddr-0.8.0.ebuild (limited to 'dev-python/netaddr') diff --git a/dev-python/netaddr/Manifest b/dev-python/netaddr/Manifest index d41a00c7f774..63f05ca46aa8 100644 --- a/dev-python/netaddr/Manifest +++ b/dev-python/netaddr/Manifest @@ -1,3 +1,3 @@ DIST netaddr-0.8.0.tar.gz 1959055 BLAKE2B c0a361c100490c17203aad14eb14a3e09c63f5a6ce2f4b7e85bc57942329ac4603a1d4b3a09a9ab964a775dfb50a8746f6dd4a05d2f9bba01674624a7d7b46c1 SHA512 0b518ef240b81af425a5aaa6f087b10dece3f352c0c67cde8553ac00daa9d1890637c05d16740e2c23b30ae068c1b4c409ca8291e02093699fafd638701b9069 -EBUILD netaddr-0.8.0.ebuild 951 BLAKE2B 1389c25877461180195600b1bd21835a72e97816f6a23a86ff5929dd2442c94b633210d3d28bc7fb60a5262e818de7698183cf01504b9db74c1b7665c7cb3a4a SHA512 ac1a6a658277605f02f48d2396b81e35f5fbca6640441e502c98c23a12c9e7b14b62336b0d767122b0e035aa4ebb638e7c97842038ae8662d7b16b47670cebba -MISC metadata.xml 555 BLAKE2B 5ad7c0c1c5cb143e0a5e79aa75bcfdd806bb009179f3c4e37515a2ff0a6836f049871657234a3dfcf10ca3aefd505c197bae201e3fd63c640abec0888f123490 SHA512 30c9e373f5f4dbca2b8c5f277abe84d6a6746b2a87dba4d15f4c134d4d8f8ca0312c3c844c0c57da231e0ddd947001116f867c2b62620d2e6d8a4b6a1b13b919 +EBUILD netaddr-0.8.0-r1.ebuild 854 BLAKE2B 93f1b8a55bef6f02de09742ee4d4d3e2b54c63841fdf74135182b81da725bb117b65a0e10e4df6b4c77bcb6a42c4a5277e8f125c2597b2393af4bcc8c1e2bdaa SHA512 263d1e05c194757d927eabf27851eacb44501d7432fd5a42cdf5f7d836ea39186665f5450f98e3c0f5486ea6a1101f371d6c3fb3f6227ce6fde300e61b7a5c41 +MISC metadata.xml 580 BLAKE2B fa813dd9ba11bbe59493df919e010a21ccc3d94a3683e5687953eb6bf6b759b61e03de1d4f7810cc7f2d189fe936c7fab754713ac315c06f7a24c86c0c7da67d SHA512 bd4d624a37b55968e2ac085f7f254343a6e2903ce50c0a54244238a0f436b67ef6a13e60f39c6cee4c043312602f19cdca6b6d67ac9a75677e7af8f14afeed1b diff --git a/dev-python/netaddr/metadata.xml b/dev-python/netaddr/metadata.xml index 412f2bbd49f8..c2c2e497ab05 100644 --- a/dev-python/netaddr/metadata.xml +++ b/dev-python/netaddr/metadata.xml @@ -5,9 +5,10 @@ python@gentoo.org Python + netaddr - drkjam/netaddr + netaddr/netaddr https://github.com/netaddr/netaddr/issues https://github.com/netaddr/netaddr/blob/master/CHANGELOG https://netaddr.readthedocs.io/ diff --git a/dev-python/netaddr/netaddr-0.8.0-r1.ebuild b/dev-python/netaddr/netaddr-0.8.0-r1.ebuild new file mode 100644 index 000000000000..b5daaf23f914 --- /dev/null +++ b/dev-python/netaddr/netaddr-0.8.0-r1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} ) + +inherit distutils-r1 optfeature + +DESCRIPTION="Network address representation and manipulation library" +HOMEPAGE=" + https://github.com/netaddr/netaddr/ + https://pypi.org/project/netaddr/ + https://netaddr.readthedocs.io/ +" +SRC_URI=" + https://github.com/netaddr/netaddr/archive/${PV}.tar.gz + -> ${P}.tar.gz +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux" + +distutils_enable_sphinx docs/source +distutils_enable_tests pytest + +src_prepare() { + # Disable coverage (requires additional plugins) + sed -i 's/^addopts = .*//' pytest.ini || die + distutils-r1_src_prepare +} + +pkg_postinst() { + optfeature "CLI support" dev-python/ipython +} diff --git a/dev-python/netaddr/netaddr-0.8.0.ebuild b/dev-python/netaddr/netaddr-0.8.0.ebuild deleted file mode 100644 index 79f6da4e04f7..000000000000 --- a/dev-python/netaddr/netaddr-0.8.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..10} ) - -inherit distutils-r1 optfeature - -DESCRIPTION="Network address representation and manipulation library" -HOMEPAGE="https://github.com/drkjam/netaddr https://pypi.org/project/netaddr/ https://netaddr.readthedocs.org" -# The next release should have docs in the PyPI tarball -# https://github.com/netaddr/netaddr/commit/e6f545fccd83dbd14baff40070594cc96838c9bf -SRC_URI="https://github.com/netaddr/netaddr/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux" - -distutils_enable_sphinx docs/source -distutils_enable_tests pytest - -src_prepare() { - # Disable coverage (requires additional plugins) - sed -i 's/^addopts = .*//' pytest.ini || die - distutils-r1_src_prepare -} - -pkg_postinst() { - optfeature "CLI support" dev-python/ipython -} -- cgit v1.2.3