From 2172675f1f6b7b93ad0e878db914dc4aada7f14c Mon Sep 17 00:00:00 2001 From: Ruslan Makhmatkhanov Date: Sat, 26 Jan 2019 10:54:37 +0000 Subject: [PATCH] Python port of libaxolotl-android MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit WWW: https://github.com/tgalal/python-axolotl PR: 233823 Submitted by: Goran Mekić --- security/Makefile | 1 + security/py-python-axolotl/Makefile | 23 +++++++++++++++++++++++ security/py-python-axolotl/distinfo | 3 +++ security/py-python-axolotl/pkg-descr | 3 +++ 4 files changed, 30 insertions(+) create mode 100644 security/py-python-axolotl/Makefile create mode 100644 security/py-python-axolotl/distinfo create mode 100644 security/py-python-axolotl/pkg-descr diff --git a/security/Makefile b/security/Makefile index de45a2cbf3e3..13afb7b270bb 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1011,6 +1011,7 @@ SUBDIR += py-pysaml2 SUBDIR += py-pyscard SUBDIR += py-pysha3 + SUBDIR += py-python-axolotl SUBDIR += py-python-axolotl-curve25519 SUBDIR += py-python-gnupg SUBDIR += py-python-jose diff --git a/security/py-python-axolotl/Makefile b/security/py-python-axolotl/Makefile new file mode 100644 index 000000000000..26fde72f300a --- /dev/null +++ b/security/py-python-axolotl/Makefile @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= python-axolotl +PORTVERSION= 0.1.42 +CATEGORIES= security python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= meka@tilda.center +COMMENT= Python port of libaxolotl-android + +LICENSE= GPLv3 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}python-axolotl-curve25519>=0:security/py-python-axolotl-curve25519@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}protobuf>=3.0:devel/py-protobuf@${PY_FLAVOR} + +USES= python:3.5+ +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include diff --git a/security/py-python-axolotl/distinfo b/security/py-python-axolotl/distinfo new file mode 100644 index 000000000000..b8e229634873 --- /dev/null +++ b/security/py-python-axolotl/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1542094058 +SHA256 (python-axolotl-0.1.42.tar.gz) = ef78c2efabcd4c33741669334bdda04710a3ef0e00b653f00127acff6460a7f0 +SIZE (python-axolotl-0.1.42.tar.gz) = 39472 diff --git a/security/py-python-axolotl/pkg-descr b/security/py-python-axolotl/pkg-descr new file mode 100644 index 000000000000..4f4dc8d460f4 --- /dev/null +++ b/security/py-python-axolotl/pkg-descr @@ -0,0 +1,3 @@ +Python port of libaxolotl-android + +WWW: https://github.com/tgalal/python-axolotl