commit:     582a50061168bc8e4549fe3ff7b7454d8d289aba
Author:     Michael Schubert <mschu.dev <AT> gmail <DOT> com>
AuthorDate: Sun Jan 26 11:52:32 2025 +0000
Commit:     Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Sun Jan 26 13:58:43 2025 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=582a5006

dev-python/pyaml-env: version bump 1.2.2 and add tests

Signed-off-by: Michael Schubert <mschu.dev <AT> gmail.com>
Closes: https://github.com/gentoo/sci/pull/1315
Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>

 .../{pyaml-env-1.2.1.ebuild => pyaml-env-1.2.2.ebuild}         | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

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 a5169040a..6e8678d01 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

Reply via email to