commit: 382348695f89d35927724ae83c77bd5b90bd60d4
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 4 09:41:51 2021 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Thu Mar 4 09:41:51 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38234869
dev-python/pycson: python3_9 added
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
dev-python/pycson/pycson-0.8-r1.ebuild | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/dev-python/pycson/pycson-0.8-r1.ebuild
b/dev-python/pycson/pycson-0.8-r1.ebuild
new file mode 100644
index 00000000000..67ca8c30fe1
--- /dev/null
+++ b/dev-python/pycson/pycson-0.8-r1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..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"
+KEYWORDS="~amd64 ~ppc ~x86"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/speg"