simplesoapy: python 3.12 and 3.13, fix deps

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-06-10 19:32:41 -04:00
parent 35630925a5
commit 07f04b13e2
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
3 changed files with 11 additions and 11 deletions

View file

@ -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

View file

@ -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]"

View file

@ -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]"