Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Sep 2018 00:23:47 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r478643 - head/www/py-google-resumable-media
Message-ID:  <201809010023.w810NlEY044154@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Sat Sep  1 00:23:47 2018
New Revision: 478643
URL: https://svnweb.freebsd.org/changeset/ports/478643

Log:
  www/py-google-resumable-media: Update to 0.3.1
  
  - Add LICENSE_FILE
  - Set architecture neutral (qa warning)
  
  Approved by:	wg (maintainer)
  Differential Revision:	https://reviews.freebsd.org/D16963

Modified:
  head/www/py-google-resumable-media/Makefile
  head/www/py-google-resumable-media/distinfo

Modified: head/www/py-google-resumable-media/Makefile
==============================================================================
--- head/www/py-google-resumable-media/Makefile	Sat Sep  1 00:22:39 2018	(r478642)
+++ head/www/py-google-resumable-media/Makefile	Sat Sep  1 00:23:47 2018	(r478643)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	google-resumable-media
-PORTVERSION=	0.2.3
+PORTVERSION=	0.3.1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,10 +10,14 @@ MAINTAINER=	wg@FreeBSD.org
 COMMENT=	Utilities for Google Media Downloads and Resumable Uploads
 
 LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}requests>=2.18.0:www/py-requests@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	distutils concurrent autoplist
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/www/py-google-resumable-media/distinfo
==============================================================================
--- head/www/py-google-resumable-media/distinfo	Sat Sep  1 00:22:39 2018	(r478642)
+++ head/www/py-google-resumable-media/distinfo	Sat Sep  1 00:23:47 2018	(r478643)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1506512612
-SHA256 (google-resumable-media-0.2.3.tar.gz) = be95e3e775dbc0ff6a962a0f2b274f51ceae18f57b0eb47b444585477b317414
-SIZE (google-resumable-media-0.2.3.tar.gz) = 2112643
+TIMESTAMP = 1535500894
+SHA256 (google-resumable-media-0.3.1.tar.gz) = 97de518f8166d442cc0b61fab308bcd319dbb970981e667ec8ded44f5ce49836
+SIZE (google-resumable-media-0.3.1.tar.gz) = 2113721



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