From owner-svn-ports-all@FreeBSD.ORG Fri Jan 16 15:01:49 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A428A69; Fri, 16 Jan 2015 15:01:49 +0000 (UTC) Received: from svn.freebsd.org (svn.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 0B53ED19; Fri, 16 Jan 2015 15:01:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0GF1mlu009566; Fri, 16 Jan 2015 15:01:48 GMT (envelope-from skreuzer@FreeBSD.org) Received: (from skreuzer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0GF1mwF009560; Fri, 16 Jan 2015 15:01:48 GMT (envelope-from skreuzer@FreeBSD.org) Message-Id: <201501161501.t0GF1mwF009560@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: skreuzer set sender to skreuzer@FreeBSD.org using -f From: Steven Kreuzer Date: Fri, 16 Jan 2015 15:01:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377178 - in head/www: . py-python-digitalocean X-SVN-Group: ports-head 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.18-1 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: Fri, 16 Jan 2015 15:01:49 -0000 Author: skreuzer Date: Fri Jan 16 15:01:47 2015 New Revision: 377178 URL: https://svnweb.freebsd.org/changeset/ports/377178 QAT: https://qat.redports.org/buildarchive/r377178/ Log: python-digitalocean is a python package that provide easy acces to digitalocean.com APIs to manage droplets, images and more. WWW: http://projects.setale.me/python-digitalocean Added: head/www/py-python-digitalocean/ head/www/py-python-digitalocean/Makefile (contents, props changed) head/www/py-python-digitalocean/distinfo (contents, props changed) head/www/py-python-digitalocean/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Fri Jan 16 14:22:42 2015 (r377177) +++ head/www/Makefile Fri Jan 16 15:01:47 2015 (r377178) @@ -1657,6 +1657,7 @@ SUBDIR += py-pyramid SUBDIR += py-pyramid_rpc SUBDIR += py-pysearch + SUBDIR += py-python-digitalocean SUBDIR += py-pywebdav SUBDIR += py-qp SUBDIR += py-qpy Added: head/www/py-python-digitalocean/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-python-digitalocean/Makefile Fri Jan 16 15:01:47 2015 (r377178) @@ -0,0 +1,20 @@ +# Created by: Steven Kreuzer +# $FreeBSD$ + +PORTNAME= python-digitalocean +PORTVERSION= 1.3 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= skreuzer@exit2shell.com +COMMENT= API to manage digitalocean.com droplets + +LICENSE= GPLv3 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:${PORTSDIR}/www/py-requests + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/www/py-python-digitalocean/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-python-digitalocean/distinfo Fri Jan 16 15:01:47 2015 (r377178) @@ -0,0 +1,2 @@ +SHA256 (python-digitalocean-1.3.tar.gz) = b662817ccba5c7e980f583ebf4a647d633ba9b9b8c4970ae53c2b13bb340bab5 +SIZE (python-digitalocean-1.3.tar.gz) = 10638 Added: head/www/py-python-digitalocean/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-python-digitalocean/pkg-descr Fri Jan 16 15:01:47 2015 (r377178) @@ -0,0 +1,4 @@ +python-digitalocean is a python package that provide easy acces to +digitalocean.com APIs to manage droplets, images and more. + +WWW: http://projects.setale.me/python-digitalocean