1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
Commit Graph

50 Commits

Author SHA1 Message Date
Roman Bogorodskiy
934b952ecf net/py-libcloud: update to 2.3.0 2018-03-06 13:39:53 +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
Roman Bogorodskiy
9512b2d0f7 net/py-libcloud: update to 2.2.1 2017-09-23 03:22:56 +00:00
Roman Bogorodskiy
413af67a98 net/py-libcloud: update to 2.2.0 2017-09-04 14:21:21 +00:00
Roman Bogorodskiy
612a6c8675 net/py-libcloud: update to 2.1.0 2017-07-23 04:31:54 +00:00
Roman Bogorodskiy
eb17c18bf6 net/py-libcloud: update to 2.0.0 2017-04-29 17:51:47 +00:00
Roman Bogorodskiy
8e20719f8f net/py-libcloud: update to 1.5.0 2016-12-30 11:39:30 +00:00
Roman Bogorodskiy
a0e1629102 net/py-libcloud: update to 1.4.0 2016-11-27 14:28:40 +00:00
Roman Bogorodskiy
4216b722b7 net/py-libcloud: update to 1.3.0 2016-10-22 08:28:30 +00:00
Roman Bogorodskiy
fa2a86eca5 net/py-libcloud: update to 1.2.1 2016-09-30 20:23:28 +00:00
Roman Bogorodskiy
0bfdcb351a net/py-libcloud: update to 1.1.0
Also, drop deletion of *.rej files because
they no longer present is the distfile.
2016-07-12 00:48:07 +00:00
Roman Bogorodskiy
a57832890b net/py-libcloud: update to 1.0.0 2016-06-26 13:08:22 +00:00
Roman Bogorodskiy
7964049a5e net/py-libcloud: update to 0.20.1 2016-01-20 00:13:34 +00:00
Roman Bogorodskiy
fb15e769dd net/py-libcloud: update to 0.20.0
Also, define NO_ARCH as it's not arch specific.
2015-12-17 21:43:02 +00:00
Roman Bogorodskiy
2ad1787205 net/py-libcloud: update to 0.19.0 2015-10-31 05:37:04 +00:00
Roman Bogorodskiy
e4e5871355 - Update to 0.18.0.
- Drop backports.ssl-match-hostname related patches as it's only used
  now for Python versions that we do not ship
2015-08-15 15:45:10 +00:00
Roman Bogorodskiy
5a12b2060f Drop backports.ssl-match-hostname from requirements. We're not using it
since r389589 anyway.

PR:		201901
Submitted by:	Kurt Jaeger
2015-08-01 19:00:11 +00:00
Roman Bogorodskiy
768e12c0dc Drop usage of py-backports.ssl_match_hostname.
The net/py-libcloud port doesn't work without
security/py-backports.ssl_match_hostname being installed. But
security/py-backports.ssl_match_hostname is scheduled for deletion, so
make libcloud work without the backport.

PR:		200834
Submitted by:	swills
2015-06-14 05:21:02 +00:00
Mathieu Arnold
88bfe4bd43 Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup

With hat:	portmgr
Sponsored by:	Absolight
2015-05-11 18:34:57 +00:00
Roman Bogorodskiy
04c88e60f0 Update to 0.17.0. 2015-04-18 05:00:37 +00:00
Roman Bogorodskiy
f16c61641e Add CPE information.
PR:		198965
Submitted by:	shun <shun.fbsd.pr@dropcut.net>
2015-03-29 08:35:34 +00:00
Marcus von Appen
2f71940292 - Convert ports of net/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-24 16:21:26 +00:00
Roman Bogorodskiy
d3449dee04 Update to 0.15.1. 2014-07-12 19:22:53 +00:00
Kubilay Kocak
c0a741eff9 net/py-libcloud: Deprecate USE_BZIP2
- Deprecate USE_BZIP2 in favour of USES
- While I'm here, whitespace align

Approved by:	portmgr (blanket)
2014-07-09 15:20:14 +00:00
Roman Bogorodskiy
d7e6d57ef6 Update to 0.15.0. 2014-07-02 17:17:11 +00:00
Roman Bogorodskiy
b3cf387d6b Update to 0.14.1. 2014-03-01 20:10:57 +00:00
Martin Wilke
f83120bb6d - Switch to PYDISTUTILS_AUTOPLIST
- Stage support
- Bump PORTREVISION
2014-01-31 07:51:30 +00:00
Roman Bogorodskiy
42395797d0 Update to 0.13.3. 2014-01-03 08:56:26 +00:00
Olli Hauer
4fb1cfb1cd - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20

- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4

PR:		ports/184785
Submitted by:	ohauer
Reviewed by:	tabthorpe
Approved by:	portmgr (tabthorpe@)
2013-12-30 20:55:18 +00:00
Roman Bogorodskiy
1da9827e78 Update to 0.13.2. 2013-10-13 15:54:53 +00:00
Baptiste Daroussin
0c710c7b4e Add NO_STAGE all over the place in preparation for the staging support (cat: net) 2013-09-20 22:10:23 +00:00
Roman Bogorodskiy
c2782b5e5c Update to 0.13.1. 2013-09-05 17:11:50 +00:00
Roman Bogorodskiy
45d985d43e Update to 0.13.0. 2013-08-11 16:42:22 +00:00
Roman Bogorodskiy
d4e76cf455 Update to 0.12.4. 2013-04-25 10:44:39 +00:00
Roman Bogorodskiy
6f18026ee0 Update to 0.12.3. 2013-03-24 05:05:42 +00:00
Roman Bogorodskiy
20072aac4d Update to 0.12.1. 2013-03-02 11:38:19 +00:00
Roman Bogorodskiy
f56fb38bb9 Update to 0.11.4.
Submitted by:	Christer Edwards <christer.edwards@gmail.com>
2013-01-03 13:01:22 +00:00
Roman Bogorodskiy
2d1e627c68 Update to 0.11.3. 2012-09-30 14:22:58 +00:00
Roman Bogorodskiy
b58a783015 Update to 0.11.1.
Security:	CVE-2012-3446
2012-08-11 17:11:08 +00:00
Roman Bogorodskiy
5c44bf4baf Update to 0.10.1.
PR:		168560
Submitted by:	koobs <koobs.freebsd@gmail.com>
2012-06-03 09:37:33 +00:00
Roman Bogorodskiy
048f3e8716 Update to 0.9.1.
Feature safe:	yes
2012-04-03 06:23:44 +00:00
Roman Bogorodskiy
3910331578 Update to 0.8.0. 2012-02-14 16:46:08 +00:00
Thomas Abthorpe
e0ac1afbf4 - The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch

PR:		ports/163521
Submitted by:	Pedro Giffuni <pfg apache.org>
Hat:		portmgr
Exp run by:	pav
2012-01-09 15:41:08 +00:00
Roman Bogorodskiy
1cfacdbb09 Update to 0.7.1.
Feature safe:	yes
2011-12-09 18:16:47 +00:00
Roman Bogorodskiy
ac8373f8ea Update to 0.6.2.
Feature safe:	yes
2011-11-17 19:46:43 +00:00
Roman Bogorodskiy
5fa21a783e Update to 0.6.1. 2011-11-10 00:26:03 +00:00
Roman Bogorodskiy
c5024a493a - Take maintainership [1]
- Update to 0.5.2

Approved by:	glarkin (former maintainer) [1]
2011-07-06 13:35:23 +00:00
Roman Bogorodskiy
436197740c - Update to 0.5.0
- Libcloud became a Top Level Project (TPL) at Apache, so update
DISTNAME and WWW accordingly

PR:		157662
Submitted by:	novel
Approved by:	maintainer timeout (> 2 weeks)
2011-06-25 13:51:56 +00:00
Greg Larkin
67c9e7e724 - Updated to 0.4.2
Changes: https://github.com/apache/libcloud/blob/0.4.2/CHANGES

PR:		ports/154136
Submitted by:	novel
Feature safe:	yes
2011-01-20 17:49:25 +00:00
Greg Larkin
e4baa23d7c libcloud is a client library for interacting with many of the popular
cloud server providers. It was created to make it easy for developers
to build products that work between any of the services that it
supports.

WWW: http://incubator.apache.org/libcloud/
2010-12-16 22:16:00 +00:00