diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
| commit | f716a9fe6455d39eef01e718aae68dae61c19704 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/crcmod | |
| parent | 3f9cf298e89cd5037b982abba06091224ee76daf (diff) | |
| download | baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip | |
Adding metadata
Diffstat (limited to 'dev-python/crcmod')
| -rw-r--r-- | dev-python/crcmod/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/crcmod/crcmod-1.7-r5.ebuild | 26 | ||||
| -rw-r--r-- | dev-python/crcmod/metadata.xml | 18 |
3 files changed, 0 insertions, 45 deletions
diff --git a/dev-python/crcmod/Manifest b/dev-python/crcmod/Manifest deleted file mode 100644 index 1ed75340f437..000000000000 --- a/dev-python/crcmod/Manifest +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 8a33830b9433..000000000000 --- a/dev-python/crcmod/crcmod-1.7-r5.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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 deleted file mode 100644 index 3d882adbfa93..000000000000 --- a/dev-python/crcmod/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <longdescription lang="en"> - 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. - </longdescription> - <upstream> - <remote-id type="sourceforge">crcmod</remote-id> - <remote-id type="pypi">crcmod</remote-id> - </upstream> -</pkgmetadata> |
