Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jan 2016 17:57:55 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r405309 - head/net/py-novaclient
Message-ID:  <201601051757.u05HvtnG015546@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601051757.u05HvtnG015546>