From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EE7961382C5 for ; Thu, 4 Mar 2021 09:39:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21B4DE088A; Thu, 4 Mar 2021 09:39:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0681AE088A for ; Thu, 4 Mar 2021 09:39:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 02C1D340B27 for ; Thu, 4 Mar 2021 09:39:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD7324DB for ; Thu, 4 Mar 2021 09:39:20 +0000 (UTC) From: "Andrey Grozin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Grozin" Message-ID: <1614850747.8e09bdc7d2c8221b80632c1bd6ad0d5743826d8a.grozin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/speg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/speg/speg-0.3-r2.ebuild X-VCS-Directories: dev-python/speg/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: 8e09bdc7d2c8221b80632c1bd6ad0d5743826d8a X-VCS-Branch: master Date: Thu, 4 Mar 2021 09:39:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 663fcd8b-b935-4217-9915-621388f32b1f X-Archives-Hash: 448d6ff84002d51d0e91d93e8d4f4f03 commit: 8e09bdc7d2c8221b80632c1bd6ad0d5743826d8a Author: Andrey Grozin gentoo org> AuthorDate: Thu Mar 4 09:39:07 2021 +0000 Commit: Andrey Grozin gentoo org> CommitDate: Thu Mar 4 09:39:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e09bdc7 dev-python/speg: python3_9 added Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrey Grozin gentoo.org> dev-python/speg/speg-0.3-r2.ebuild | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 00000000000..50b5e9ec305 --- /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=""