commit:     ac809cc030b76ef0572db8bf0dcc082ebb777e08
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 13 16:49:28 2021 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Wed Oct 13 16:51:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac809cc0

net-misc/s3cmd: bump, contains more Python 3.9 fixes

Closes: https://bugs.gentoo.org/680444
Closes: https://bugs.gentoo.org/809329
Acked-by: Richard Freeman <rich0 <AT> gentoo.org>
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

 net-misc/s3cmd/Manifest           |  1 +
 net-misc/s3cmd/s3cmd-2.2.0.ebuild | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/net-misc/s3cmd/Manifest b/net-misc/s3cmd/Manifest
index 0342ca043bf..0692454bfea 100644
--- a/net-misc/s3cmd/Manifest
+++ b/net-misc/s3cmd/Manifest
@@ -1 +1,2 @@
 DIST s3cmd-2.1.0.tar.gz 127120 BLAKE2B 
4282f616eb7ca97fa0d529a2c5acc1359f88888d182b62e1fa7d3f7401a93852a4e0724363a4c6f0a6520d6aef290d64e1775cb252fc0fbaa4b94762402c381e
 SHA512 
98156218c4379e233185662d29fa4299b4a4e45a0fe143a145f30ff7d03362a4558b5fff5e5da0da850f5cce2c760fcd031bcf5ff7a6bd2c6352259e791d65e6
+DIST s3cmd-2.2.0.tar.gz 134390 BLAKE2B 
d578aa13a7b8599c70dc6daa5d21950331b0b07278479d1f3947e6be78a9bd108c7f8ea6f198fa518dfa6ad44d907d979a29d5d9f1a15e4f73484fcebb118225
 SHA512 
07b2410554233b435b3476e09fd14354abaa19374cc1211f861147023470599483c18d213a44b5c9aee32d71b5a4bc5d9ce25721fb077cbadfd208d457e13845

diff --git a/net-misc/s3cmd/s3cmd-2.2.0.ebuild 
b/net-misc/s3cmd/s3cmd-2.2.0.ebuild
new file mode 100644
index 00000000000..a43725c2545
--- /dev/null
+++ b/net-misc/s3cmd/s3cmd-2.2.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_7 python3_8 python3_9 )
+PYTHON_REQ_USE="xml"
+
+inherit distutils-r1
+
+DESCRIPTION="Command line client for Amazon S3"
+HOMEPAGE="https://s3tools.org/s3cmd";
+SRC_URI="mirror://sourceforge/s3tools/${P/_/-}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~x86 ~amd64-linux ~x64-macos"
+
+RDEPEND="
+       || (
+               dev-python/python-magic[${PYTHON_USEDEP}]
+               sys-apps/file[python,${PYTHON_USEDEP}]
+       )
+       dev-python/python-dateutil[${PYTHON_USEDEP}]
+       "
+
+S="${WORKDIR}/${P/_/-}"
+
+PATCHES=( )
+
+src_install() {
+       default
+       rm -rf "${ED}/usr/share/doc/packages/s3cmd/"
+}

Reply via email to