From owner-svn-ports-all@freebsd.org Thu Sep 14 23:49:33 2017 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 43580E14DE7; Thu, 14 Sep 2017 23:49:33 +0000 (UTC) (envelope-from sunpoet@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 1EA726ECA9; Thu, 14 Sep 2017 23:49:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8ENnWFH078268; Thu, 14 Sep 2017 23:49:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8ENnVfg078264; Thu, 14 Sep 2017 23:49:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709142349.v8ENnVfg078264@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 14 Sep 2017 23:49:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449869 - in head/www: . py-planet X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www: . py-planet X-SVN-Commit-Revision: 449869 X-SVN-Commit-Repository: ports 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.23 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: Thu, 14 Sep 2017 23:49:33 -0000 Author: sunpoet Date: Thu Sep 14 23:49:31 2017 New Revision: 449869 URL: https://svnweb.freebsd.org/changeset/ports/449869 Log: Add py-planet 1.0.1 This library provides a command-line-interface (CLI) and Python library to make access to Planet's public API easy to use. The command line interface is intended to be functional for many tasks but is just a thin layer on the lower level Python API. WWW: https://pypi.python.org/pypi/planet Added: head/www/py-planet/ head/www/py-planet/Makefile (contents, props changed) head/www/py-planet/distinfo (contents, props changed) head/www/py-planet/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Sep 14 23:49:25 2017 (r449868) +++ head/www/Makefile Thu Sep 14 23:49:31 2017 (r449869) @@ -1703,6 +1703,7 @@ SUBDIR += py-pastedeploy SUBDIR += py-pastescript SUBDIR += py-pelican + SUBDIR += py-planet SUBDIR += py-plone.alterego SUBDIR += py-plone.app.blob SUBDIR += py-plone.app.caching Added: head/www/py-planet/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-planet/Makefile Thu Sep 14 23:49:31 2017 (r449869) @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= planet +PORTVERSION= 1.0.1 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Python client library and CLI for Planet's public API #' + +LICENSE= APACHE20 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click \ + ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}requests-futures>=0:www/py-requests-futures + +USE_PYTHON= autoplist concurrent distutils +USES= python + +.include Added: head/www/py-planet/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-planet/distinfo Thu Sep 14 23:49:31 2017 (r449869) @@ -0,0 +1,3 @@ +TIMESTAMP = 1505229319 +SHA256 (planet-1.0.1.tar.gz) = a6a10b1b8de1493d82a27d8fe27a8611fffce193bce57ff7ec59941a925be534 +SIZE (planet-1.0.1.tar.gz) = 27185 Added: head/www/py-planet/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-planet/pkg-descr Thu Sep 14 23:49:31 2017 (r449869) @@ -0,0 +1,7 @@ +This library provides a command-line-interface (CLI) and Python library to make +access to Planet's public API easy to use. + +The command line interface is intended to be functional for many tasks but is +just a thin layer on the lower level Python API. + +WWW: https://pypi.python.org/pypi/planet