From owner-svn-ports-head@freebsd.org Sat Jul 18 17:06:41 2015 Return-Path: Delivered-To: svn-ports-head@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 83A479A4E5F; Sat, 18 Jul 2015 17:06:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 5B6611431; Sat, 18 Jul 2015 17:06:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6IH6f0e076682; Sat, 18 Jul 2015 17:06:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6IH6e0F076680; Sat, 18 Jul 2015 17:06:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507181706.t6IH6e0F076680@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 18 Jul 2015 17:06:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392437 - head/www/py-google-api-python-client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Jul 2015 17:06:41 -0000 Author: sunpoet Date: Sat Jul 18 17:06:39 2015 New Revision: 392437 URL: https://svnweb.freebsd.org/changeset/ports/392437 Log: - Update to 1.4.1 - Update CATEGORIES: add python - Update USES=python - Add NO_ARCH - Update WEBTEST_DESC Changes: https://github.com/google/google-api-python-client/blob/master/CHANGELOG PR: 201161 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 20 days) Modified: head/www/py-google-api-python-client/Makefile head/www/py-google-api-python-client/distinfo Modified: head/www/py-google-api-python-client/Makefile ============================================================================== --- head/www/py-google-api-python-client/Makefile Sat Jul 18 17:06:33 2015 (r392436) +++ head/www/py-google-api-python-client/Makefile Sat Jul 18 17:06:39 2015 (r392437) @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= google-api-python-client -PORTVERSION= 1.3.2 +PORTVERSION= 1.4.1 #PORTREVISION= 0 -CATEGORIES= www +CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,9 +12,10 @@ COMMENT= Google API Client Library for P LICENSE= APACHE20 -BUILD_DEPENDS= ${PKGNAMEPREFIX}oauth2client>=1.3:${PORTSDIR}/security/py-oauth2client -RUN_DEPENDS= ${PKGNAMEPREFIX}httplib2>=0.6.0:${PORTSDIR}/www/py-httplib2 \ - ${PKGNAMEPREFIX}oauth2client>=1.3:${PORTSDIR}/security/py-oauth2client \ +#BUILD_DEPENDS= ${PKGNAMEPREFIX}oauth2client>=1.4.6:${PORTSDIR}/security/py-oauth2client +RUN_DEPENDS= ${PKGNAMEPREFIX}httplib2>=0.8:${PORTSDIR}/www/py-httplib2 \ + ${PKGNAMEPREFIX}oauth2client>=1.4.6:${PORTSDIR}/security/py-oauth2client \ + ${PYTHON_PKGNAMEPREFIX}six>=1.6.1:${PORTSDIR}/devel/py-six \ ${PKGNAMEPREFIX}uritemplate>=0.6:${PORTSDIR}/net/py-uritemplate DJANGO_DESC= Use the library with Django @@ -25,10 +26,11 @@ GAE_RUN_DEPENDS= google-appengine>=1.4.3 OPTIONS_DEFINE= DJANGO GAE WEBTEST -USES= python:2 +NO_ARCH= yes +USES= python USE_PYTHON= autoplist distutils -WEBTEST_DESC= Use WebTest helper to test WSGI apps (Python 2.6+) +WEBTEST_DESC= Use WebTest helper to test WSGI apps WEBTEST_RUN_DEPENDS= ${PKGNAMEPREFIX}WebTest>=1.3.3:${PORTSDIR}/www/py-WebTest \ ${PKGNAMEPREFIX}openssl>=0.13:${PORTSDIR}/security/py-openssl Modified: head/www/py-google-api-python-client/distinfo ============================================================================== --- head/www/py-google-api-python-client/distinfo Sat Jul 18 17:06:33 2015 (r392436) +++ head/www/py-google-api-python-client/distinfo Sat Jul 18 17:06:39 2015 (r392437) @@ -1,2 +1,2 @@ -SHA256 (google-api-python-client-1.3.2.tar.gz) = 9e9268237c9a3b55f477b972b750f1a90f218f4ec0f6a775d619893632bc0278 -SIZE (google-api-python-client-1.3.2.tar.gz) = 40359 +SHA256 (google-api-python-client-1.4.1.tar.gz) = 63d3bad8b29337cfd1c8b96e403dc0fe61e437a118eeff0c1eaa109c96e13f9c +SIZE (google-api-python-client-1.4.1.tar.gz) = 41129