svn commit: r522900 - in head/net: . py-transip

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jan 13 17:41:12 UTC 2020


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	transip
+PORTVERSION=	2.0.0
+CATEGORIES=	net python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet at 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


More information about the svn-ports-head mailing list