Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Sep 2017 23:49:31 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449869 - in head/www: . py-planet
Message-ID:  <201709142349.v8ENnVfg078264@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <sunpoet@FreeBSD.org>
+# $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 <bsd.port.mk>

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



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