dev-python/conda-package-streaming - 0.13.0 (gentoo-zh)

Search

Install

Install this version:

emerge -a =dev-python/conda-package-streaming-0.13.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/conda-package-streaming-0.13.0

Or alternatively:

emerge --autounmask-write -a =dev-python/conda-package-streaming-0.13.0

Package Information

Description:
An efficient library to read from new and old conda packages
Homepage:
https://github.com/conda/conda-package-streaming
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
0.13.0 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
DISTUTILS_USE_PEP517=flit
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1

DESCRIPTION="An efficient library to read from new and old conda packages"
HOMEPAGE="https://github.com/conda/conda-package-streaming"
SRC_URI="https://github.com/conda/conda-package-streaming/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND="
	dev-python/requests[${PYTHON_USEDEP}]
	$(python_gen_cond_dep '
		dev-python/backports-zstd[${PYTHON_USEDEP}]
	' python3_{12..13})"

RDEPEND="${DEPEND}"

EPYTEST_PLUGINS=()
distutils_enable_tests pytest

Inherited Eclasses

Dependencies

DEPEND

	dev-python/requests[${PYTHON_USEDEP}]
	$(python_gen_cond_dep '
		dev-python/backports-zstd[${PYTHON_USEDEP}]
	' python3_{12..13})

RDEPEND

	dev-python/requests[${PYTHON_USEDEP}]
	$(python_gen_cond_dep '
		dev-python/backports-zstd[${PYTHON_USEDEP}]
	' python3_{12..13})

Manifest for 0.13.0

Type File Size Source URLs
DIST conda-package-streaming-0.13.0.tar.gz 56285 bytes https://github.com/conda/conda-package-streaming/archive/v0.13.0.tar.gz