Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jan 2020 17:41:11 +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: r522900 - in head/net: . py-transip
Message-ID:  <202001131741.00DHfB4M078231@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jan 13 17:41:10 2020
New Revision: 522900
URL: https://svnweb.freebsd.org/changeset/ports/522900

Log:
  Add py-transip 2.0.0
  
  This library aims to implement the TransIP API in Python.
  
  WWW: https://github.com/benkonrath/transip-api

Added:
  head/net/py-transip/
  head/net/py-transip/Makefile   (contents, props changed)
  head/net/py-transip/distinfo   (contents, props changed)
  head/net/py-transip/pkg-descr   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Mon Jan 13 17:41:04 2020	(r522899)
+++ head/net/Makefile	Mon Jan 13 17:41:10 2020	(r522900)
@@ -1124,6 +1124,7 @@
     SUBDIR += py-suds-jurko
     SUBDIR += py-terminado
     SUBDIR += py-tofu
+    SUBDIR += py-transip
     SUBDIR += py-twitter-tools
     SUBDIR += py-txamqp
     SUBDIR += py-txrestapi

Added: head/net/py-transip/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/py-transip/Makefile	Mon Jan 13 17:41:10 2020	(r522900)
@@ -0,0 +1,24 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	transip
+PORTVERSION=	2.0.0
+CATEGORIES=	net python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	TransIP API Connector
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}suds-jurko>=0:net/py-suds-jurko@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/net/py-transip/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/py-transip/distinfo	Mon Jan 13 17:41:10 2020	(r522900)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1578923216
+SHA256 (transip-2.0.0.tar.gz) = f692bc1036d523ea5fdabf48fea04f11b50ebb6986c6f2343f3eef77c6f1e8dd
+SIZE (transip-2.0.0.tar.gz) = 12256

Added: head/net/py-transip/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/py-transip/pkg-descr	Mon Jan 13 17:41:10 2020	(r522900)
@@ -0,0 +1,3 @@
+This library aims to implement the TransIP API in Python.
+
+WWW: https://github.com/benkonrath/transip-api



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