aboutsummaryrefslogtreecommitdiffstats
path: root/net/py-s3cmd
Commit message (Collapse)AuthorAgeFilesLines
* net/py-s3cmd: Make compatible with PYTHON 3bofh2019-04-131-2/+4
| | | | - Flavorize
* - Fix LICENSEamdmi32018-12-132-2/+3
| | | | | | | - Add LICENSE_FILE - Update WWW Approved by: portmgr blanket
* net/py-s3cmd: Update version 2.0.1=>2.0.2bofh2018-07-232-4/+4
| | | | Relnotes: https://s3tools.org/news
* Use PY_FLAVOR for dependencies.mat2018-06-211-1/+1
| | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight
* net/py-s3cmd: Update version 2.0.0=>2.0.1bofh2018-04-242-5/+4
| | | | Relnotes: https://github.com/s3tools/s3cmd/releases/tag/v2.0.1
* Reduce dependency on the python2 metaportantoine2018-02-191-1/+2
| | | | | PR: 225752 Submitted by: Yasuhiro KIMURA
* Convert Python ports to FLAVORS.mat2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464
* net/py-s3cmd: Update version 1.6.1=>2.0.0bofh2017-09-192-3/+4
| | | | Relnotes: http://s3tools.org/news
* net/py-s3cmd: Update version 1.6.0=>1.6.1bofh2016-04-112-3/+3
|
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* net/py-s3cmd: Update version 1.5.2=>1.6.0bofh2015-11-032-3/+3
| | | | | PR: 204232 Submitted by: cvetomirconev@gmail.com
* Typos, whitespace and capitalization fixes (G-P).olgeni2015-09-211-1/+1
|
* - Switch to options helpersamdmi32015-08-281-7/+7
| | | | | | - While here, add some NO_ARCHes and couple missing PORT_OPTIONS=DOCS Approved by: portmgr blanket
* net/py-s3cmd: Update version 1.5.0=>1.5.2bofh2015-02-112-5/+7
| | | | | | | - Add LICENSE (GPLv2) - Take maintainership Approved by: bapt marino (implicit)
* Upgrade to 1.5.0.vanilla2015-01-182-4/+3
|
* Reset maintainership:bapt2014-12-031-1/+1
| | | | | | | - Lots of maintainers timeout - unresponsive for almost a year PR: 195059
* - Convert ports of net/ to new USES=pythonmva2014-10-251-3/+2
| | | | Approved by: portmgr (implicit)
* - Add missing run dependency on devel/py-dateutilbdrewery2014-10-022-1/+4
| | | | - Fix WWW
* net/py-s3cmd: update to 1.5.0wg2014-07-313-55/+6
| | | | | | | | - Use auto plist PR: 191358 Submitted by: rianoljou kkbox com Approved by: maintainer (timeout)
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.adamw2014-07-161-0/+2
|
* - Support stagebdrewery2014-04-102-3/+3
| | | | - Convert to optionsng
* Fix properties on pkg-plistbapt2014-01-221-1/+0
|
* Python cleanup:rene2014-01-141-1/+1
| | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
* Part 2 at removing now useless FETCH_ARGS redifitionbapt2014-01-031-2/+0
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | net)
* - Drop devel/py-elementtree dependencysunpoet2011-09-201-4/+2
| | | | | | | | | - Restrict USE_PYTHON range - Bump PORTREVISION for dependency change PR: ports/160478 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days)
* - Update to 1.0.1clsung2011-06-202-3/+3
|
* - Update to 1.0.0miwi2011-02-052-6/+4
| | | | | | | PR: 153834 Submitted by: lwhsu Approved by: maintainer timeout Feature safe: yes
* - Update to 1.0.0-rc1clsung2010-12-313-5/+11
| | | | | PR: ports/153420 Submitted by: lwhsu
* - Update to - Update to 0.9.9.91clsung2009-12-102-4/+4
| | | | | PR: ports/141201 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with N
* - update to 0.9.9 from 0.9.8.4clsung2009-03-253-4/+13
| | | | | PR: ports/132590 Submitted by: Wen Heping <wenheping_AT_gmail dot com>
* - Update to 0.9.8.4clsung2009-02-032-4/+4
|
* - Update to 0.9.8.3clsung2008-09-272-4/+4
|
* - Update to 0.9.8clsung2008-09-042-4/+4
|
* - Update to 0.9.7clsung2008-08-273-4/+10
|
* - Update to 0.9.6clsung2008-04-012-5/+5
|
* - Update to 0.9.5clsung2007-12-122-4/+4
| | | | | PR: ports/118099 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* - Update to 0.9.4clsung2007-08-142-9/+8
|
* - Update to 0.9.3clsung2007-06-142-5/+5
| | | | | | | - reset maintainship (I'll take it, since python@ is moderated) PR: ports/113532 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* Add py-s3cmd 0.9.2, unix-like tools to manipulate stored files from theclsung2007-06-074-0/+72
command line. PR: ports/112334 Submitted by: Gea-Suan Lin <gslin at gslin.org>