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/crcmod/Manifest | 1 + dev-python/crcmod/crcmod-1.7-r5.ebuild | 26 ++++++++++++++++++++++++++ dev-python/crcmod/metadata.xml | 15 +++++++++++++++ 3 files changed, 42 insertions(+) create mode 100644 dev-python/crcmod/Manifest create mode 100644 dev-python/crcmod/crcmod-1.7-r5.ebuild create mode 100644 dev-python/crcmod/metadata.xml (limited to 'dev-python/crcmod') diff --git a/dev-python/crcmod/Manifest b/dev-python/crcmod/Manifest new file mode 100644 index 000000000000..1ed75340f437 --- /dev/null +++ b/dev-python/crcmod/Manifest @@ -0,0 +1 @@ +DIST crcmod-1.7.tar.gz 89670 BLAKE2B 542bdde18f4565f574a2746de5e1fcb10d015d5c89f3eba7a0c316a3e53eb5a895664e2f51e54dcbab7d2ee6f30055137f22498f44b6c27d40d0692ff9652813 SHA512 3c2f65004761c84f19d6ba95a0af74512108bad5007d9e20f8e684822e4196ce17073e58b47d2fa997e058e3d82782f3393458b6f0e86935418f38877d319a31 diff --git a/dev-python/crcmod/crcmod-1.7-r5.ebuild b/dev-python/crcmod/crcmod-1.7-r5.ebuild new file mode 100644 index 000000000000..8a33830b9433 --- /dev/null +++ b/dev-python/crcmod/crcmod-1.7-r5.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_EXT=1 +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 + +DESCRIPTION="Python CRC Generator module" +HOMEPAGE="https://crcmod.sourceforge.net/" +SRC_URI=" + https://downloads.sourceforge.net/project/crcmod/crcmod/${P}/${P}.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 arm x86" + +DOCS=( changelog test/examples.py ) + +python_test() { + "${EPYTHON}" test/test_crcmod.py -v || die "Tests fail with ${EPYTHON}" +} diff --git a/dev-python/crcmod/metadata.xml b/dev-python/crcmod/metadata.xml new file mode 100644 index 000000000000..4cdf0f0cfb94 --- /dev/null +++ b/dev-python/crcmod/metadata.xml @@ -0,0 +1,15 @@ + + + + + python@gentoo.org + Python + + + The software in this package is a Python module for generating objects + that compute the Cyclic Redundancy Check (CRC). It includes a (optional) + C extension for fast calculation, as well as a pure Python + implementation. + + baldeagleos-repo + -- cgit v1.3