From b590c8d7572b727d565cc0b8ff660d43569845de Mon Sep 17 00:00:00 2001 From: root Date: Fri, 12 Jun 2026 19:09:37 -0500 Subject: Adding metadata --- dev-python/construct/Manifest | 1 + dev-python/construct/construct-2.10.70.ebuild | 41 +++++++++++++++++++++++++++ dev-python/construct/metadata.xml | 14 +++++++++ 3 files changed, 56 insertions(+) create mode 100644 dev-python/construct/Manifest create mode 100644 dev-python/construct/construct-2.10.70.ebuild create mode 100644 dev-python/construct/metadata.xml (limited to 'dev-python/construct') diff --git a/dev-python/construct/Manifest b/dev-python/construct/Manifest new file mode 100644 index 000000000000..41804c38ca03 --- /dev/null +++ b/dev-python/construct/Manifest @@ -0,0 +1 @@ +DIST construct-2.10.70.gh.tar.gz 1196623 BLAKE2B 98206e9fbf65c208172cfc4ac983c636fe022a51891a9d8f784c87656d2143f97fd7ec108cc24ca857a589479fe5ca17beb8db245c300d5bb90fdfd2859e5801 SHA512 1c4fe99d36266bf68f4876fdaea5b7cbbb2ea202b73cf4b54f92b443cd753200aec52a15ff97001c9e040b3c16ecc8dd444bbac26f7860100087e430beab1f81 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..589656d9ce40 --- /dev/null +++ b/dev-python/construct/construct-2.10.70.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{13..14} ) + +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 +) diff --git a/dev-python/construct/metadata.xml b/dev-python/construct/metadata.xml new file mode 100644 index 000000000000..ca5e88516b42 --- /dev/null +++ b/dev-python/construct/metadata.xml @@ -0,0 +1,14 @@ + + + + + python@gentoo.org + Python + + + azamat.hackimov@gmail.com + Azamat H. Hackimov + + + baldeagleos-repo + -- cgit v1.3.1