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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2AF4A158091 for ; Sun, 5 Jun 2022 18:02:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B03EE08C4; Sun, 5 Jun 2022 18:02:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 717ABE08C4 for ; Sun, 5 Jun 2022 18:02:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4867E341D0F for ; Sun, 5 Jun 2022 18:02:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4AFE14F2 for ; Sun, 5 Jun 2022 18:01:59 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1654452102.5f62ead71909e4de536268ee451b45e5e33b19d6.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/speg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/speg/Manifest dev-python/speg/speg-0.3_p20180819.ebuild X-VCS-Directories: dev-python/speg/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 5f62ead71909e4de536268ee451b45e5e33b19d6 X-VCS-Branch: master Date: Sun, 5 Jun 2022 18:01:59 +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: 4328ff71-ad22-435f-8089-3aea2cee9e00 X-Archives-Hash: ca806b392173a8746ab2d9d85a06bc5b commit: 5f62ead71909e4de536268ee451b45e5e33b19d6 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Jun 5 17:39:46 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Jun 5 18:01:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f62ead7 dev-python/speg: add 0.3_p20180819, enable tests Signed-off-by: Arthur Zamarin gentoo.org> dev-python/speg/Manifest | 1 + dev-python/speg/speg-0.3_p20180819.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/dev-python/speg/Manifest b/dev-python/speg/Manifest index 5e3a9b8b9284..312390832012 100644 --- a/dev-python/speg/Manifest +++ b/dev-python/speg/Manifest @@ -1 +1,2 @@ DIST speg-0.3.tar.gz 2592 BLAKE2B 1b82d6e122783fbc58f2c711a67e9b8b721d69c08de5ac2815d1ae459ce337552d10bb747cd1e31363f48f4a50bbc967b650d7e6048668d28d4133b5875aed14 SHA512 9faed6af0eb1a6ff0a7dc2e2f5b885a58a5430938b463420ad52277fe2900ae98531057ebbcc21d8cd259d4779bfb0c919125043503635721afe574b4f1f99ce +DIST speg-0.3_p20180819.gh.tar.gz 5771 BLAKE2B 1d0a97d65190cd26776509627cc2ada948390af3457d3967fa0a6a3cbe1bc0c566db8188a9bab3a28d5bd8cb85ce0853c903d2c7a7d6faf79766b9f48c229f4d SHA512 01f0913a59b0a3b32c72c937f948508e303121bd35a8d057f1c043ab77a8b5c3a63b696f5aa8a6bf300901131ae56f50d187e7259dcc7bbaf4d1368e6bdd8bb1 diff --git a/dev-python/speg/speg-0.3_p20180819.ebuild b/dev-python/speg/speg-0.3_p20180819.ebuild new file mode 100644 index 000000000000..dae8224ed586 --- /dev/null +++ b/dev-python/speg/speg-0.3_p20180819.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..10} ) +inherit distutils-r1 + +MY_COMMIT="877acddfd5ac5ae8b4a4592d045e74e108477643" + +DESCRIPTION="A PEG-based parser interpreter with memoization" +HOMEPAGE="https://github.com/avakar/speg/" +SRC_URI="https://github.com/avakar/speg/archive/${MY_COMMIT}.tar.gz -> ${P}.gh.tar.gz" +S=${WORKDIR}/${PN}-${MY_COMMIT} + +SLOT="0" +LICENSE="MIT" +KEYWORDS="~amd64 ~ppc ~riscv ~x86" + +distutils_enable_tests pytest