Skip to content

Commit

Permalink
dev-python/pyaml-env: version bump 1.2.2 and add tests
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Schubert <mschu.dev@gmail.com>
Closes: #1315
Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
  • Loading branch information
mschubert authored and Nowa-Ammerlaan committed Jan 26, 2025
1 parent 5d5106b commit 582a500
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dev-python/pyaml-env/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST pyaml_env-1.2.1.tar.gz 12759 BLAKE2B 5a037ccefaaa3c60ce393dae5847777eb43745549a31b763ef2f50feb3a6e216ef793f9501df9e80cb381f78782e54b888ee4b043736dc05bcd01619d839ff86 SHA512 1ef873fa66660e4949dc1064260405244c8b3a2ee4391831a0a52be30e503e99d0b80b087c78db78683e9fe2fc1fd73f2e30c1eacc4c94a1394000d8526c9d68
DIST pyaml-env-1.2.2.gh.tar.gz 13638 BLAKE2B c49f8c6af5fa6b52ad71a8abbd9f272134569ff74601da467521ad57018b26c40093675b4e6b31597195511d231acb15cdcdd92c5471bb66ce6f20ca5c82acc3 SHA512 c495331a07adbada8c93ebfc6a65767643635b28cb6137b5d44d62395b276ce010efa655ed7dd8fa2ce66717eb83a350668dd1b4d92b3a29172fc83f308c3fcb
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# Copyright 1999-2023 Gentoo Authors
# 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_{10..12} )

inherit pypi distutils-r1
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 ~amd64-linux"

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

# tests not included in pypi tarball
RESTRICT="test"
#distutils_enable_tests pytest
distutils_enable_tests pytest

0 comments on commit 582a500

Please sign in to comment.