Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Sep 2016 18:18:56 +0000 (UTC)
From:      Philip Paeps <philip@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422787 - in head/devel: . py3-threema-msgapi
Message-ID:  <201609261818.u8QIIu43084626@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: philip
Date: Mon Sep 26 18:18:56 2016
New Revision: 422787
URL: https://svnweb.freebsd.org/changeset/ports/422787

Log:
  Threema Gateway Message SDK for Python https://gateway.threema.ch/.

Added:
  head/devel/py3-threema-msgapi/
  head/devel/py3-threema-msgapi/Makefile   (contents, props changed)
  head/devel/py3-threema-msgapi/distinfo   (contents, props changed)
  head/devel/py3-threema-msgapi/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Sep 26 18:08:44 2016	(r422786)
+++ head/devel/Makefile	Mon Sep 26 18:18:56 2016	(r422787)
@@ -4685,6 +4685,7 @@
     SUBDIR += py3-pylru-cache
     SUBDIR += py3-python-magic
     SUBDIR += py3-pytz
+    SUBDIR += py3-threema-msgapi
     SUBDIR += py3-vcversioner
     SUBDIR += py3-xdg
     SUBDIR += py_static_check

Added: head/devel/py3-threema-msgapi/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py3-threema-msgapi/Makefile	Mon Sep 26 18:18:56 2016	(r422787)
@@ -0,0 +1,27 @@
+# Created by: philip@FreeBSD.org
+# $FreeBSD$
+
+PORTNAME=	threema-msgapi
+PORTVERSION=	2.1.7
+DISTVERSIONPREFIX=	v
+CATEGORIES=	devel python
+PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	philip@FreeBSD.org
+COMMENT=	Threema Gateway Message SDK for Python
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		python:3.2+
+USE_PYTHON=	distutils autoplist
+USE_GITHUB=	yes
+GH_ACCOUNT=	lgrahl
+GH_PROJECT=	threema-msgapi-sdk-python
+
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}click>0:devel/py3-click \
+		${PYTHON_PKGNAMEPREFIX}pylru-cache>0:devel/py3-pylru-cache \
+		${PYTHON_PKGNAMEPREFIX}libnacl>0:security/py3-libnacl \
+		${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp
+
+.include <bsd.port.mk>

Added: head/devel/py3-threema-msgapi/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py3-threema-msgapi/distinfo	Mon Sep 26 18:18:56 2016	(r422787)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1474299040
+SHA256 (lgrahl-threema-msgapi-sdk-python-v2.1.7_GH0.tar.gz) = 5a6a6e4931eeb66c4fcd839a99674caed3577019ee80a431e2bb1d6a10cef174
+SIZE (lgrahl-threema-msgapi-sdk-python-v2.1.7_GH0.tar.gz) = 24445

Added: head/devel/py3-threema-msgapi/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py3-threema-msgapi/pkg-descr	Mon Sep 26 18:18:56 2016	(r422787)
@@ -0,0 +1,3 @@
+Threema Gateway Message SDK for Python https://gateway.threema.ch/.
+
+WWW: https://github.com/lgrahl/threema-msgapi-sdk-python/



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