commit: 0839d318471dd876c45a2c550d20f09d074fc401 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org> AuthorDate: Sat Oct 28 12:33:49 2023 +0000 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org> CommitDate: Sat Oct 28 12:33:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0839d318
dev-python/pycson: add python3_12 Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org> dev-python/pycson/pycson-0.8-r4.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/dev-python/pycson/pycson-0.8-r4.ebuild b/dev-python/pycson/pycson-0.8-r4.ebuild new file mode 100644 index 000000000000..491cc95cdfcf --- /dev/null +++ b/dev-python/pycson/pycson-0.8-r4.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..12} ) +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" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~riscv ~x86" + +RDEPEND="dev-python/speg[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest