diff --git a/net-client/offpunk/Manifest b/net-client/offpunk/Manifest index 0480486c52..9ca8e89fc3 100644 --- a/net-client/offpunk/Manifest +++ b/net-client/offpunk/Manifest @@ -1,2 +1,2 @@ -DIST offpunk-2.6.tar.gz 798743 BLAKE2B adbdacccd98a673aaeed92956f495f1f1c23d96b9afc615a51046892c79e2941cb12beba64ed443bba741a72beb3669e6736d5293361b398ce945b0739d5cb8c SHA512 fe97bf747c846a3a372baed399ce3ac57adb98608416ded6ab00e206c6c85282112510a95823bc05b9570757b122cfb3c41bbc35c16a6db0af3c06848a743b2b DIST offpunk-2.7.1.tar.gz 1027067 BLAKE2B b0c352765d2dee411a98c0addd4e9772127d30d93779a3bd6d846d5e15509ae3cedacfb3ba952889c692ddcf7970e831b4312f2a76ee5babe4ca190044646332 SHA512 401c3ddd6201a9ea5f9b01cbbb3ae6655b3183b9c9728e18f351dff2f7e02987dab5160502dce14dc79a54083b590735fe8b2c7de8d264222f463ffc50c51592 +DIST offpunk-2.8.tar.gz 1028091 BLAKE2B c18909ca4b10e5ecf40e37079de657f115c356bccf0128cc0b7659a731e7656a0c6e506b445cee341a629524abdd77de6ccdf0f34ffd69b8eef4710dfb589055 SHA512 e062bbef4cbe77527e8f824a40c29edb59cdedeafea80fb6d0e2c98a76366ecd11b32b2196a770a51cd203f54c27eb3f8f5cceee235e181191ab6761a08dccbf diff --git a/net-client/offpunk/offpunk-2.6.ebuild b/net-client/offpunk/offpunk-2.8.ebuild similarity index 87% rename from net-client/offpunk/offpunk-2.6.ebuild rename to net-client/offpunk/offpunk-2.8.ebuild index 548c10370a..a845316669 100644 --- a/net-client/offpunk/offpunk-2.6.ebuild +++ b/net-client/offpunk/offpunk-2.8.ebuild @@ -1,9 +1,9 @@ -# Copyright 2022-2025 Gentoo Authors +# Copyright 2022-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{12..14} ) DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=hatchling inherit distutils-r1 optfeature @@ -20,16 +20,10 @@ LICENSE="AGPL-3" SLOT="0" KEYWORDS="~amd64" -BDEPEND=" - test? ( - $(python_gen_cond_dep ' - dev-python/pytest-mock[${PYTHON_USEDEP}] - ') - ) -" - DOCS=( doc/. CHANGELOG CONTRIBUTORS README.md TODO ) +EPYTEST_PLUGINS=( pytest-mock ) + distutils_enable_tests pytest src_install() {