dev-python/conda-package-handling - 2.5.0 (gentoo-zh)

Search

Install

Install this version:

emerge -a =dev-python/conda-package-handling-2.5.0

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

autounmask =dev-python/conda-package-handling-2.5.0

Or alternatively:

emerge --autounmask-write -a =dev-python/conda-package-handling-2.5.0

Package Information

Description:
Create and extract conda packages of various formats
Homepage:
https://github.com/conda/conda-package-handling
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
2.5.0 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2024 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="Create and extract conda packages of various formats"
HOMEPAGE="https://github.com/conda/conda-package-handling"
SRC_URI="https://github.com/conda/conda-package-handling/archive/${PV}.tar.gz -> ${P}.tar.gz"

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

DEPEND="
	>=dev-python/conda-package-streaming-0.12.0[${PYTHON_USEDEP}]
	dev-python/requests[${PYTHON_USEDEP}]
	dev-python/zstandard[${PYTHON_USEDEP}]"

RDEPEND="${DEPEND}"

EPYTEST_PLUGINS=()
distutils_enable_tests pytest

Inherited Eclasses

Dependencies

DEPEND

	>=dev-python/conda-package-streaming-0.12.0[]
	dev-python/requests[]
	dev-python/zstandard[]

RDEPEND

	>=dev-python/conda-package-streaming-0.12.0[]
	dev-python/requests[]
	dev-python/zstandard[]

Manifest for 2.5.0

Type File Size Source URLs
DIST conda-package-handling-2.5.0.tar.gz 292770 bytes https://github.com/conda/conda-package-handling/archive/2.5.0.tar.gz