Date: Thu, 23 Apr 2020 05:17:15 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> 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 Message-ID: <202004230517.03N5HFeU069169@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004230517.03N5HFeU069169>