summaryrefslogtreecommitdiff
path: root/dev-python/crcmod
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-09-15 16:25:10 -0500
committerroot <root@alpha.trunkmasters.com>2026-09-15 16:25:10 -0500
commit709cefca42ef2a976a9aff8afb44a95ffc545b79 (patch)
tree4a0c9baada24031c4187bce895ad742f7f5eb85f /dev-python/crcmod
parentc012d247f03a893c117c88f73bcf6cb6494dcd22 (diff)
downloadbaldeagleos-repo-709cefca42ef2a976a9aff8afb44a95ffc545b79.tar.gz
baldeagleos-repo-709cefca42ef2a976a9aff8afb44a95ffc545b79.tar.xz
baldeagleos-repo-709cefca42ef2a976a9aff8afb44a95ffc545b79.zip
Adding metadata
Diffstat (limited to 'dev-python/crcmod')
-rw-r--r--dev-python/crcmod/crcmod-1.7-r5.ebuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-python/crcmod/crcmod-1.7-r5.ebuild b/dev-python/crcmod/crcmod-1.7-r5.ebuild
index f49d90222fcf..6584fabb526d 100644
--- a/dev-python/crcmod/crcmod-1.7-r5.ebuild
+++ b/dev-python/crcmod/crcmod-1.7-r5.ebuild
@@ -21,6 +21,12 @@ KEYWORDS="amd64 arm x86"
DOCS=( changelog test/examples.py )
+src_prepare() {
+ distutils-r1_src_prepare
+
+ sed -i -e 's:del setup_dict.*$:raise:' setup.py || die
+}
+
python_test() {
"${EPYTHON}" test/test_crcmod.py -v || die "Tests fail with ${EPYTHON}"
}