diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-03-23 00:31:41 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-03-23 00:31:41 +0000 |
commit | add1c3acddd7a3f49fdb230135725463d2662921 (patch) | |
tree | 9cbe35db675b23a6afadbe3a78f9944ea8990f18 /net-misc/s4cmd | |
parent | 6fe1dafaa446d9bc41dea28a43551fffa73f6b87 (diff) |
gentoo auto-resync : 23:03:2025 - 00:31:41
Diffstat (limited to 'net-misc/s4cmd')
-rw-r--r-- | net-misc/s4cmd/Manifest | 2 | ||||
-rw-r--r-- | net-misc/s4cmd/s4cmd-2.1.0-r3.ebuild (renamed from net-misc/s4cmd/s4cmd-2.1.0-r2.ebuild) | 18 |
2 files changed, 11 insertions, 9 deletions
diff --git a/net-misc/s4cmd/Manifest b/net-misc/s4cmd/Manifest index c1d2d60d77a6..c05a85188525 100644 --- a/net-misc/s4cmd/Manifest +++ b/net-misc/s4cmd/Manifest @@ -1,5 +1,5 @@ DIST s4cmd-2.1.0-botocore-fix.patch 2449 BLAKE2B 5158ded38f8e3417c090d274063a4eaa4f25cd5005c4bb8793cc639d3d87875f31d87464a8dbb44b5c1690570865cb01a0681f2e92edc46fa549828b91f30a0a SHA512 ea889d069a86a1d1f7f5cf5b1f19a9d0b35527c3db5eecf9202cca742ad4442655169d8688fc4b290a1362a0a794ba8ac44abf697ea7830acf8e48b6c7998ef6 DIST s4cmd-2.1.0-py3-iter.patch 768 BLAKE2B 3e6bf42d40b87048521e1e3672bbb5c75a2d923696c85cfe9cd7140a388b483d830002354562ccc6017a8c8225799c0cb9ead2e136a37fec7ed0722e6ee99c39 SHA512 8070a987bf48c5832a80f39213125b4209141d1c35e612b26dce307fa621772741401f1da355b2a56e7869a3c76f4b91301d4aeae56f3810ce9a6ce6f9fd917b DIST s4cmd-2.1.0.tar.gz 39312 BLAKE2B 9d2d533273543153f2bad69362933315f65c5e70bd45c102e42b1b733989815239ae4d027ac08d658f03263bd9dd75f1f6db802b5f38ed3256da5e7c9f48558c SHA512 05e930e2789ce8ab280dcdb2f08e4162930d946d2ed2e4f1c754c8b875375774779b73729151bd23d9bf3736bc48f7626fe53df66aff71dd11b32e90e9355470 -EBUILD s4cmd-2.1.0-r2.ebuild 923 BLAKE2B ae672ab7ff2562ed909913d285a0d959ebfae18ca9e5f32f48c8e9f978f149d8be2fd35ddd4f5cfaea4c2b2290f76c50bc9e9ee9b0b01855e2a7036db60b096d SHA512 7cdeedb1a31a1f11c44b1ba276ea97ab3e33956caacffebce734f733029268a48efd4baaa59b1dad4aa626c5f874f0dbbfdebbd6456f52b04f5a6132b209a668 +EBUILD s4cmd-2.1.0-r3.ebuild 940 BLAKE2B ef2616d5a24fd27ee691542b63383ccd98c44d49db6a000841d15f6ca1874aa1bcddc2ecd874e8df1127eecd26bcb0aba72820dc4087bc206a97c2f96b4258e7 SHA512 031ce633141c2e8a526e48d9ce0473c2f8772127044d7c7cf8034903789ebbeab2047226cf02f3bdf3080e77296b13cebac2da4f687b4d7e5850c1f07b812bb1 MISC metadata.xml 296 BLAKE2B b7e22e8989c86a3d8e159cf01ea82c6324d41f2660f29e8a225a9f4e23f513c5da4fee2fa9ec400a8c7eabb9548f31b5230dda2ee8dc2d66fab6f70016ae943a SHA512 5f6c8d053c4d0f26606e26e06a93ee931d8c25888b5d799ea9f5f259ba371576d05a3428cf40f4d3da2b35c1654903370b9cab30c68f6692cc5c911ea99a7d2c diff --git a/net-misc/s4cmd/s4cmd-2.1.0-r2.ebuild b/net-misc/s4cmd/s4cmd-2.1.0-r3.ebuild index d80445061cdb..1d71df41895d 100644 --- a/net-misc/s4cmd/s4cmd-2.1.0-r2.ebuild +++ b/net-misc/s4cmd/s4cmd-2.1.0-r3.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_10 python3_11 python3_12 ) +PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_USE_PEP517=setuptools PYTHON_REQ_USE="xml(+)" inherit distutils-r1 bash-completion-r1 @@ -15,20 +16,21 @@ SRC_URI=" https://github.com/bloomreach/s4cmd/pull/162.patch -> ${P}-py3-iter.patch https://github.com/bloomreach/s4cmd/pull/310.patch -> ${P}-botocore-fix.patch " -PATCHES=( - "${DISTDIR}/${P}-botocore-fix.patch" - "${DISTDIR}/${P}-py3-iter.patch" -) +S="${WORKDIR}/${P/_/-}" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND=" + dev-python/boto3[${PYTHON_USEDEP}] dev-python/pytz[${PYTHON_USEDEP}] - dev-python/boto3[${PYTHON_USEDEP}]" +" -S="${WORKDIR}/${P/_/-}" +PATCHES=( + "${DISTDIR}/${P}-botocore-fix.patch" + "${DISTDIR}/${P}-py3-iter.patch" +) src_install() { distutils-r1_src_install |