dev-python/grako - 3.99.9 (pypi)

Search

Package Information

Description:
Grako takes a grammar in a variation of EBNF as input, and outputs a memoizing PEG/Packrat parser in Python.
Homepage:
https://bitbucket.org/neogeny/grako
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
3.99.9 8 ~amd64 ~x86 0
View Raw Ebuild
# automatically generated by g-sorcery
# please do not edit this file

EAPI=8

REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="${PV}"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python{3_11,3_12,3_13,3_14} )
DISTUTILS_USE_PEP517=standalone

inherit python-r1 gs-pypi

DESCRIPTION="Grako takes a grammar in a variation of EBNF as input, and outputs a memoizing PEG/Packrat parser in Python."

HOMEPAGE="https://bitbucket.org/neogeny/grako"
LICENSE="BSD"
SRC_URI="https://files.pythonhosted.org/packages/source/${REALNAME::1}/${REALNAME}/${REALNAME}-${REALVERSION}.zip"
SOURCEFILE="${REALNAME}-${REALVERSION}.zip"
RESTRICT="test"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="future-regex"
DEPENDENCIES="future-regex? ( dev-python/regex[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"

USE Flags

Dependencies

RDEPEND

future-regex? ( dev-python/regex[${PYTHON_USEDEP}] )

BDEPEND

future-regex? ( dev-python/regex[${PYTHON_USEDEP}] )

Manifest for 3.99.9

Type File Size Source URLs
DIST grako-3.99.9.zip 159278 bytes https://files.pythonhosted.org/packages/source/${REALNAME::1}/grako/grako-3.99.9.zip