From owner-svn-ports-all@freebsd.org Sun May 8 10:58:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 664B8B32E30; Sun, 8 May 2016 10:58:28 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1CFA31FDC; Sun, 8 May 2016 10:58:28 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u48AwRtt099441; Sun, 8 May 2016 10:58:27 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u48AwRfu099439; Sun, 8 May 2016 10:58:27 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201605081058.u48AwRfu099439@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 8 May 2016 10:58:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414801 - head/devel/py-keystoneauth1 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 May 2016 10:58:28 -0000 Author: novel Date: Sun May 8 10:58:26 2016 New Revision: 414801 URL: https://svnweb.freebsd.org/changeset/ports/414801 Log: devel/py-keystoneauth1: update to 2.6.0 - update to 2.6.0 - fix tabs/spaces formatting in RUN_DEPENDS - py-keystoneauth1 supports only Python 2.7 or newer now, so adjust USES= python accordingly PR: 209367 Approved by: maintainer Modified: head/devel/py-keystoneauth1/Makefile head/devel/py-keystoneauth1/distinfo Modified: head/devel/py-keystoneauth1/Makefile ============================================================================== --- head/devel/py-keystoneauth1/Makefile Sun May 8 10:54:00 2016 (r414800) +++ head/devel/py-keystoneauth1/Makefile Sun May 8 10:58:26 2016 (r414801) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= keystoneauth1 -PORTVERSION= 2.5.0 +PORTVERSION= 2.6.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,9 +12,8 @@ COMMENT= Authentication Library for Open LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse \ - ${PYTHON_PKGNAMEPREFIX}iso8601>0:devel/py-iso8601 \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}iso8601>0:devel/py-iso8601 \ ${PYTHON_PKGNAMEPREFIX}positional>0:devel/py-positional \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six \ @@ -22,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}a NO_ARCH= yes -USES= python +USES= python:2.7+ USE_PYTHON= autoplist distutils .include Modified: head/devel/py-keystoneauth1/distinfo ============================================================================== --- head/devel/py-keystoneauth1/distinfo Sun May 8 10:54:00 2016 (r414800) +++ head/devel/py-keystoneauth1/distinfo Sun May 8 10:58:26 2016 (r414801) @@ -1,2 +1,2 @@ -SHA256 (keystoneauth1-2.5.0.tar.gz) = fd872984b1c430fc2a7cf33a7bd0f0c7017cb6a7eaac3c8550f71de36128d159 -SIZE (keystoneauth1-2.5.0.tar.gz) = 151457 +SHA256 (keystoneauth1-2.6.0.tar.gz) = b89a5eab3bb4bd6b36dc0c34903dbc37f531fbef4c74722cc62bffd730d1d854 +SIZE (keystoneauth1-2.6.0.tar.gz) = 153120