Skip to content

Commit

Permalink
s3cmd: update to version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
przmv committed Mar 3, 2025
1 parent 2243150 commit 94018d2
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions net/s3cmd/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@ PortSystem 1.0
PortGroup python 1.0
PortGroup github 1.0

name s3cmd
github.setup s3tools s3cmd 2.4.0 v
github.tarball_from releases
revision 0

categories net
platforms {darwin any}
supported_archs noarch
license GPL-2
maintainers nomaintainer
description Command line tool for managing Amazon S3 service
maintainers {rzmv.cc:p @przmv}

description Command line tool for managing S3 compatible storage services
long_description S3cmd lets you copy files from/to Amazon S3 \
(Simple Storage Service) using a simple to use \
command line client. Supports rsync-like backup, \
Expand All @@ -18,21 +23,12 @@ long_description S3cmd lets you copy files from/to Amazon S3 \

homepage http://s3tools.org/s3cmd

github.setup s3tools s3cmd 2.1.0 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision 0

checksums rmd160 4baa9f6ab2b469d94fd40eee3ea82f7d495a300f \
sha256 71d05b14cd834014f6b79650f89072a818746b2583c886d570637c8331780e31 \
size 450117

platforms {darwin any}
supported_archs noarch
checksums rmd160 c9450b19aff1285ac059529be6dd4a22bd8180c1 \
sha256 6b567521be1c151323f2059c8feec85ded96b6f184ff80535837fea33798b40b \
size 144976

python.default_version 38
python.default_version 313

depends_build-append port:py${python.default_version}-setuptools
depends_run-append path:share/curl/curl-ca-bundle.crt:curl-ca-bundle \
port:py${python.default_version}-dateutil \
port:py${python.default_version}-magic
Expand Down

0 comments on commit 94018d2

Please sign in to comment.