From b34c45ec12e8676abfa39cddcf3448ac2bee1574 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 30 Nov 2023 17:04:14 +0000 Subject: gentoo auto-resync : 30:11:2023 - 17:04:14 --- dev-python/construct/Manifest | 2 ++ dev-python/construct/construct-2.10.70.ebuild | 41 +++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 dev-python/construct/construct-2.10.70.ebuild (limited to 'dev-python/construct') diff --git a/dev-python/construct/Manifest b/dev-python/construct/Manifest index cacd12a0f7f8..8acb1c58f5ac 100644 --- a/dev-python/construct/Manifest +++ b/dev-python/construct/Manifest @@ -1,3 +1,5 @@ DIST construct-2.10.69.gh.tar.gz 1195652 BLAKE2B 003353d4be4992ecb9e32b845a35a4850f451e3ead40af2c1b9d3380c27b58088e75e20ff76c733e573594e1ae08406c188868907c0f335c13e23cb01bf7481f SHA512 c94a1b3a62c9bf4aed30eb262d4439452f98fe909e399d79ece8da4aa707f95c754d540672c2cc9c307425914e43384b5455eb7970ab5d7830af1c0b06313f9e +DIST construct-2.10.70.gh.tar.gz 1196623 BLAKE2B 98206e9fbf65c208172cfc4ac983c636fe022a51891a9d8f784c87656d2143f97fd7ec108cc24ca857a589479fe5ca17beb8db245c300d5bb90fdfd2859e5801 SHA512 1c4fe99d36266bf68f4876fdaea5b7cbbb2ea202b73cf4b54f92b443cd753200aec52a15ff97001c9e040b3c16ecc8dd444bbac26f7860100087e430beab1f81 EBUILD construct-2.10.69.ebuild 1152 BLAKE2B 51c25cd75168ccd6d53ea28267d4d93fa65ee67c3f9537ba6a5fa1950faeee807fa0bddf4f9d3fe47b0f50ed26fe069ac09963027c164188ef2e79292bb78820 SHA512 d1df257e71750496b1140328f11c8a44b85b425efb2859dcfc74afc30967264c84d2fad00a1819c6cafe479d9d88c9dc950cdb567050971e149daadfc5a5d99e +EBUILD construct-2.10.70.ebuild 897 BLAKE2B 50cfbd49c96671f0e9370ba4be0307e30da29a8f0f791f514f3cd7bb95e6dc1424f2324569b87ad912415cf385ce83175478138f3ef8de8dd7bd2ad343571372 SHA512 2de9dcd8237c74ef351dc04b622ba411ef59e5ee9ab57908d3450474ea69c0334d0fab4658501328c3f25f2f878a0bef9b4724ff4325f454f07a8f9d3a52d6f9 MISC metadata.xml 530 BLAKE2B 841ba440080eb109449759509abcefb1449a87e3aed1f63a2acf021e6bb8c18e67d4e7e6c85d530877b7a2eb3de167708a728ad35507e3e6268f2d3f202018a1 SHA512 6c0e4d31dfaf335a7f94bc21866791100f8e96f5d58aaf988a48c55a054f5ac5d7ef579943a01d68e1403432b33f62c241b2a06dcf874278a1424f3cf60c8caf diff --git a/dev-python/construct/construct-2.10.70.ebuild b/dev-python/construct/construct-2.10.70.ebuild new file mode 100644 index 000000000000..53bffe5dd8d1 --- /dev/null +++ b/dev-python/construct/construct-2.10.70.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 + +DESCRIPTION="A powerful declarative parser for binary data" +HOMEPAGE=" + https://construct.readthedocs.io/en/latest/ + https://github.com/construct/construct/ + https://pypi.org/project/construct/ +" +SRC_URI=" + https://github.com/construct/construct/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +BDEPEND=" + test? ( + dev-python/arrow[${PYTHON_USEDEP}] + dev-python/cloudpickle[${PYTHON_USEDEP}] + dev-python/cryptography[${PYTHON_USEDEP}] + dev-python/lz4[${PYTHON_USEDEP}] + >=dev-python/numpy-1.15.4[${PYTHON_USEDEP}] + dev-python/ruamel-yaml[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +EPYTEST_IGNORE=( + tests/test_benchmarks.py +) -- cgit v1.2.3