From 7f30a60c372025da20f09c6611ffd5b5144ae570 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Thu, 16 Feb 2023 07:36:23 +0000 Subject: Adding metadata --- dev-python/pslab-python/pslab-python-2.5.0.ebuild | 25 ++++++++++++++++------- 1 file changed, 18 insertions(+), 7 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 2417bb7660e8..7d5edcfcff2d 100644 --- a/dev-python/pslab-python/pslab-python-2.5.0.ebuild +++ b/dev-python/pslab-python/pslab-python-2.5.0.ebuild @@ -9,19 +9,30 @@ 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.3.1