From owner-svn-ports-head@freebsd.org Thu Apr 23 05:17:16 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5E46D2CD752; Thu, 23 Apr 2020 05:17:16 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4975CJ1qJDz4QKy; Thu, 23 Apr 2020 05:17:16 +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 39DBF26F43; Thu, 23 Apr 2020 05:17:16 +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 03N5HGwk069171; Thu, 23 Apr 2020 05:17:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03N5HFeU069169; Thu, 23 Apr 2020 05:17:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202004230517.03N5HFeU069169@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 23 Apr 2020 05:17:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r532620 - in head/net: . py-python-novaclient16 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/net: . py-python-novaclient16 X-SVN-Commit-Revision: 532620 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.29 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: Thu, 23 Apr 2020 05:17:16 -0000 Author: sunpoet Date: Thu Apr 23 05:17:15 2020 New Revision: 532620 URL: https://svnweb.freebsd.org/changeset/ports/532620 Log: Add py-python-novaclient16 16.0.0 (copied from py-python-novaclient) - Add PORTSCOUT Added: head/net/py-python-novaclient16/ - copied from r532514, head/net/py-python-novaclient/ Modified: head/net/Makefile head/net/py-python-novaclient16/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Thu Apr 23 04:15:17 2020 (r532619) +++ head/net/Makefile Thu Apr 23 05:17:15 2020 (r532620) @@ -1099,6 +1099,7 @@ SUBDIR += py-python-keystoneclient SUBDIR += py-python-neutronclient SUBDIR += py-python-novaclient + SUBDIR += py-python-novaclient16 SUBDIR += py-python-ntlm SUBDIR += py-python-openstackclient SUBDIR += py-python-twitter Modified: head/net/py-python-novaclient16/Makefile ============================================================================== --- head/net/py-python-novaclient/Makefile Wed Apr 22 21:12:51 2020 (r532514) +++ head/net/py-python-novaclient16/Makefile Thu Apr 23 05:17:15 2020 (r532620) @@ -6,6 +6,7 @@ PORTVERSION= 16.0.0 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 16 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Client for the OpenStack Nova API @@ -31,5 +32,8 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes SHEBANG_GLOB= *.sh + +# python-novaclient 17.0.0+ requires Python 3.6+ +PORTSCOUT= limit:^16\. .include