From 582a50061168bc8e4549fe3ff7b7454d8d289aba Mon Sep 17 00:00:00 2001 From: Michael Schubert Date: Sun, 26 Jan 2025 11:52:32 +0000 Subject: [PATCH] dev-python/pyaml-env: version bump 1.2.2 and add tests Signed-off-by: Michael Schubert Closes: https://github.com/gentoo/sci/pull/1315 Signed-off-by: Nowa Ammerlaan --- dev-python/pyaml-env/Manifest | 2 +- .../{pyaml-env-1.2.1.ebuild => pyaml-env-1.2.2.ebuild} | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) rename dev-python/pyaml-env/{pyaml-env-1.2.1.ebuild => pyaml-env-1.2.2.ebuild} (63%) diff --git a/dev-python/pyaml-env/Manifest b/dev-python/pyaml-env/Manifest index 06b54d70e57..6b07301c021 100644 --- a/dev-python/pyaml-env/Manifest +++ b/dev-python/pyaml-env/Manifest @@ -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 diff --git a/dev-python/pyaml-env/pyaml-env-1.2.1.ebuild b/dev-python/pyaml-env/pyaml-env-1.2.2.ebuild similarity index 63% rename from dev-python/pyaml-env/pyaml-env-1.2.1.ebuild rename to dev-python/pyaml-env/pyaml-env-1.2.2.ebuild index a5169040a2e..6e8678d01d3 100644 --- a/dev-python/pyaml-env/pyaml-env-1.2.1.ebuild +++ b/dev-python/pyaml-env/pyaml-env-1.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,10 +6,12 @@ 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" @@ -17,6 +19,4 @@ 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