Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pycson/
Date: Thu, 04 Nov 2021 20:27:43
Message-Id: 1636057647.6f5a8faf45ecd27979231bb40f64014752321221.arthurzam@gentoo
1 commit: 6f5a8faf45ecd27979231bb40f64014752321221
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 4 20:26:00 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 4 20:27:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f5a8faf
7
8 dev-python/pycson: enable tests, ebuild cleanup
9
10 Closes: https://bugs.gentoo.org/798210
11 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
12
13 dev-python/pycson/pycson-0.8-r1.ebuild | 11 ++++++++---
14 1 file changed, 8 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/pycson/pycson-0.8-r1.ebuild b/dev-python/pycson/pycson-0.8-r1.ebuild
17 index 330c7ca3386..8f32f7f9890 100644
18 --- a/dev-python/pycson/pycson-0.8-r1.ebuild
19 +++ b/dev-python/pycson/pycson-0.8-r1.ebuild
20 @@ -2,13 +2,18 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 -PYTHON_COMPAT=( python3_{7..9} )
25 +
26 +PYTHON_COMPAT=( python3_{8..9} )
27 inherit distutils-r1
28 +
29 DESCRIPTION="A python parser for the Coffeescript Object Notation (CSON)"
30 HOMEPAGE="https://github.com/avakar/pycson/"
31 SRC_URI="https://github.com/avakar/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
32 -SLOT="0"
33 +
34 LICENSE="MIT"
35 +SLOT="0"
36 KEYWORDS="amd64 ~ppc ~riscv x86"
37 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
38 +
39 RDEPEND="dev-python/speg"
40 +
41 +distutils_enable_tests pytest