From 6f5a8faf45ecd27979231bb40f64014752321221 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Thu, 4 Nov 2021 22:26:00 +0200 Subject: dev-python/pycson: enable tests, ebuild cleanup Closes: https://bugs.gentoo.org/798210 Signed-off-by: Arthur Zamarin --- dev-python/pycson/pycson-0.8-r1.ebuild | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'dev-python/pycson') diff --git a/dev-python/pycson/pycson-0.8-r1.ebuild b/dev-python/pycson/pycson-0.8-r1.ebuild index 330c7ca33866..8f32f7f9890d 100644 --- a/dev-python/pycson/pycson-0.8-r1.ebuild +++ b/dev-python/pycson/pycson-0.8-r1.ebuild @@ -2,13 +2,18 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) + +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 + DESCRIPTION="A python parser for the Coffeescript Object Notation (CSON)" HOMEPAGE="https://github.com/avakar/pycson/" SRC_URI="https://github.com/avakar/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -SLOT="0" + LICENSE="MIT" +SLOT="0" KEYWORDS="amd64 ~ppc ~riscv x86" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" + RDEPEND="dev-python/speg" + +distutils_enable_tests pytest -- cgit v1.2.3-65-gdbad