dev-python/pyaml-env - 1.2.2 (science)

Search

Package Information

Description:
Parse YAML configuration with environment variables in Python
Homepage:
https://pypi.org/project/pyaml-env/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.2.2 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_12 )

inherit distutils-r1

DESCRIPTION="Parse YAML configuration with environment variables in Python"
HOMEPAGE="https://pypi.org/project/pyaml-env/"
SRC_URI="https://github.com/mkaranasou/pyaml_env/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/pyaml_env-${PV}"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]"

distutils_enable_tests pytest

Dependencies

RDEPEND

dev-python/pyyaml[${PYTHON_USEDEP}]

Manifest for 1.2.2

Type File Size Source URLs
DIST pyaml-env-1.2.2.gh.tar.gz 13638 bytes https://github.com/mkaranasou/pyaml_env/archive/v1.2.2.tar.gz