Commit graph

67 commits

Author SHA1 Message Date
Bradley T. Hughes
04427da70f devel/awscli: Update 1.14.13 -> 1.14.18
Approved by:	robak (mentor)
Differential Revision:	https://reviews.freebsd.org/D13743
2018-01-03 11:12:35 +00:00
Bradley T. Hughes
fb07b9fac2 devel/awscli: use USE_PTYHON=noflavors, remove PKGNAMEPREFIX
The introduction of flavors caused the awscli package to be renamed to
py27-awscli. Since this package is preinstalled on all AWS EC2 instances
running a FreeBSD image, apply POLA and rename the package back to
awscli. The assumption is that the rename was unintentional.

Approved by:	mat (co-mentor)
MFH:		2018Q1
Differential Revision:	https://reviews.freebsd.org/D13555
2018-01-02 13:52:49 +00:00
Bradley T. Hughes
9cb8337f14 devel/awscli: Update 1.12.1 -> 1.14.13
Approved by:	robak (mentor)
Differential Revision:	https://reviews.freebsd.org/D13552
2017-12-20 12:54:21 +00:00
Mathieu Arnold
551be3c723 Convert Python ports to FLAVORS.
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
2017-11-30 15:50:30 +00:00
Bradley T. Hughes
2ab42f72eb devel/awscli: Update 1.12.0 -> 1.12.1
Approved by:	mat (co-mentor)
Differential Revision:	https://reviews.freebsd.org/D13226
2017-11-24 20:04:06 +00:00
Bradley T. Hughes
c882b067e3 devel/awscli: Update 1.11.178 -> 1.12.0
Approved by:	robak (mentor)
Differential Revision:	https://reviews.freebsd.org/D13201
2017-11-23 08:38:52 +00:00
Bradley T. Hughes
46be76640c devel/awscli: Update 1.11.177 -> 1.11.178
Approved by:	mat (co-mentor)
Differential Revision:	https://reviews.freebsd.org/D12819
2017-10-31 08:31:38 +00:00
Bradley T. Hughes
a795067d9e devel/awscli: Update 1.11.123 -> 1.11.177
Approved by:	robak (mentor)
Differential Revision:	https://reviews.freebsd.org/D12804
2017-10-27 12:34:10 +00:00
Bradley T. Hughes
c04f952fd6 devel/awscli: Update 1.11.117 -> 1.11.123
Approved by:	robak (mentor)
Differential Revision:	https://reviews.freebsd.org/D11718
2017-07-25 06:39:54 +00:00
Bradley T. Hughes
6ba5d058c2 devel/awscli: Update 1.11.115 -> 1.11.117
Approved by:	mat (co-mentor)
Differential Revision:	https://reviews.freebsd.org/D11512
2017-07-07 07:33:50 +00:00
Bradley T. Hughes
4278165556 devel/awscli: Update 1.11.113 -> 1.11.115
Approved by:	mat (co-mentor)
Differential Revision:	https://reviews.freebsd.org/D11442
2017-07-03 13:10:23 +00:00
Bradley T. Hughes
22df4ebc7c devel/awscli: Update 1.11.103 -> 1.11.113
Approved by:	robak (mentor)
Differential Revision:	https://reviews.freebsd.org/D11390
2017-06-28 10:47:24 +00:00
Bradley T. Hughes
7b6839956c devel/awscli: Update 1.11.91 -> 1.11.103
Approved by:	mat (co-mentor)
Differential Revision:	https://reviews.freebsd.org/D11182
2017-06-15 05:05:17 +00:00
Bradley T. Hughes
956e24e47d multiple ports: Update MAINTANER
Change bradleythughes@fastmail.fm -> bhughes@FreeBSD.org after
receiving my ports commit bit on all ports I maintain: devel/awscli,
devel/py-botocore, net/py-s3transfer, net/turnserver, www/node4,
www/node6, and www/node.

Approved by:	robak (mentor)
Differential Review:	https://reviews.freebsd.org/D11015
2017-06-02 19:15:40 +00:00
Jochen Neumeister
e874010d09 - Update to 1.11.91
- Changelog: https://github.com/aws/aws-cli/blob/1.11.91/CHANGELOG.rst

PR:	219493
Submitted by:	Bradley T. Hughes (maintainer)
Approved by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D10884
2017-05-26 06:51:08 +00:00
Sunpoet Po-Chuan Hsieh
276de15aa3 Update to 1.11.81
Changes:	https://github.com/aws/aws-cli/blob/develop/CHANGELOG.rst
PR:		218916
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
2017-04-27 14:48:26 +00:00
Bartek Rutkowski
5e9d1d3b40 devel/awscli: update 1.11.68 -> 1.11.74
PR:		218438
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
2017-04-09 14:58:00 +00:00
Bartek Rutkowski
2ae829b62a devel/awscli: update 1.11.66 -> 1.11.68
PR:		218211
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
2017-03-30 13:41:39 +00:00
Bartek Rutkowski
7e45ddd504 devel/awscli: update 1.11.63 -> 1.11.66
PR:		218051
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
2017-03-24 11:05:18 +00:00
Bartek Rutkowski
2e01d5eaa1 devel/awscli: update 1.11.61 -> 1.11.63
PR:		217819
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
2017-03-22 14:31:12 +00:00
Bartek Rutkowski
594f807e09 devel/awscli: update 1.11.54 -> 1.11.61
PR:		217770
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
2017-03-14 10:28:06 +00:00
Ruslan Makhmatkhanov
c536b89bb8 devel/awscli: update to 1.11.54
PR:		217250
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
2017-02-24 20:09:13 +00:00
Dmitry Marakasov
078900e992 - Update to 1.11.43
PR:		216491
Submitted by:	bradleythughes@fastmail.fm (maintainer)
2017-01-26 12:25:57 +00:00
Tilman Keskinoz
104040181d Update to 1.11.41
PR:		216401
Submitted by:	maintainer
2017-01-24 21:46:39 +00:00
Raphael Kubo da Costa
ead59711db Update to 1.11.39.
PR:		216164
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
2017-01-21 14:59:41 +00:00
Torsten Zuehlsdorff
c871d59d2e devel/awscli: Update from 1.11.34 to 1.11.35
- feature: codedeploy: Update codedeploy command to latest version
- bugfix: s3: Catch and warn on overflow errors when getting a file stat
- feature: ecs: Update ecs command to latest version

PR:           215703
Submitted by: Bradley T. Hughes (maintainer)
2017-01-04 12:23:08 +00:00
Jason E. Hale
9baa98ae9d Update to 1.11.34
Changes:	https://github.com/aws/aws-cli/blob/1.11.34/CHANGELOG.rst
PR:		215554
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
2016-12-26 16:12:02 +00:00
Emanuel Haupt
f0dbf3d4a4 Update to 1.11.32
PR:             215407
Submitted by:   bradleythughes@fastmail.fm (maintainer)
2016-12-22 08:06:19 +00:00
Jason E. Hale
876c20d6d3 Update to 1.11.29
Changes:	https://github.com/aws/aws-cli/blob/1.11.29/CHANGELOG.rst
PR:		215328
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
2016-12-16 09:02:41 +00:00
Jason E. Hale
3c1b8d550e Update to 1.11.28
PR:		215165
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
2016-12-10 09:41:42 +00:00
Dmitry Marakasov
50076fe193 - Update to 1.11.25
PR:		215113
Submitted by:	bradleythughes@fastmail.fm (maintainer)
2016-12-07 12:15:54 +00:00
Jason E. Hale
a172d432d2 Update to 1.11.22
PR:		214771
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
2016-12-01 21:06:46 +00:00
Ruslan Makhmatkhanov
3c9e6a31b5 devel/awscli: add missing runtime dependency
Add required runtime dependency upon py-yaml (consulted with setup.py)

PR:		214501
Submitted by:	jrh <jrh@jrh.org>
Approved by:	portmgr (just-fix-it blanket)
2016-11-23 07:58:21 +00:00
Ruslan Makhmatkhanov
b71fb62f28 devel/awscli: update to 1.11.20
PR:		214501
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
2016-11-22 21:14:59 +00:00
Ruslan Makhmatkhanov
542b236486 devel/awscli: remove limitation on python version
This port now works with any python branch.

PR:		214298
Submitted by:	jrh <jrh@jrh.org>
Approved by:	maintainer
2016-11-22 20:53:17 +00:00
Joseph Mingrone
f4fad6e003 devel/awscli: Update to 1.11.13.
- Set new maintainer (bradleythughes@fastmail.fm).
  - Set LICENSE_FILE.
  - Match upstream by setting RUN_DEPENDS to version 1.4.70 for
    devel/py-botocore and version 0.1.9 for net/py-s3transfer.

PR:		213755
Submitted by:	bradleythughes@fastmail.fm (new maintainer)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8350
2016-11-04 16:17:52 +00:00
Dmitry Marakasov
c7fe971ab1 - Update to 1.11.3
- Remove always - false python 2.6 condition

PR:		213421
Submitted by:	bradleythughes@fastmail.fm
Approved by:	alexey@renatasystems.org (maintainer)
2016-10-19 16:19:52 +00:00
Pawel Pekala
0e29530381 Update to version 1.11.0
https://github.com/aws/aws-cli/blob/1.11.0/CHANGELOG.rst

PR:		213205
Submitted by:	Bradley T. Hughes
Approved by:	maintainer
2016-10-11 15:32:59 +00:00
Dmitry Marakasov
0c48bae5da - Update to 1.10.63
PR:		212622
Submitted by:	bradleythughes@fastmail.fm
Approved by:	alexey@renatasystems.org (maintainer)
2016-09-13 17:46:02 +00:00
Pawel Pekala
6b24a6b4eb - Update to version 1.10.56 [1]
- Port is architecture neutral

PR:		211879 [1]
Submitted by:	Bradley T. Hughes [1]
Approved by:	maintainer
2016-08-17 15:38:46 +00:00
Pawel Pekala
510758089e - Update devel/py-botocore to version 1.4.37
- Update devel/awscli to version 1.10.47

PR:		211073
Submitted by:	Bradley T. Hughes
Approved by:	maintainer
2016-07-16 18:47:40 +00:00
Kurt Jaeger
ac77e08431 devel/py-botocore: 1.4.5 -> 1.4.11
devel/awscli: 1.10.14 -> 1.10.20

botocore:
  https://github.com/boto/botocore/blob/develop/CHANGELOG.rst

awscli:
  https://aws.amazon.com/releasenotes/CLI?browse=1

PR:		208382
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm>
Approved by:	alexey@renatasystems.org (maintainer)
2016-04-12 19:48:53 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Mark Felder
230cf42f81 devel/awscli: Update to 1.10.14
devel/py-botocore: Update to 1.4.5

PR:		208114
Approved by:	maintainer
2016-03-19 17:01:42 +00:00
Raphael Kubo da Costa
29315e3d94 Update devel/awscli to 1.10.11, devel/py-botocore to 1.4.2.
Both ports need to be updated at the same time, as they are developed and
released in tandem.

PR:		207834
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm>
Approved by:	alexey@renatasystems.org (maintainer)
2016-03-14 15:29:52 +00:00
Steven Kreuzer
be71223ed7 Update to version 1.9.17
PR:		205949
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm>
Approved by:	Alexey Degtyarev <alexey@renatasystems.org> (maintainer)
2016-01-12 20:44:35 +00:00
Steven Kreuzer
020e4b88c2 Update to 1.9.11
PR:		205158
Submitted by:	skreuzer@
Approved by:	alexey@renatasystems.org (maintainer)
2015-12-09 16:43:50 +00:00
Wen Heping
34873aad2f - Update to 1.8.13
- Update RUN_DEPENDS

PR:		203306
Submitted by:	bradleythughes@fastmail.fm
Approved by:	maintainer(timeout, >30 days)
2015-10-27 08:54:46 +00:00
Antoine Brodin
1b85bc9332 Switch PYTHON_REL from a 3 digits number to a 4 digits number to handle
python 2.7.10

Differential Revision:	https://reviews.freebsd.org/D2639
Reviewed by:	sunpoet, mva
2015-05-26 16:47:02 +00:00
Jason Helfman
2fb84bf891 - update to 1.7.11 [1]
- while here:
   - remove use of SUBDIR
   - sort USES_PYTHON
   - explicitly define supported python versions
   - remove blank lines from pkg-descr

PR:		197960 [1]
Submitted by:	ports@christianserving.org
Approved by:	maintainer timeout (3 weeks)
2015-03-24 16:12:54 +00:00