Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pslab-python/
Date: Sat, 16 May 2020 11:18:08
Message-Id: 1589627878.f3b75e04d95f44e21ad5c86430ed9013357a992d.zlogene@gentoo
1 commit: f3b75e04d95f44e21ad5c86430ed9013357a992d
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 16 11:17:07 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat May 16 11:17:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3b75e04
7
8 dev-python/pslab-python: Drop old
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 dev-python/pslab-python/pslab-python-1.0.1.ebuild | 40 -----------------------
14 1 file changed, 40 deletions(-)
15
16 diff --git a/dev-python/pslab-python/pslab-python-1.0.1.ebuild b/dev-python/pslab-python/pslab-python-1.0.1.ebuild
17 deleted file mode 100644
18 index 37e2f52f9bd..00000000000
19 --- a/dev-python/pslab-python/pslab-python-1.0.1.ebuild
20 +++ /dev/null
21 @@ -1,40 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -PYTHON_COMPAT=( python3_6 )
28 -
29 -inherit distutils-r1
30 -
31 -DESCRIPTION="Python library for communicating with Pocket Science Lab"
32 -HOMEPAGE="https://pslab.io"
33 -SRC_URI="https://github.com/fossasia/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
34 -
35 -LICENSE="GPL-3+"
36 -SLOT="0"
37 -KEYWORDS="amd64"
38 -IUSE="doc"
39 -
40 -RDEPEND="${PYTHON_DEPS}
41 - dev-python/numpy
42 - dev-python/pyqtgraph
43 - dev-python/pyserial
44 - sci-libs/scipy"
45 -DEPEND="${RDEPEND}
46 - doc? ( dev-python/sphinx )"
47 -BDEPEND="dev-python/setuptools"
48 -
49 -PATCHES=(
50 - "${FILESDIR}"/${PN}-1.0.1-sys_version.patch
51 - "${FILESDIR}"/${PN}-1.0.1-no_install_udev_rules.patch
52 -)
53 -
54 -python_compile_all() {
55 - use doc && esetup.py build_sphinx
56 -}
57 -
58 -python_install_all() {
59 - use doc && HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
60 - distutils-r1_python_install_all
61 -}