Gentoo Archives: gentoo-commits

From: Andrey Grozin <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/speg/
Date: Thu, 03 Sep 2020 05:52:47
Message-Id: 1599112349.abf5a1ad22a8eeace672744d82a96ac100723f0c.grozin@gentoo
1 commit: abf5a1ad22a8eeace672744d82a96ac100723f0c
2 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 3 05:52:29 2020 +0000
4 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 3 05:52:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abf5a1ad
7
8 dev-python/speg: python3_8 added
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
12
13 dev-python/speg/speg-0.3-r1.ebuild | 13 +++++++++++++
14 1 file changed, 13 insertions(+)
15
16 diff --git a/dev-python/speg/speg-0.3-r1.ebuild b/dev-python/speg/speg-0.3-r1.ebuild
17 new file mode 100644
18 index 00000000000..53fe6ac90cb
19 --- /dev/null
20 +++ b/dev-python/speg/speg-0.3-r1.ebuild
21 @@ -0,0 +1,13 @@
22 +# Copyright 1999-2020 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +EAPI=7
25 +PYTHON_COMPAT=( python3_{6,7,8} )
26 +inherit distutils-r1
27 +DESCRIPTION="A PEG-based parser interpreter with memoization"
28 +HOMEPAGE="https://github.com/avakar/speg/"
29 +SRC_URI="https://github.com/avakar/speg/archive/v${PV}.tar.gz -> ${P}.tar.gz"
30 +SLOT="0"
31 +LICENSE="MIT"
32 +KEYWORDS="~amd64 ~x86"
33 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
34 +RDEPEND=""