From 8e09bdc7d2c8221b80632c1bd6ad0d5743826d8a Mon Sep 17 00:00:00 2001 From: Andrey Grozin Date: Thu, 4 Mar 2021 16:39:07 +0700 Subject: [PATCH] dev-python/speg: python3_9 added Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrey Grozin --- dev-python/speg/speg-0.3-r2.ebuild | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 dev-python/speg/speg-0.3-r2.ebuild diff --git a/dev-python/speg/speg-0.3-r2.ebuild b/dev-python/speg/speg-0.3-r2.ebuild new file mode 100644 index 0000000000000..50b5e9ec3055f --- /dev/null +++ b/dev-python/speg/speg-0.3-r2.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 PEG-based parser interpreter with memoization" +HOMEPAGE="https://github.com/avakar/speg/" +SRC_URI="https://github.com/avakar/speg/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SLOT="0" +LICENSE="MIT" +KEYWORDS="~amd64 ~ppc ~x86" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND=""