commit: 5f62ead71909e4de536268ee451b45e5e33b19d6
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 5 17:39:46 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> 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 <arthurzam <AT> 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