From 0f48545ffae42d356aebd5625eeb0d22fb49cd95 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Thu, 28 Jan 2021 12:41:50 +0000 Subject: Updating liguros repo --- dev-python/rply/rply-0.7.8.ebuild | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 dev-python/rply/rply-0.7.8.ebuild (limited to 'dev-python/rply/rply-0.7.8.ebuild') diff --git a/dev-python/rply/rply-0.7.8.ebuild b/dev-python/rply/rply-0.7.8.ebuild new file mode 100644 index 000000000000..c28b4d4b0529 --- /dev/null +++ b/dev-python/rply/rply-0.7.8.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) + +inherit distutils-r1 + +DESCRIPTION="Pure python parser generator that also works with RPython" +HOMEPAGE="https://github.com/alex/rply" +SRC_URI="https://github.com/alex/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=" + dev-python/appdirs[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/py[${PYTHON_USEDEP}] )" + +distutils_enable_tests pytest -- cgit v1.3.1