From 1355997e139057d267e45383033c73ce9992a4eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 15 Feb 2023 18:28:22 +0100 Subject: dev-python/pslab-python: Enable py3.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pslab-python/pslab-python-2.5.0.ebuild | 27 ++++++++++++++++------- 1 file changed, 19 insertions(+), 8 deletions(-) (limited to 'dev-python/pslab-python/pslab-python-2.5.0.ebuild') diff --git a/dev-python/pslab-python/pslab-python-2.5.0.ebuild b/dev-python/pslab-python/pslab-python-2.5.0.ebuild index 184d8681cf20..7af65721053b 100644 --- a/dev-python/pslab-python/pslab-python-2.5.0.ebuild +++ b/dev-python/pslab-python/pslab-python-2.5.0.ebuild @@ -3,25 +3,36 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="Python library for communicating with Pocket Science Lab" -HOMEPAGE="https://pslab.io" -SRC_URI="https://github.com/fossasia/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE=" + https://pslab.io/ + https://github.com/fossasia/pslab-python/ + https://pypi.org/project/pslab/ +" +SRC_URI=" + https://github.com/fossasia/pslab-python/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" LICENSE="GPL-3+" SLOT="0" KEYWORDS="amd64" -RDEPEND=">=dev-python/numpy-1.16.3[${PYTHON_USEDEP}] +RDEPEND=" + >=dev-python/numpy-1.16.3[${PYTHON_USEDEP}] >=dev-python/pyserial-3.4[${PYTHON_USEDEP}] - >=dev-python/scipy-1.3.0[${PYTHON_USEDEP}]" -BDEPEND="test? ( - dev-python/pytest-mock[${PYTHON_USEDEP}] -)" + >=dev-python/scipy-1.3.0[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/pytest-mock[${PYTHON_USEDEP}] + ) +" PATCHES=( "${FILESDIR}"/${PN}-2.5.0-ad9833_sys_version.patch -- cgit v1.2.3