aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Healy <lmiphay@gmail.com>2023-09-04 20:57:33 +0100
committerPaul Healy <lmiphay@gmail.com>2023-09-04 20:57:33 +0100
commitf21862311863554d8238809e5acb9a16d1d01d6d (patch)
treea18db42e49a65154ce377b983d49e3a62f032193 /dev-python
parentuse eapi 8 (diff)
downloadlmiphay-f21862311863554d8238809e5acb9a16d1d01d6d.tar.gz
lmiphay-f21862311863554d8238809e5acb9a16d1d01d6d.tar.bz2
lmiphay-f21862311863554d8238809e5acb9a16d1d01d6d.zip
use eapi 8
Signed-off-by: Paul Healy <lmiphay@gmail.com>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/heat-translator/Manifest2
-rw-r--r--dev-python/heat-translator/heat-translator-9999.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/heat-translator/Manifest b/dev-python/heat-translator/Manifest
index 6058df9..0ead061 100644
--- a/dev-python/heat-translator/Manifest
+++ b/dev-python/heat-translator/Manifest
@@ -1 +1 @@
-EBUILD heat-translator-9999.ebuild 670 BLAKE2B 2615ce9c0801c439863e09658b7ec4aef404e3815fd373ee42ff2e5d11ea39250c77d830c9d02574ae9a8edac329ec610935e2136733e790c2d4dbc2b29795db SHA512 565d804e330b4a60f1bb306d779b3e640499da9c3e4a042c52dcfa719017e93d4e3c1dc0d5adfdba652297a1e44a4eec7640d482adcfab202e6e88069b8d3587
+EBUILD heat-translator-9999.ebuild 660 BLAKE2B d3dbd86463648884e80506e40011d8ba16026513ced0cf2e9ea3cf3bff15b4c6ffe73413d03d95c0d166cd88a01c6b07e78fd78cb3712c4404c4d1909f87c870 SHA512 327d26ec9b1a77a7218649d7b136c96a796f4ce8b289c7f8a29bdfc1926a57dcbeec71a69024fb4de95d5ba4781cabf714fa675440bc0d5f8d6a6c6cf956b151
diff --git a/dev-python/heat-translator/heat-translator-9999.ebuild b/dev-python/heat-translator/heat-translator-9999.ebuild
index fd5359b..cc6c976 100644
--- a/dev-python/heat-translator/heat-translator-9999.ebuild
+++ b/dev-python/heat-translator/heat-translator-9999.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2023 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
PYTHON_COMPAT=(python3_11)
-inherit eutils distutils-r1 git-r3
+inherit distutils-r1 git-r3
DESCRIPTION="Translate non-heat templates to Heat Orchestration Template"
HOMEPAGE="https://github.com/openstack/heat-translator"