Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jan 2015 15:01:48 +0000 (UTC)
From:      Steven Kreuzer <skreuzer@FreeBSD.org>
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
Message-ID:  <201501161501.t0GF1mwF009560@svn.freebsd.org>

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

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



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