dev-python/bashlex - 0.18 (guru)

Search

Install

Install this version:

emerge -a =dev-python/bashlex-0.18

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/bashlex-0.18

Or alternatively:

emerge --autounmask-write -a =dev-python/bashlex-0.18

Package Information

Description:
Python parser for bash
Homepage:
https://github.com/idank/bashlex https://pypi.org/project/bashlex/
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.18 8 ~amd64 ~arm64 ~x86 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} )

inherit distutils-r1

DESCRIPTION="Python parser for bash"
HOMEPAGE="
	https://github.com/idank/bashlex
	https://pypi.org/project/bashlex/
"
SRC_URI="
	https://github.com/idank/bashlex/archive/refs/tags/${PV}.tar.gz
		-> ${P}.gh.tar.gz
"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"

EPYTEST_PLUGINS=()
distutils_enable_tests pytest

Inherited Eclasses

Manifest for 0.18

Type File Size Source URLs
DIST bashlex-0.18.gh.tar.gz 66783 bytes https://github.com/idank/bashlex/archive/refs/tags/0.18.tar.gz