diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-01-28 08:49:04 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-01-28 09:35:16 +0100 |
commit | 9b55fba00aa11030d2f3922eff78344945cc9916 (patch) | |
tree | 93469f705aeca0a36e6a43f62361139fa4c049c1 /dev-python/rply/rply-0.7.8.ebuild | |
parent | dev-python/hypothesis: Bump to 6.0.4 (diff) | |
download | gentoo-9b55fba00aa11030d2f3922eff78344945cc9916.tar.gz gentoo-9b55fba00aa11030d2f3922eff78344945cc9916.tar.bz2 gentoo-9b55fba00aa11030d2f3922eff78344945cc9916.zip |
dev-python/rply: Bump to 0.7.8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/rply/rply-0.7.8.ebuild')
-rw-r--r-- | dev-python/rply/rply-0.7.8.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
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..d42fc41fdfa8 --- /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_{7..9} ) + +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 |