summaryrefslogtreecommitdiff
path: root/dev-python/indexed-gzip
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/indexed-gzip
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/indexed-gzip')
-rw-r--r--dev-python/indexed-gzip/Manifest1
-rw-r--r--dev-python/indexed-gzip/indexed-gzip-1.10.3.ebuild62
-rw-r--r--dev-python/indexed-gzip/metadata.xml19
3 files changed, 0 insertions, 82 deletions
diff --git a/dev-python/indexed-gzip/Manifest b/dev-python/indexed-gzip/Manifest
deleted file mode 100644
index 5a3a703e458d..000000000000
--- a/dev-python/indexed-gzip/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST indexed_gzip-1.10.3.tar.gz 275900 BLAKE2B 7c65a6351a368222262ea56f09b193971959a3a5a56e7e8c949b47c76b2f7a96056f925f795da1b4215cf63dc1f904e826bff0ac7e75c0b990e681f7d5609db7 SHA512 3b5a00ba004d43f4a5fa76d127df7136f1db227de5f294a4e128df8d7da64f7a16d9c4106dd92510a3528c7b66f27f59f2968830430c94f544ce9dd6c69699b5
diff --git a/dev-python/indexed-gzip/indexed-gzip-1.10.3.ebuild b/dev-python/indexed-gzip/indexed-gzip-1.10.3.ebuild
deleted file mode 100644
index 1f2b4e4abdc9..000000000000
--- a/dev-python/indexed-gzip/indexed-gzip-1.10.3.ebuild
+++ /dev/null
@@ -1,62 +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 pypi
-
-DESCRIPTION="Fast random access of gzip files in Python"
-HOMEPAGE="
- https://pypi.org/project/indexed-gzip/
- https://github.com/pauldmccarthy/indexed_gzip/
-"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- virtual/zlib:=
-"
-DEPEND="
- ${RDEPEND}
-"
-BDEPEND="
- dev-python/cython[${PYTHON_USEDEP}]
- dev-python/setuptools-scm[${PYTHON_USEDEP}]
- test? (
- dev-python/numpy[${PYTHON_USEDEP}]
- )
-"
-
-EPYTEST_PLUGINS=()
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-src_compile() {
- # This actually enables line tracing, so it fits USE=debug more.
- if use debug; then
- export INDEXED_GZIP_TESTING=1
- fi
- # Fix implicit dependency on numpy that is used to build test
- # extensions.
- if ! use test; then
- local -x PYTHONPATH="${T}:${PYTHONPATH}"
- cat >> "${T}"/numpy.py <<-EOF || die
- raise ImportError("I am not here!")
- EOF
- fi
- distutils-r1_src_compile
-}
-
-python_test() {
- cd "${BUILD_DIR}/install$(python_get_sitedir)/indexed_gzip/tests" || die
- epytest -m "not slow_test"
- # temporary files and test extensions
- # (to achieve equivalence with USE=-test)
- rm ctest*.{c,gz,so,tmp} || die
-}
diff --git a/dev-python/indexed-gzip/metadata.xml b/dev-python/indexed-gzip/metadata.xml
deleted file mode 100644
index 88a3a568d717..000000000000
--- a/dev-python/indexed-gzip/metadata.xml
+++ /dev/null
@@ -1,19 +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 indexed_gzip project is a Python extension which aims to provide a
- drop-in replacement for the built-in Python gzip.GzipFile class,
- the IndexedGzipFile. This package was written to allow fast random
- access of compressed NIFTI image files (for which GZIP is the de-facto
- compression standard), but will work with any GZIP file.
- </longdescription>
- <upstream>
- <remote-id type="github">pauldmccarthy/indexed_gzip</remote-id>
- <remote-id type="pypi">indexed-gzip</remote-id>
- </upstream>
-</pkgmetadata>