svn commit: r532620 - in head/net: . py-python-novaclient16
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Apr 23 05:17:16 UTC 2020
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 at 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>
More information about the svn-ports-head
mailing list