svn commit: r405309 - head/net/py-novaclient
Raphael Kubo da Costa
rakuco at FreeBSD.org
Tue Jan 5 17:57:56 UTC 2016
Author: rakuco
Date: Tue Jan 5 17:57:54 2016
New Revision: 405309
URL: https://svnweb.freebsd.org/changeset/ports/405309
Log:
Mark BROKEN: unfetchable.
Version 2.6.8 does not exist in PyPI anymore, and there is no corresponding tag
on GitHub or OpenStack's git repositories.
Modified:
head/net/py-novaclient/Makefile
Modified: head/net/py-novaclient/Makefile
==============================================================================
--- head/net/py-novaclient/Makefile Tue Jan 5 17:55:21 2016 (r405308)
+++ head/net/py-novaclient/Makefile Tue Jan 5 17:57:54 2016 (r405309)
@@ -11,6 +11,9 @@ DISTNAME= python-${PORTNAME}-${PORTVERSI
MAINTAINER= novel at FreeBSD.org
COMMENT= Client for the OpenStack Nova API
+# Newer releases do exist in PyPI.
+BROKEN= unfetchable
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>=0:${PORTSDIR}/devel/py-argparse \
${PYTHON_PKGNAMEPREFIX}prettytable>=0:${PORTSDIR}/devel/py-prettytable \
${PKGNAMEPREFIX}httplib2>=0:${PORTSDIR}/www/py-httplib2
More information about the svn-ports-all
mailing list