[gentoo-commits] repo/gentoo:master commit in: net-misc/s4cmd/

2023-09-23 Thread Robin H. Johnson
commit: 9719ac2fea815ef91d49c36e51d39262bbb69e8c
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sat Sep 23 22:13:15 2023 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sat Sep 23 22:55:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9719ac2f

net-misc/s4cmd: fix py3.10 issue per upstream PR

Signed-off-by: Robin H. Johnson  gentoo.org>

 net-misc/s4cmd/Manifest|  1 +
 net-misc/s4cmd/metadata.xml|  3 +++
 ...s4cmd-2.1.0-r1.ebuild => s4cmd-2.1.0-r2.ebuild} | 10 +---
 net-misc/s4cmd/s4cmd-2.1.0.ebuild  | 29 --
 4 files changed, 11 insertions(+), 32 deletions(-)

diff --git a/net-misc/s4cmd/Manifest b/net-misc/s4cmd/Manifest
index 2f1d3e2af092..83de44f6b719 100644
--- a/net-misc/s4cmd/Manifest
+++ b/net-misc/s4cmd/Manifest
@@ -1,2 +1,3 @@
 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

diff --git a/net-misc/s4cmd/metadata.xml b/net-misc/s4cmd/metadata.xml
index aaab041e8885..2b826ec06b69 100644
--- a/net-misc/s4cmd/metadata.xml
+++ b/net-misc/s4cmd/metadata.xml
@@ -4,4 +4,7 @@
 
   robb...@gentoo.org
 
+
+  bloomreach/s4cmd
+
 

diff --git a/net-misc/s4cmd/s4cmd-2.1.0-r1.ebuild 
b/net-misc/s4cmd/s4cmd-2.1.0-r2.ebuild
similarity index 63%
rename from net-misc/s4cmd/s4cmd-2.1.0-r1.ebuild
rename to net-misc/s4cmd/s4cmd-2.1.0-r2.ebuild
index 6be09aed0ddd..d80445061cdb 100644
--- a/net-misc/s4cmd/s4cmd-2.1.0-r1.ebuild
+++ b/net-misc/s4cmd/s4cmd-2.1.0-r2.ebuild
@@ -3,17 +3,21 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_10 python3_11 python3_12 )
 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"
-SRC_URI+=" https://github.com/bloomreach/s4cmd/pull/310.patch -> 
${P}-botocore-fix.patch "
+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
+"
 PATCHES=(
"${DISTDIR}/${P}-botocore-fix.patch"
+   "${DISTDIR}/${P}-py3-iter.patch"
 )
 
 LICENSE="GPL-2"

diff --git a/net-misc/s4cmd/s4cmd-2.1.0.ebuild 
b/net-misc/s4cmd/s4cmd-2.1.0.ebuild
deleted file mode 100644
index ad0c96c26eb5..
--- a/net-misc/s4cmd/s4cmd-2.1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_10 )
-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"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/boto3[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}/${P/_/-}"
-
-src_install() {
-   distutils-r1_src_install
-   dobashcomp data/bash-completion/s4cmd
-   rm -f "${D}"/usr/bin/s4cmd.py
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/s4cmd/

2023-03-19 Thread Robin H. Johnson
commit: 6f38c950345b755b43f988ef0e6300311a73273e
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sun Mar 19 17:13:38 2023 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sun Mar 19 17:15:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f38c950

net-misc/s4cmd: tweak to support newer botocore automatically

Signed-off-by: Robin H. Johnson  gentoo.org>

 net-misc/s4cmd/Manifest  |  1 +
 net-misc/s4cmd/s4cmd-2.1.0-r1.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/net-misc/s4cmd/Manifest b/net-misc/s4cmd/Manifest
index b9594713d437..2f1d3e2af092 100644
--- a/net-misc/s4cmd/Manifest
+++ b/net-misc/s4cmd/Manifest
@@ -1 +1,2 @@
+DIST s4cmd-2.1.0-botocore-fix.patch 2449 BLAKE2B 
5158ded38f8e3417c090d274063a4eaa4f25cd5005c4bb8793cc639d3d87875f31d87464a8dbb44b5c1690570865cb01a0681f2e92edc46fa549828b91f30a0a
 SHA512 
ea889d069a86a1d1f7f5cf5b1f19a9d0b35527c3db5eecf9202cca742ad4442655169d8688fc4b290a1362a0a794ba8ac44abf697ea7830acf8e48b6c7998ef6
 DIST s4cmd-2.1.0.tar.gz 39312 BLAKE2B 
9d2d533273543153f2bad69362933315f65c5e70bd45c102e42b1b733989815239ae4d027ac08d658f03263bd9dd75f1f6db802b5f38ed3256da5e7c9f48558c
 SHA512 
05e930e2789ce8ab280dcdb2f08e4162930d946d2ed2e4f1c754c8b875375774779b73729151bd23d9bf3736bc48f7626fe53df66aff71dd11b32e90e9355470

diff --git a/net-misc/s4cmd/s4cmd-2.1.0-r1.ebuild 
b/net-misc/s4cmd/s4cmd-2.1.0-r1.ebuild
new file mode 100644
index ..6be09aed0ddd
--- /dev/null
+++ b/net-misc/s4cmd/s4cmd-2.1.0-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_10 )
+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"
+SRC_URI+=" https://github.com/bloomreach/s4cmd/pull/310.patch -> 
${P}-botocore-fix.patch "
+PATCHES=(
+   "${DISTDIR}/${P}-botocore-fix.patch"
+)
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/boto3[${PYTHON_USEDEP}]"
+
+S="${WORKDIR}/${P/_/-}"
+
+src_install() {
+   distutils-r1_src_install
+   dobashcomp data/bash-completion/s4cmd
+   rm -f "${D}"/usr/bin/s4cmd.py
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/s4cmd/

2023-01-10 Thread Michał Górny
commit: 9cfd213d7248157a679c067a3cd0daae9a3411b3
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 10 14:43:24 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 10 14:49:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cfd213d

net-misc/s4cmd: Remove Python < 3.10

Signed-off-by: Michał Górny  gentoo.org>

 net-misc/s4cmd/s4cmd-2.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/s4cmd/s4cmd-2.1.0.ebuild 
b/net-misc/s4cmd/s4cmd-2.1.0.ebuild
index 27794ebca164..ad0c96c26eb5 100644
--- a/net-misc/s4cmd/s4cmd-2.1.0.ebuild
+++ b/net-misc/s4cmd/s4cmd-2.1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_7 python3_8 python3_9 python3_10 )
+PYTHON_COMPAT=( python3_10 )
 PYTHON_REQ_USE="xml(+)"
 
 inherit distutils-r1 bash-completion-r1



[gentoo-commits] repo/gentoo:master commit in: net-misc/s4cmd/

2022-09-07 Thread Michał Górny
commit: c1c631438956cdca02bdb724e487970572beb1df
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep  4 19:43:21 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep  7 07:52:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1c63143

net-misc/s4cmd: Update PYTHON_REQ_USE to xml(+)

Update PYTHON_REQ_USE to specify "xml(+)", as Python 3.11 no longer
features the "xml" flag.

Signed-off-by: Michał Górny  gentoo.org>

 net-misc/s4cmd/s4cmd-2.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/s4cmd/s4cmd-2.1.0.ebuild 
b/net-misc/s4cmd/s4cmd-2.1.0.ebuild
index c15fb59f..27794ebca164 100644
--- a/net-misc/s4cmd/s4cmd-2.1.0.ebuild
+++ b/net-misc/s4cmd/s4cmd-2.1.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 PYTHON_COMPAT=( python3_7 python3_8 python3_9 python3_10 )
-PYTHON_REQ_USE="xml"
+PYTHON_REQ_USE="xml(+)"
 
 inherit distutils-r1 bash-completion-r1
 



[gentoo-commits] repo/gentoo:master commit in: net-misc/s4cmd/

2021-08-25 Thread Robin H. Johnson
commit: 6e5bdd2815b07253db94bda78440cdb3b19338cf
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Wed Aug 25 22:58:35 2021 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Wed Aug 25 22:58:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e5bdd28

net-misc/s4cmd: new package

Signed-off-by: Robin H. Johnson  gentoo.org>

 net-misc/s4cmd/Manifest   |  1 +
 net-misc/s4cmd/metadata.xml   |  7 +++
 net-misc/s4cmd/s4cmd-2.1.0.ebuild | 29 +
 3 files changed, 37 insertions(+)

diff --git a/net-misc/s4cmd/Manifest b/net-misc/s4cmd/Manifest
new file mode 100644
index 000..b9594713d43
--- /dev/null
+++ b/net-misc/s4cmd/Manifest
@@ -0,0 +1 @@
+DIST s4cmd-2.1.0.tar.gz 39312 BLAKE2B 
9d2d533273543153f2bad69362933315f65c5e70bd45c102e42b1b733989815239ae4d027ac08d658f03263bd9dd75f1f6db802b5f38ed3256da5e7c9f48558c
 SHA512 
05e930e2789ce8ab280dcdb2f08e4162930d946d2ed2e4f1c754c8b875375774779b73729151bd23d9bf3736bc48f7626fe53df66aff71dd11b32e90e9355470

diff --git a/net-misc/s4cmd/metadata.xml b/net-misc/s4cmd/metadata.xml
new file mode 100644
index 000..79d462e8557
--- /dev/null
+++ b/net-misc/s4cmd/metadata.xml
@@ -0,0 +1,7 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+  robb...@gentoo.org
+
+

diff --git a/net-misc/s4cmd/s4cmd-2.1.0.ebuild 
b/net-misc/s4cmd/s4cmd-2.1.0.ebuild
new file mode 100644
index 000..c15fb59
--- /dev/null
+++ b/net-misc/s4cmd/s4cmd-2.1.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_7 python3_8 python3_9 python3_10 )
+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"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/boto3[${PYTHON_USEDEP}]"
+
+S="${WORKDIR}/${P/_/-}"
+
+src_install() {
+   distutils-r1_src_install
+   dobashcomp data/bash-completion/s4cmd
+   rm -f "${D}"/usr/bin/s4cmd.py
+}