From e4769acf6646f4b0ef28cb695cec8ed128aba920 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 15 Dec 2023 14:48:25 +0000 Subject: gentoo auto-resync : 15:12:2023 - 14:48:25 --- dev-python/construct/Manifest | 4 +-- dev-python/construct/construct-2.10.69.ebuild | 48 --------------------------- dev-python/construct/construct-2.10.70.ebuild | 2 +- 3 files changed, 2 insertions(+), 52 deletions(-) delete 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 8acb1c58f5ac..4885c3890172 100644 --- a/dev-python/construct/Manifest +++ b/dev-python/construct/Manifest @@ -1,5 +1,3 @@ -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 +EBUILD construct-2.10.70.ebuild 894 BLAKE2B 1f6b7d9f951a94f8b4ce7c9d96da58b4778f05c90d0a89879ceb30b7ea7bd5d534269e6c0a34f9f4266eb74779082782cadea94c5fb9de43814ef55102b12220 SHA512 a3dde81d84f948cb74226e18aaefcb09500a4f92cb50373635bc38e58f506b46ccb5c24bfbd6345d3c9f855b04a83a42cf0fcac37df5639859195c1d5cb7237c 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 deleted file mode 100644 index 26b4949dc173..000000000000 --- a/dev-python/construct/construct-2.10.69.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# 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." -} diff --git a/dev-python/construct/construct-2.10.70.ebuild b/dev-python/construct/construct-2.10.70.ebuild index 53bffe5dd8d1..c21fb48b82dc 100644 --- a/dev-python/construct/construct-2.10.70.ebuild +++ b/dev-python/construct/construct-2.10.70.ebuild @@ -21,7 +21,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 arm64 x86" BDEPEND=" test? ( -- cgit v1.2.3