commit: 6f5a8faf45ecd27979231bb40f64014752321221 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Thu Nov 4 20:26:00 2021 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Thu Nov 4 20:27:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f5a8faf
dev-python/pycson: enable tests, ebuild cleanup Closes: https://bugs.gentoo.org/798210 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-python/pycson/pycson-0.8-r1.ebuild | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/dev-python/pycson/pycson-0.8-r1.ebuild b/dev-python/pycson/pycson-0.8-r1.ebuild index 330c7ca3386..8f32f7f9890 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
