diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-05-18 10:56:23 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-05-18 10:56:23 +0000 |
| commit | cc8c41f5505b5247ac2bd1ddad41528b405f4cfc (patch) | |
| tree | aac5fc4e9a2c0c5967a13ca58826fbe454869a65 /dev-python/python-debian | |
| parent | 4e5ed851e66c960ab51e65e9f83d8863c5b6ad5e (diff) | |
| download | baldeagleos-repo-cc8c41f5505b5247ac2bd1ddad41528b405f4cfc.tar.gz baldeagleos-repo-cc8c41f5505b5247ac2bd1ddad41528b405f4cfc.tar.xz baldeagleos-repo-cc8c41f5505b5247ac2bd1ddad41528b405f4cfc.zip | |
Adding metadata
Diffstat (limited to 'dev-python/python-debian')
| -rw-r--r-- | dev-python/python-debian/python-debian-0.1.49.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
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() { |
