summaryrefslogtreecommitdiff
path: root/dev-python/pslab-python/pslab-python-2.5.0.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-11-01 18:55:14 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-11-01 18:55:14 +0000
commit054cf8144e42f15629c6921de998ff8557b81a6e (patch)
tree125cabbb1472f24a208e60fa3248b4f050eba8c6 /dev-python/pslab-python/pslab-python-2.5.0.ebuild
parent2091a0f79162c6500fde6d334babf73042804b16 (diff)
downloadbaldeagleos-repo-054cf8144e42f15629c6921de998ff8557b81a6e.tar.gz
baldeagleos-repo-054cf8144e42f15629c6921de998ff8557b81a6e.tar.xz
baldeagleos-repo-054cf8144e42f15629c6921de998ff8557b81a6e.zip
Adding metadata
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.ebuild48
1 files changed, 0 insertions, 48 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
deleted file mode 100644
index 77caa07e3cea..000000000000
--- a/dev-python/pslab-python/pslab-python-2.5.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8,9,10,11,12} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-DESCRIPTION="Python library for communicating with Pocket Science Lab"
-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}]
- >=dev-python/pyserial-3.4[${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
-)
-
-# Flaky in 2.5.0
-EPYTEST_DESELECT=(
- tests/test_logic_analyzer.py::test_stop
-)
-
-distutils_enable_tests pytest
-
-distutils_enable_sphinx docs dev-python/recommonmark