dev-python/cloudpathlib - 0.24.0 (stuff)

Search

Install

Install this version:

emerge -a =dev-python/cloudpathlib-0.24.0

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

autounmask =dev-python/cloudpathlib-0.24.0

Or alternatively:

emerge --autounmask-write -a =dev-python/cloudpathlib-0.24.0

Package Information

Description:
pathlib-style classes for cloud storage services (S3, GS, Azure)
Homepage:
https://github.com/drivendataorg/cloudpathlib https://pypi.org/project/cloudpathlib/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.24.0 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 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="pathlib-style classes for cloud storage services (S3, GS, Azure)"
HOMEPAGE="
	https://github.com/drivendataorg/cloudpathlib
	https://pypi.org/project/cloudpathlib/
"
SRC_URI="https://github.com/drivendataorg/${PN}/archive/refs/tags/v${PV}.tar.gz
	-> ${P}.gh.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

# Core install only — cloud-backend extras (s3, gs, azure) bring boto3,
# google-cloud-storage, azure-* respectively. Not pulled here; opt in
# via downstream packages or upstream pip if needed.
RDEPEND="${PYTHON_DEPS}"
DEPEND="${RDEPEND}"
BDEPEND="${PYTHON_DEPS}"

Inherited Eclasses

Manifest for 0.24.0

Type File Size Source URLs
DIST cloudpathlib-0.24.0.gh.tar.gz 1342843 bytes https://github.com/drivendataorg/cloudpathlib/archive/refs/tags/v0.24.0.tar.gz