From bcc99fdf82c310144e2985805d45fdf23b8877ac Mon Sep 17 00:00:00 2001 From: "Andreas Billmeier (@Home/mbp)" Date: Sat, 10 Jun 2023 19:32:33 +0200 Subject: [PATCH] dev-python/construct: keyword 2.10.56 for arm, arm64 Signed-off-by: Andreas Billmeier --- dev-python/construct/Manifest | 2 +- dev-python/construct/construct-2.10.56.ebuild | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-python/construct/Manifest b/dev-python/construct/Manifest index 165df3301..f9008bf32 100644 --- a/dev-python/construct/Manifest +++ b/dev-python/construct/Manifest @@ -1,3 +1,3 @@ DIST construct-2.10.56.gh.tar.gz 1184110 BLAKE2B 01ce1800970826ae3584a9733de171e04dd926e7d19d8b48b4364406b4aa0f4d878ec52f9a7f755bb249aeeaca75ae6221d6bdf302d4342d4974d268b1782175 SHA512 cc9aa126c26a017a3fb7b78a6b8f2056194028a44c8ed615a6dc4a445d50f0463e2de0b80810ab5a252070925a56b5a61dbb601a3de9e445d861356231a146d5 -EBUILD construct-2.10.56.ebuild 993 BLAKE2B 8f19d8eec5cb765908b28a16da71ecb707d368d56f3d6cb456ea5182f1560ef9fa5d6a555d29364fe46e0814474bd8eaf4230bfa8a91c2ae4f95744fa0f53add SHA512 660a986446b02855de74526504837c9a5b9b714a7f9d9f94d6aa589a119215b16501e0fb83e7c23a8dc83216333ccac6893c3f9047470526d7bd8b911abb388f +EBUILD construct-2.10.56.ebuild 999 BLAKE2B 7d863d712d25cc2ea987c914bb603a1712c75e1f81043ccb21176624f191405ca6dead2b6fc2ed762667c991a4c1fcc87c343e493262fd4039780b0375daced4 SHA512 151f3b0c61293f7793725648b687f14c76725c419f9c7f0dd50034f6786170107b779aa6e11af3f089db56d7e40c1ce1f785639987b1761a9c67fb5f07b9bfb2 MISC metadata.xml 539 BLAKE2B c051979f40179c287f989fc3015397403c51e137e78499a6435797ae5eaad13a7a08cd3aa5e4b5858982cf064da06b3b99d1301fa3eee5275b28ed3a27042e21 SHA512 ebae2ae4303740a9b77adc18324b93f18059a6e30d315d5283ea74f67252fa5aa3af85ea9dcad36104f2c06b4955b8454f6c7c68021858f9eba716d53347b523 diff --git a/dev-python/construct/construct-2.10.56.ebuild b/dev-python/construct/construct-2.10.56.ebuild index 18ffb4d94..d8b8b97ab 100644 --- a/dev-python/construct/construct-2.10.56.ebuild +++ b/dev-python/construct/construct-2.10.56.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) - +PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="A powerful declarative parser for binary data" @@ -12,7 +12,7 @@ SRC_URI="https://github.com/construct/construct/archive/v${PV}.tar.gz -> ${P}.gh LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm arm64 x86" distutils_enable_tests pytest BDEPEND+="