summaryrefslogtreecommitdiff
path: root/dev-python/pslab-python/pslab-python-2.5.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pslab-python/pslab-python-2.5.0.ebuild')
-rw-r--r--dev-python/pslab-python/pslab-python-2.5.0.ebuild25
1 files changed, 18 insertions, 7 deletions
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