diff options
Diffstat (limited to 'dev-python/pyhcl')
-rw-r--r-- | dev-python/pyhcl/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pyhcl/pyhcl-0.4.4.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pyhcl/Manifest b/dev-python/pyhcl/Manifest index 7ebd798f8e03..da76f7a1b57b 100644 --- a/dev-python/pyhcl/Manifest +++ b/dev-python/pyhcl/Manifest @@ -1,3 +1,3 @@ DIST pyhcl-0.4.4.tar.gz 58400 BLAKE2B 89ce8ba1eff577d9b4c7a86931e305f94ad7633b83c27f44352658ec2a12e48fd0cb05619e4afd97e4f2d78a9f4dba5c082a0d5703060b629880a3d193d9b4ee SHA512 7c5e2b611d1198a0e6c667b8fda868231bdd25da822d634a34c076fea655a7ea2999fc827de8484992efcf52b6b843871713a83e3be7787003c90f05e3e7ddf6 -EBUILD pyhcl-0.4.4.ebuild 809 BLAKE2B 95d7438b073ddebef8c1ed26997ff0eb75277abf33af13d0cac1c70bdecf96de767aebffeb85a1d86392040478ff96391c102e5d59a615a7d66ab2731dc2d18d SHA512 7588a65704b44c4c6516231a61a23e303a544baabb1f7e7149ef3b6880f1f6f6150770d7899a3498fe356efeb7c21f945ff19a9da586da75a0c3d02fc7284928 +EBUILD pyhcl-0.4.4.ebuild 809 BLAKE2B 3fd2808ffc52362c457ca8e5f31dc7fd6512dd725611585578a90b4abb2a82275c7020758753d55ecd03922692b368d3fea1dd69a299bbdf2db72d4267f76b56 SHA512 7a5118f572d080fba8243a919cb81d6851ddd3ee0aacb53161a3397e1799527ce8ce3ea65450f2a924893659cd8a3a691c4a7ceb4d21b09dffc9961ff287a7e2 MISC metadata.xml 505 BLAKE2B 83658ee21302c885aae91af9c83ba041a4884ddabf718987c5b41fb7b1d8aaf0808e6413fc5bd0a829267c7498d83f2461329990d6d7e01c7b5cf5189067063f SHA512 d3120947df45964f58852355058c9ac23dd306466ef785b8115f6fc9eef91ee7ae6634fa1e1732f0f99e84961af942f3e319b51d7a380bf5835fe05c25ab6ee5 diff --git a/dev-python/pyhcl/pyhcl-0.4.4.ebuild b/dev-python/pyhcl/pyhcl-0.4.4.ebuild index 2c0c5cdb3244..dac65ed9f6f3 100644 --- a/dev-python/pyhcl/pyhcl-0.4.4.ebuild +++ b/dev-python/pyhcl/pyhcl-0.4.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 # tag: # git describe --tags --long LONG_VERSION=0.4.4-0-g314cd32 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit distutils-r1 DESCRIPTION="HCL configuration parser for python" |