Date: Wed, 27 Sep 2017 19:48:32 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450784 - in head/www: . py-google-resumable-media Message-ID: <201709271948.v8RJmWqx022305@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Wed Sep 27 19:48:32 2017 New Revision: 450784 URL: https://svnweb.freebsd.org/changeset/ports/450784 Log: www/py-google-resumable-media: Utilities for Google Media Downloads and Resumable Uploads. This package has some general purposes modules, e.g. common, but the majority of the public interface will be contained in subpackages. WWW: https://pypi.python.org/pypi/google-resumable-media Added: head/www/py-google-resumable-media/ head/www/py-google-resumable-media/Makefile (contents, props changed) head/www/py-google-resumable-media/distinfo (contents, props changed) head/www/py-google-resumable-media/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Sep 27 19:37:31 2017 (r450783) +++ head/www/Makefile Wed Sep 27 19:48:32 2017 (r450784) @@ -1669,6 +1669,7 @@ SUBDIR += py-google SUBDIR += py-google-api-python-client SUBDIR += py-google-cloud-core + SUBDIR += py-google-resumable-media SUBDIR += py-graphite-api SUBDIR += py-graphite-web SUBDIR += py-grequests Added: head/www/py-google-resumable-media/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-google-resumable-media/Makefile Wed Sep 27 19:48:32 2017 (r450784) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= google-resumable-media +PORTVERSION= 0.2.3 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= wg@FreeBSD.org +COMMENT= Utilities for Google Media Downloads and Resumable Uploads + +LICENSE= APACHE20 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six + +USES= python +USE_PYTHON= distutils concurrent autoplist + +.include <bsd.port.mk> Added: head/www/py-google-resumable-media/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-google-resumable-media/distinfo Wed Sep 27 19:48:32 2017 (r450784) @@ -0,0 +1,3 @@ +TIMESTAMP = 1506512612 +SHA256 (google-resumable-media-0.2.3.tar.gz) = be95e3e775dbc0ff6a962a0f2b274f51ceae18f57b0eb47b444585477b317414 +SIZE (google-resumable-media-0.2.3.tar.gz) = 2112643 Added: head/www/py-google-resumable-media/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-google-resumable-media/pkg-descr Wed Sep 27 19:48:32 2017 (r450784) @@ -0,0 +1,6 @@ +Utilities for Google Media Downloads and Resumable Uploads. + +This package has some general purposes modules, e.g. common, but the majority +of the public interface will be contained in subpackages. + +WWW: https://pypi.python.org/pypi/google-resumable-media
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709271948.v8RJmWqx022305>