From 2eaf33ea72dbd1852ecf2580ebea689b38e1057f Mon Sep 17 00:00:00 2001 From: Raphael Kubo da Costa Date: Tue, 5 Jan 2016 17:57:54 +0000 Subject: [PATCH] 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. --- net/py-novaclient/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/py-novaclient/Makefile b/net/py-novaclient/Makefile index ec0c2e9c549d..6bed5b899f3f 100644 --- a/net/py-novaclient/Makefile +++ b/net/py-novaclient/Makefile @@ -11,6 +11,9 @@ DISTNAME= python-${PORTNAME}-${PORTVERSION} MAINTAINER= novel@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