From owner-svn-ports-head@freebsd.org Sat Mar 17 04:24:08 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 322A4AF9; Sat, 17 Mar 2018 04:24:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BBA6B8577E; Sat, 17 Mar 2018 04:24:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4E7E85A14; Sat, 17 Mar 2018 04:24:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2H4O6dc064251; Sat, 17 Mar 2018 04:24:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2H4O51q064249; Sat, 17 Mar 2018 04:24:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803170424.w2H4O51q064249@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 17 Mar 2018 04:24:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464754 - head/net/py-python-novaclient X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/py-python-novaclient X-SVN-Commit-Revision: 464754 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Mar 2018 04:24:08 -0000 Author: sunpoet Date: Sat Mar 17 04:24:05 2018 New Revision: 464754 URL: https://svnweb.freebsd.org/changeset/ports/464754 Log: Add LICENSE - Update pkg-descr - Update WWW - Take maintainership Modified: head/net/py-python-novaclient/Makefile head/net/py-python-novaclient/distinfo head/net/py-python-novaclient/pkg-descr Modified: head/net/py-python-novaclient/Makefile ============================================================================== --- head/net/py-python-novaclient/Makefile Sat Mar 17 04:24:00 2018 (r464753) +++ head/net/py-python-novaclient/Makefile Sat Mar 17 04:24:05 2018 (r464754) @@ -7,8 +7,11 @@ CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Client for the OpenStack Nova API + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr@${FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.10.0:devel/py-keystoneauth1@${FLAVOR} \ Modified: head/net/py-python-novaclient/distinfo ============================================================================== --- head/net/py-python-novaclient/distinfo Sat Mar 17 04:24:00 2018 (r464753) +++ head/net/py-python-novaclient/distinfo Sat Mar 17 04:24:05 2018 (r464754) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475931623 +TIMESTAMP = 1521259917 SHA256 (python-novaclient-6.0.0.tar.gz) = 68fb4e75012a66d23198ca9c6cdc425cd9e0ce750bf759af6cd48fdb19ee6068 SIZE (python-novaclient-6.0.0.tar.gz) = 288335 Modified: head/net/py-python-novaclient/pkg-descr ============================================================================== --- head/net/py-python-novaclient/pkg-descr Sat Mar 17 04:24:00 2018 (r464753) +++ head/net/py-python-novaclient/pkg-descr Sat Mar 17 04:24:05 2018 (r464754) @@ -1,5 +1,8 @@ -This is a client for the OpenStack Nova API. There's a Python -API (the novaclient module), and a command-line script (nova). -Each implements 100% of the OpenStack Nova API. +This is a client for OpenStack Nova API. There's a Python API (the novaclient +module), and a command-line script (installed as nova). Each implements the +entire OpenStack Nova API. -WWW: https://pypi.python.org/pypi/python-novaclient +You'll need credentials for an OpenStack cloud that implements the Compute API, +such as TryStack, HP, or Rackspace, in order to use the nova client. + +WWW: https://docs.openstack.org/python-novaclient/latest/