Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/grabbit/
Date: Fri, 25 Sep 2020 08:40:47
Message-Id: 1601023236.10063c5b92c43446fb4766d2ac4cd754aa828633.chymera@gentoo
1 commit: 10063c5b92c43446fb4766d2ac4cd754aa828633
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Fri Sep 25 08:40:36 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Fri Sep 25 08:40:36 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=10063c5b
7
8 dev-python/grabbit: removed old version, and PYTHON_COMPAT update
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
12
13 dev-python/grabbit/grabbit-0.1.1.ebuild | 27 ---------------------------
14 dev-python/grabbit/grabbit-0.2.6.ebuild | 9 +++------
15 2 files changed, 3 insertions(+), 33 deletions(-)
16
17 diff --git a/dev-python/grabbit/grabbit-0.1.1.ebuild b/dev-python/grabbit/grabbit-0.1.1.ebuild
18 deleted file mode 100644
19 index dd6a7e6a9..000000000
20 --- a/dev-python/grabbit/grabbit-0.1.1.ebuild
21 +++ /dev/null
22 @@ -1,27 +0,0 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=7
27 -
28 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
29 -
30 -inherit distutils-r1
31 -
32 -DESCRIPTION="Get grabby with file trees"
33 -HOMEPAGE="https://github.com/grabbles/grabbit"
34 -SRC_URI="https://github.com/grabbles/grabbit/archive/${PV}.tar.gz -> ${P}.tar.gz"
35 -
36 -LICENSE="MIT"
37 -SLOT="0"
38 -KEYWORDS="~amd64"
39 -IUSE="test"
40 -
41 -DEPEND="
42 - dev-python/setuptools[${PYTHON_USEDEP}]
43 - test? ( >=dev-python/pytest-3.4.1[${PYTHON_USEDEP}] )
44 - "
45 -RDEPEND=""
46 -
47 -python_test() {
48 - py.test -v || die
49 -}
50
51 diff --git a/dev-python/grabbit/grabbit-0.2.6.ebuild b/dev-python/grabbit/grabbit-0.2.6.ebuild
52 index 466dc6512..b6f6b19c1 100644
53 --- a/dev-python/grabbit/grabbit-0.2.6.ebuild
54 +++ b/dev-python/grabbit/grabbit-0.2.6.ebuild
55 @@ -3,7 +3,7 @@
56
57 EAPI=7
58
59 -PYTHON_COMPAT=( python{2_7,3_6,3_7} )
60 +PYTHON_COMPAT=( python3_{4,6,7,8} )
61
62 inherit distutils-r1
63
64 @@ -17,11 +17,8 @@ KEYWORDS="~amd64"
65 IUSE="test"
66
67 DEPEND="
68 - dev-python/setuptools[${PYTHON_USEDEP}]
69 - test? ( >=dev-python/pytest-3.4.1[${PYTHON_USEDEP}] )
70 + test? ( dev-python/pytest[${PYTHON_USEDEP}] )
71 "
72 RDEPEND=""
73
74 -python_test() {
75 - py.test -v || die
76 -}
77 +distutils_enable_tests pytest