net-misc/s4cmd - 2.1.0 (gentoo)

Search

Install

Install this version:

emerge -a =net-misc/s4cmd-2.1.0

Package Information

Description:
Super S3 command line tool
Homepage:
https://github.com/bloomreach/s4cmd
License:
GPL-2

Ebuild Details

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

EAPI=8

PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
PYTHON_REQ_USE="xml(+)"

inherit distutils-r1 bash-completion-r1

DESCRIPTION="Super S3 command line tool"
HOMEPAGE="https://github.com/bloomreach/s4cmd"
SRC_URI="
	https://github.com/bloomreach/s4cmd/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
	https://github.com/bloomreach/s4cmd/pull/162.patch -> ${P}-py3-iter.patch
	https://github.com/bloomreach/s4cmd/pull/310.patch -> ${P}-botocore-fix.patch
"
S="${WORKDIR}/${P/_/-}"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~x86"

RDEPEND="
	dev-python/boto3[${PYTHON_USEDEP}]
	dev-python/pytz[${PYTHON_USEDEP}]
"

PATCHES=(
	"${DISTDIR}/${P}-botocore-fix.patch"
	"${DISTDIR}/${P}-py3-iter.patch"
)

src_install() {
	distutils-r1_src_install
	dobashcomp data/bash-completion/s4cmd
	rm -f "${D}"/usr/bin/s4cmd.py
}

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/boto3[]
	dev-python/pytz[]

Manifest for 2.1.0

Type File Size Source URLs
DIST s4cmd-2.1.0-botocore-fix.patch 2449 bytes https://github.com/bloomreach/s4cmd/pull/310.patch
DIST s4cmd-2.1.0-py3-iter.patch 768 bytes https://github.com/bloomreach/s4cmd/pull/162.patch
DIST s4cmd-2.1.0.tar.gz 39312 bytes https://github.com/bloomreach/s4cmd/archive/refs/tags/2.1.0.tar.gz