commit:     4a6e21d1f0b1b252138296f6c6daa712477ab3ac
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 14 17:22:30 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 17:25:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a6e21d1

dev-python/pslab: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pslab/Manifest           |  1 -
 dev-python/pslab/pslab-2.5.0.ebuild | 49 -------------------------------------
 2 files changed, 50 deletions(-)

diff --git a/dev-python/pslab/Manifest b/dev-python/pslab/Manifest
index 0859906294fc..264fb2733c88 100644
--- a/dev-python/pslab/Manifest
+++ b/dev-python/pslab/Manifest
@@ -1,2 +1 @@
-DIST pslab-python-2.5.0.gh.tar.gz 353493 BLAKE2B 
4eae07fec800dc357041578a75e48812848588e49e14b75425ee4b24c62b1116d0493055564188e33e4d934f4d572708c811ec9bb7fbf5d437befedfcad5da1a
 SHA512 
e8e4f53dc8c1d6aa4385cdbdc8a82bac21d9de15643980fed42a2b16c10ff56e0836371368840c9207d6bd6f8d73900a344507b8bce8b197f0580373137c0f1f
 DIST pslab-python-3.0.0.gh.tar.gz 357657 BLAKE2B 
34d8817dd47588a488359b53a7c3737afc0b3d14c5a751990a6030a17f30cb99d65f235a7eaf26b5a4f7f41931ea20bff086a5463563faa189e6cc46336366b6
 SHA512 
fdb5180e6fb55b2b6262997981c1d9b56652fbd902cfb4e8c347dff87d32d234a61f5a3ff50e5fb55eb0fecc6d2cb09df5cbc9e747df00e5973c19fba7f3c554

diff --git a/dev-python/pslab/pslab-2.5.0.ebuild 
b/dev-python/pslab/pslab-2.5.0.ebuild
deleted file mode 100644
index d5f734959f53..000000000000
--- a/dev-python/pslab/pslab-2.5.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-MY_P=pslab-python-${PV}
-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
-               -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-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
-)
-
-EPYTEST_DESELECT=(
-       # Flaky in 2.5.0
-       tests/test_logic_analyzer.py::test_stop
-)
-
-distutils_enable_sphinx docs dev-python/recommonmark
-distutils_enable_tests pytest

Reply via email to