From cc8c41f5505b5247ac2bd1ddad41528b405f4cfc Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Sat, 18 May 2024 10:56:23 +0000 Subject: Adding metadata --- dev-python/python-debian/python-debian-0.1.49.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'dev-python/python-debian/python-debian-0.1.49.ebuild') diff --git a/dev-python/python-debian/python-debian-0.1.49.ebuild b/dev-python/python-debian/python-debian-0.1.49.ebuild index 82473e20f8e4..974da628a3a2 100644 --- a/dev-python/python-debian/python-debian-0.1.49.ebuild +++ b/dev-python/python-debian/python-debian-0.1.49.ebuild @@ -1,4 +1,4 @@ -# Copyright 2011-2023 Gentoo Authors +# Copyright 2011-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -32,10 +32,13 @@ BDEPEND=" distutils_enable_tests pytest python_prepare_all() { + distutils-r1_python_prepare_all + # See debian/rules. sed -e "s/__CHANGELOG_VERSION__/${PV}/" lib/debian/_version.py.in \ > lib/debian/_version.py || die - distutils-r1_python_prepare_all + # silence false positives + rm -rf debian || die } python_compile_all() { -- cgit v1.3.1