1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-04 19:09:16 -04:00
Commit graph

16 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
71a921a308 Update to 14.2.0
Changes:	https://docs.openstack.org/releasenotes/python-novaclient/index.html
2019-07-21 20:48:31 +00:00
Sunpoet Po-Chuan Hsieh
6e3c1f8171 Update to 14.1.0
Changes:	https://docs.openstack.org/releasenotes/python-novaclient/index.html
2019-05-29 18:36:22 +00:00
Sunpoet Po-Chuan Hsieh
bddf10b1c1 Update to 14.0.0
Changes:	https://docs.openstack.org/releasenotes/python-novaclient/index.html
2019-05-18 05:58:38 +00:00
Antoine Brodin
63f5eeef8a Bump a few PORTREVISIONs after r498529
With hat:	portmgr
2019-04-10 06:18:31 +00:00
Sunpoet Po-Chuan Hsieh
2a643e3862 Update to 13.0.0
Changes:	https://docs.openstack.org/releasenotes/python-novaclient/index.html
2019-03-09 12:09:07 +00:00
Sunpoet Po-Chuan Hsieh
c20227b630 Update to 12.0.0
Changes:	https://docs.openstack.org/releasenotes/python-novaclient/index.html
2019-02-14 22:41:28 +00:00
Sunpoet Po-Chuan Hsieh
138e520dfa Update to 11.1.0
Changes:	https://docs.openstack.org/releasenotes/python-novaclient/index.html
2019-01-11 20:17:29 +00:00
Sunpoet Po-Chuan Hsieh
b58fb3fa85 Update to 11.0.0
Changes:	https://docs.openstack.org/releasenotes/python-novaclient/index.html
		https://github.com/openstack/python-novaclient/commits/master
2018-07-29 19:17:38 +00:00
Sunpoet Po-Chuan Hsieh
8780af0f1b Update to 10.3.0
Changes:	https://docs.openstack.org/releasenotes/python-novaclient/index.html
2018-06-24 20:18:25 +00:00
Mathieu Arnold
4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00
Sunpoet Po-Chuan Hsieh
20b0841b18 Update to 10.2.0
Changes:	https://docs.openstack.org/releasenotes/python-novaclient/index.html
2018-04-22 08:48:45 +00:00
Sunpoet Po-Chuan Hsieh
e4d07a887d Update to 10.1.0
- Sort RUN_DEPENDS
- Allow concurrent installation (USE_PYTHON=concurrent)

Changes:	https://docs.openstack.org/releasenotes/python-novaclient/index.html
		https://git.openstack.org/cgit/openstack/python-novaclient/log/
2018-04-04 18:53:08 +00:00
Sunpoet Po-Chuan Hsieh
04b06643e4 Add LICENSE
- Update pkg-descr
- Update WWW
- Take maintainership
2018-03-17 04:24:05 +00:00
Roman Bogorodskiy
10e53743ad Drop maintainership 2018-03-16 18:05:29 +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
d6c193775f Rename python openstack clients to match pypi names
- Rename the following ports:

    py-ceilometerclient
    py-cinderclient
    py-designateclient
    py-glanceclient
    py-heatclient
    py-keystoneclient
    py-neutronclient
    py-novaclient
    py-openstackclient

   to py-python-$(component)client to match pypi name

 - Update MOVED

 - Update the appropriate dependency lines

Suggested by:	koobs
2016-12-17 15:31:09 +00:00