dev-python/construct: keyword 2.10.68 for arm, arm64
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
28eebf5722
commit
4826be467c
@ -1,3 +1,3 @@
|
||||
DIST construct-2.10.68.tar.gz 1190512 BLAKE2B b41e5b3b62cd1568c78ac4975b0d66e7a7ad4489e97031d3e866ff8eb98eea4eb387041dce15210304c608e0c419548cddea3557c2f53d52ecbcf6eb5be67749 SHA512 2388751323b16b69a06457c4862e7d1334580c201050734f150ab4437e2066ed18ff5323f7d81b8bb93124ae0f57a2ae91d7c64ffefc6e0369d6e625b7fef4eb
|
||||
EBUILD construct-2.10.68.ebuild 1055 BLAKE2B 2380d81ef2b94cbcb2db726ec97b541cb05c3047a37cedd21f0436a418e2755c8af5b24a954891e0532bb11849a3e01acf59a28704c260d510e1fde579d05573 SHA512 d7768d6adfb2da2a756cb6acff0e4b3b40a4ed5420d44029b34f9f40797650d3043c51e7a0819498b0e7d7700a9d55cae42f6b44d8d5794002f46d0ba47e7792
|
||||
DIST construct-2.10.68.gh.tar.gz 1190512 BLAKE2B b41e5b3b62cd1568c78ac4975b0d66e7a7ad4489e97031d3e866ff8eb98eea4eb387041dce15210304c608e0c419548cddea3557c2f53d52ecbcf6eb5be67749 SHA512 2388751323b16b69a06457c4862e7d1334580c201050734f150ab4437e2066ed18ff5323f7d81b8bb93124ae0f57a2ae91d7c64ffefc6e0369d6e625b7fef4eb
|
||||
EBUILD construct-2.10.68.ebuild 1061 BLAKE2B d06925e69a064ec661c006621b6b1e768cae9dd60e77f7b9d206155636e3aabfd11d7ab4354cd3a6cb66142af06f89f1c6a39aeca2251330c1e5c9cf5bff5fb2 SHA512 c4981cda3e607d0754f346c64907f61400f84a59e631b64dfa12437a8f7f88563a50b6c33492043f32d489524e9b234160df8bca3489c71a90bf7f7fbaedb1ac
|
||||
MISC metadata.xml 600 BLAKE2B a1ac2fdaf0bb148eaac798fbc321f068a044c693cd93c2175fd4398d6d87094d22ca3d5111f21d5ff32dc7bf9002d41b01398017abfeff68e19a16ba104b222d SHA512 bb36e43d271bdb8a34e3968c6f87debfd578de423073ac155eb187558a9399f68b01b6def604736d103800be44147184081f442231b2618c5cd6c0b077164f61
|
||||
|
@ -1,20 +1,19 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A powerful declarative parser for binary data"
|
||||
HOMEPAGE="https://construct.readthedocs.io/en/latest/ https://pypi.org/project/construct/"
|
||||
SRC_URI="https://github.com/construct/construct/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI="https://github.com/construct/construct/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
|
||||
BDEPEND="
|
||||
test? (
|
||||
|
Loading…
x
Reference in New Issue
Block a user