aboutsummaryrefslogtreecommitdiff
path: root/security/py-python-axolotl
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2019-01-26 10:54:37 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2019-01-26 10:54:37 +0000
commit2172675f1f6b7b93ad0e878db914dc4aada7f14c (patch)
tree61dde773c3e0a2435c0fd624579704616be3a69f /security/py-python-axolotl
parent6efcd32b9a53c0e4a6736932dec6675a9a3ad0a0 (diff)
downloadports-2172675f1f6b7b93ad0e878db914dc4aada7f14c.tar.gz
ports-2172675f1f6b7b93ad0e878db914dc4aada7f14c.zip
Notes
Diffstat (limited to 'security/py-python-axolotl')
-rw-r--r--security/py-python-axolotl/Makefile23
-rw-r--r--security/py-python-axolotl/distinfo3
-rw-r--r--security/py-python-axolotl/pkg-descr3
3 files changed, 29 insertions, 0 deletions
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 <bsd.port.mk>
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