From 482a48c0e1675b1e92663b8b5222bb7261aa7956 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 13 Jul 2024 12:26:41 +0100 Subject: gentoo auto-resync : 13:07:2024 - 12:26:41 --- dev-python/python-augeas/Manifest | 2 +- .../python-augeas/python-augeas-1.1.0-r1.ebuild | 21 +++++++++++++-------- 2 files changed, 14 insertions(+), 9 deletions(-) (limited to 'dev-python/python-augeas') diff --git a/dev-python/python-augeas/Manifest b/dev-python/python-augeas/Manifest index 1b02f23801ad..778461e21335 100644 --- a/dev-python/python-augeas/Manifest +++ b/dev-python/python-augeas/Manifest @@ -1,4 +1,4 @@ AUX remove-tests.patch 417 BLAKE2B e3a0e4b3fdb42b395fa336461f84feea4dac252399ff266231121a48e659fbfad671d318e9a3212f77939f7e609b3df71363abf8f9f2450e087479869731720a SHA512 3b399e3e85cf12bc5ee2db3d53594b2eee5ba8809bfaa950738730194c2dab16c8b776100b009bdbb520020b0ae276c8b13291139dcb1d48e0887bec72c80679 DIST python-augeas-1.1.0.tar.gz 93657 BLAKE2B 21d2713d8e11552cc7f0191d2b8f7805b223f5dc9478b89b39dcbd325ab354cef0bfc0314852dc2b071b3b061319b4e27904c0514eb6d6ffd4e39cf7ca33d1f9 SHA512 34e4e98219b9146ef843d94c2e854e951a9b7e81409e603e77e7defdbb8765c013a2c869a4f5db2244352ca35656e18667a0210dd24099cb3e4552a04b23aef8 -EBUILD python-augeas-1.1.0-r1.ebuild 597 BLAKE2B f68dfb13d97bdc1287222c40bacd984965dfcdae4222b11714debc77e3ffcdd2cd70a711221fd91e00dd6a916137d703898d34b1541b0f786a0bd09b700e7d29 SHA512 52e823ac00a5444a730c0d8bfc3c8b6354f749a3e8b8c8a5bd3715f590ee71fcd306aa6550d6160e1fff6cb7645210d1a65c3a4d84e828e8f5cfae84e99ee192 +EBUILD python-augeas-1.1.0-r1.ebuild 628 BLAKE2B ed2aed5ea8e015f000a734ad0f1f790a27952adae4332c43893c4fa5d9bc0a7ea959547cf8b74196fc9e7cdbcb9da7d6969731a85e38b94a7aa067c1853eafee SHA512 18e19726e20cfeaae778542fba4806729f5d7b041fea9a83844f4eddb1abdadab555f5916ec968a9a012b3115c39ef54e83d131611d164a3fd03c505b3da383f MISC metadata.xml 423 BLAKE2B 0caa39c52d7e83a0955531808d9bc2abb0ca3d5a1d81d0c1258d209debed472e55c96f93f6e6474beef75ce6b0691195c0b1092154eb463ffdb4190b4c59f0fc SHA512 53e90a9adbf82e9e3f7671b7de404fa4e32050aa9316b226efd782ad49628eeb3a407d6ad45a71bce698eafd60ac3bb46b6289df094fccfd2196d9d33ae290a2 diff --git a/dev-python/python-augeas/python-augeas-1.1.0-r1.ebuild b/dev-python/python-augeas/python-augeas-1.1.0-r1.ebuild index 78f839353bf6..e94dfa9a2365 100644 --- a/dev-python/python-augeas/python-augeas-1.1.0-r1.ebuild +++ b/dev-python/python-augeas/python-augeas-1.1.0-r1.ebuild @@ -5,12 +5,16 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi DESCRIPTION="Python bindings for Augeas" -HOMEPAGE="http://augeas.net/" +HOMEPAGE=" + https://augeas.net/ + https://github.com/hercules-team/python-augeas/ + https://pypi.org/project/python-augeas/ +" LICENSE="LGPL-2.1" SLOT="0" @@ -20,11 +24,12 @@ RDEPEND=" app-admin/augeas >=dev-python/cffi-1.0.0[${PYTHON_USEDEP}] " -DEPEND="${RDEPEND}" +BDEPEND=" + ${RDEPEND} +" -PATCHES=( "${FILESDIR}/remove-tests.patch" ) +PATCHES=( + "${FILESDIR}/remove-tests.patch" +) -python_test() { - cd test || die - "${EPYTHON}" test_augeas.py || die "Tests failed with ${EPYTHON}" -} +distutils_enable_tests unittest -- cgit v1.2.3