summaryrefslogtreecommitdiff
path: root/dev-python/crcmod
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/crcmod')
-rw-r--r--dev-python/crcmod/Manifest1
-rw-r--r--dev-python/crcmod/crcmod-1.7-r5.ebuild26
-rw-r--r--dev-python/crcmod/metadata.xml15
3 files changed, 0 insertions, 42 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 4cdf0f0cfb94..000000000000
--- a/dev-python/crcmod/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/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>
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>