diff --git a/dev-python/simplesoapy/Manifest b/dev-python/simplesoapy/Manifest index 920ac36ec..c2d2fb474 100644 --- a/dev-python/simplesoapy/Manifest +++ b/dev-python/simplesoapy/Manifest @@ -1 +1 @@ -DIST simplesoapy-1.5.1.tar.gz 6129 BLAKE2B 766369677208a1cd58939e917fa16a30c87340fb6b76c5667913431625b89a8e97684ad4ba0af14fb4043ba42b2cec7f2b84eb968f128c3c3fc0e178c610cda5 SHA512 5ef0a4fcd84e1da9207154d4b8c4679e8aa2c9885ca76eacb17c4fbd39f489be459f52bfd42ee9b369790c33a02ecc5d776735cf1665f3ee034c1e315fdbb818 +DIST simplesoapy-1.5.1.gh.tar.gz 6129 BLAKE2B 766369677208a1cd58939e917fa16a30c87340fb6b76c5667913431625b89a8e97684ad4ba0af14fb4043ba42b2cec7f2b84eb968f128c3c3fc0e178c610cda5 SHA512 5ef0a4fcd84e1da9207154d4b8c4679e8aa2c9885ca76eacb17c4fbd39f489be459f52bfd42ee9b369790c33a02ecc5d776735cf1665f3ee034c1e315fdbb818 diff --git a/dev-python/simplesoapy/simplesoapy-1.5.1-r1.ebuild b/dev-python/simplesoapy/simplesoapy-1.5.1-r1.ebuild index 0c1cd8c96..37fb6fd7f 100644 --- a/dev-python/simplesoapy/simplesoapy-1.5.1-r1.ebuild +++ b/dev-python/simplesoapy/simplesoapy-1.5.1-r1.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="Simple pythonic wrapper for SoapySDR library" @@ -17,11 +18,10 @@ if [ "${PV}" = "9999" ]; then EGIT_REPO_URI="https://github.com/xmikos/simplesoapy.git" else KEYWORDS="~amd64 ~x86" - SRC_URI="https://github.com/xmikos/simplesoapy/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/xmikos/simplesoapy/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" fi DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="${DEPEND} dev-python/numpy[${PYTHON_USEDEP}] - net-wireless/soapysdr[python] - net-wireless/soapysdr[${PYTHON_USEDEP}]" + net-wireless/soapysdr[python]" diff --git a/dev-python/simplesoapy/simplesoapy-9999.ebuild b/dev-python/simplesoapy/simplesoapy-9999.ebuild index 0c1cd8c96..37fb6fd7f 100644 --- a/dev-python/simplesoapy/simplesoapy-9999.ebuild +++ b/dev-python/simplesoapy/simplesoapy-9999.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="Simple pythonic wrapper for SoapySDR library" @@ -17,11 +18,10 @@ if [ "${PV}" = "9999" ]; then EGIT_REPO_URI="https://github.com/xmikos/simplesoapy.git" else KEYWORDS="~amd64 ~x86" - SRC_URI="https://github.com/xmikos/simplesoapy/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/xmikos/simplesoapy/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" fi DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="${DEPEND} dev-python/numpy[${PYTHON_USEDEP}] - net-wireless/soapysdr[python] - net-wireless/soapysdr[${PYTHON_USEDEP}]" + net-wireless/soapysdr[python]"