summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2021-03-04 16:39:07 +0700
committerAndrey Grozin <grozin@gentoo.org>2021-03-04 16:39:07 +0700
commit8e09bdc7d2c8221b80632c1bd6ad0d5743826d8a (patch)
treec9854c3d368e30f1c3b4961135d3aa80bedd5900
parentdev-python/libarchive-c: python3_9 added (diff)
downloadgentoo-8e09bdc7d2c8221b80632c1bd6ad0d5743826d8a.tar.gz
gentoo-8e09bdc7d2c8221b80632c1bd6ad0d5743826d8a.tar.bz2
gentoo-8e09bdc7d2c8221b80632c1bd6ad0d5743826d8a.zip
dev-python/speg: python3_9 added
Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrey Grozin <grozin@gentoo.org>
-rw-r--r--dev-python/speg/speg-0.3-r2.ebuild14
1 files changed, 14 insertions, 0 deletions
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 000000000000..50b5e9ec3055
--- /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=""