diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-06-17 18:13:04 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-06-17 18:13:04 +0000 |
| commit | 1ec170ec4a58b796bf79c47901ce87771bea01f2 (patch) | |
| tree | 3954ea8ccc9c093f2ef8558168b3c4aad3e69fb4 /dev-python/python3-xapp | |
| parent | 033b90dbfc916702d9981ba684ce3a7355caf0e0 (diff) | |
| download | baldeagleos-repo-1ec170ec4a58b796bf79c47901ce87771bea01f2.tar.gz baldeagleos-repo-1ec170ec4a58b796bf79c47901ce87771bea01f2.tar.xz baldeagleos-repo-1ec170ec4a58b796bf79c47901ce87771bea01f2.zip | |
Adding metadata
Diffstat (limited to 'dev-python/python3-xapp')
| -rw-r--r-- | dev-python/python3-xapp/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/python3-xapp/python3-xapp-2.4.2.ebuild (renamed from dev-python/python3-xapp/python3-xapp-2.4.1.ebuild) | 10 |
2 files changed, 3 insertions, 9 deletions
diff --git a/dev-python/python3-xapp/Manifest b/dev-python/python3-xapp/Manifest index af943fdc5846..dbe4721ad376 100644 --- a/dev-python/python3-xapp/Manifest +++ b/dev-python/python3-xapp/Manifest @@ -1 +1 @@ -DIST python3-xapp-2.4.1.tar.gz 21181 BLAKE2B 460aba09d147d64c8102f66d059c6ab1f7c39893ce98844e59ab5954b690d81ab4b253cb6a17f9b3c781dfb5e965d1a4de859aaeff5ef65ab3f67a86a4c6e6c2 SHA512 97045061aa5965adcfe7301774dbd35a226fa9b846e31a7c097229cc417ff4008e518ebd5b600d4ce6a46daa39d51de70d391b6b0a7c78490419d3a96daca6a9 +DIST python3-xapp-2.4.2.tar.gz 21482 BLAKE2B bacea6a626efa8ee60a4f91923e48e0e9e49d08ca0c9a5998b724284edc353912099f2deafc6eb7cf6a42a983f97f8cc03fe86c18338c89823f103e413685637 SHA512 04f995986eabaf613d166ae31bd36eda2b3563ea58aded64b132940430db9d59f9525eb562b0ad8d7649844adbaf28332c4f51fa633610b102feae97bc1bfc9f diff --git a/dev-python/python3-xapp/python3-xapp-2.4.1.ebuild b/dev-python/python3-xapp/python3-xapp-2.4.2.ebuild index dfc0351dd0b5..7cea698be97e 100644 --- a/dev-python/python3-xapp/python3-xapp-2.4.1.ebuild +++ b/dev-python/python3-xapp/python3-xapp-2.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -25,16 +25,10 @@ RDEPEND=" dev-python/psutil[${PYTHON_USEDEP}] " -src_prepare() { - echo "option('python', type: 'string', value: 'python3')" >> meson_options.txt || die - sed -i "s/find_installation('python3')/find_installation(get_option('python'))/" meson.build || die - default -} - src_configure() { configuring() { meson_src_configure \ - -Dpython="${EPYTHON}" + -Dpython_target="${EPYTHON}" } python_foreach_impl configuring } |
