From 0118ac4510d7b85ca62da20e4abd1286dd8bd752 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 23 Oct 2023 02:38:53 +0100 Subject: gentoo auto-resync : 23:10:2023 - 02:38:53 --- dev-python/construct/Manifest | 2 ++ dev-python/construct/construct-2.10.69.ebuild | 48 +++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 dev-python/construct/construct-2.10.69.ebuild (limited to 'dev-python/construct') diff --git a/dev-python/construct/Manifest b/dev-python/construct/Manifest index 05640a122a87..841cb33b7cdd 100644 --- a/dev-python/construct/Manifest +++ b/dev-python/construct/Manifest @@ -1,3 +1,5 @@ DIST construct-2.10.68.tar.gz 1190512 BLAKE2B b41e5b3b62cd1568c78ac4975b0d66e7a7ad4489e97031d3e866ff8eb98eea4eb387041dce15210304c608e0c419548cddea3557c2f53d52ecbcf6eb5be67749 SHA512 2388751323b16b69a06457c4862e7d1334580c201050734f150ab4437e2066ed18ff5323f7d81b8bb93124ae0f57a2ae91d7c64ffefc6e0369d6e625b7fef4eb +DIST construct-2.10.69.gh.tar.gz 1195652 BLAKE2B 003353d4be4992ecb9e32b845a35a4850f451e3ead40af2c1b9d3380c27b58088e75e20ff76c733e573594e1ae08406c188868907c0f335c13e23cb01bf7481f SHA512 c94a1b3a62c9bf4aed30eb262d4439452f98fe909e399d79ece8da4aa707f95c754d540672c2cc9c307425914e43384b5455eb7970ab5d7830af1c0b06313f9e EBUILD construct-2.10.68.ebuild 1055 BLAKE2B 2380d81ef2b94cbcb2db726ec97b541cb05c3047a37cedd21f0436a418e2755c8af5b24a954891e0532bb11849a3e01acf59a28704c260d510e1fde579d05573 SHA512 d7768d6adfb2da2a756cb6acff0e4b3b40a4ed5420d44029b34f9f40797650d3043c51e7a0819498b0e7d7700a9d55cae42f6b44d8d5794002f46d0ba47e7792 +EBUILD construct-2.10.69.ebuild 1155 BLAKE2B b907ded227c64fafa1ced4cb53339c6a451a48e92109e790900c847fda5e3e10f789c2e2285be9af210c4a8b27c568bfd8bd13899f47e0c87bf5a323961f55ba SHA512 7af83bf417487300dfb2b50b399700a94e84760ce2f106e8b5c0d114b6b088154d381efcffdc50c8faa792686641041b0ec6618b383ffaa6e213424116d6f297 MISC metadata.xml 530 BLAKE2B 841ba440080eb109449759509abcefb1449a87e3aed1f63a2acf021e6bb8c18e67d4e7e6c85d530877b7a2eb3de167708a728ad35507e3e6268f2d3f202018a1 SHA512 6c0e4d31dfaf335a7f94bc21866791100f8e96f5d58aaf988a48c55a054f5ac5d7ef579943a01d68e1403432b33f62c241b2a06dcf874278a1424f3cf60c8caf diff --git a/dev-python/construct/construct-2.10.69.ebuild b/dev-python/construct/construct-2.10.69.ebuild new file mode 100644 index 000000000000..fbd37620a64c --- /dev/null +++ b/dev-python/construct/construct-2.10.69.ebuild @@ -0,0 +1,48 @@ +# 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 +) + +pkg_postinst() { + ewarn "Version 2.10.x has significant API and implementation changes from" + ewarn "previous 2.9.x releases. Please read the documentation at" + ewarn "https://construct.readthedocs.io/en/latest/transition210.html" + ewarn "for more info." +} -- cgit v1.2.3