1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Python wrapper for curve25519 library with ed25519 signatures.

WWW: https://github.com/tgalal/python-axolotl-curve25519

PR:		233822
Submitted by:	meka@tilda.center
This commit is contained in:
Ruslan Makhmatkhanov 2019-01-26 10:52:11 +00:00
parent 2ddbbe12d5
commit 0e795c5892
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491261
4 changed files with 28 additions and 0 deletions

View File

@ -1011,6 +1011,7 @@
SUBDIR += py-pysaml2
SUBDIR += py-pyscard
SUBDIR += py-pysha3
SUBDIR += py-python-axolotl-curve25519
SUBDIR += py-python-gnupg
SUBDIR += py-python-jose
SUBDIR += py-python-nss

View File

@ -0,0 +1,21 @@
# $FreeBSD$
PORTNAME= python-axolotl-curve25519
PORTVERSION= 0.4.1
DISTVERSIONSUFFIX= .post2
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= meka@tilda.center
COMMENT= Python wrapper for curve25519 with ed25519 signatures
LICENSE= GPLv3
USES= python
USE_PYTHON= autoplist distutils
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/axolotl_curve25519.so
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1544094441
SHA256 (python-axolotl-curve25519-0.4.1.post2.tar.gz) = 0705a66297ebd2f508a60dc94e22881c754301eb81db93963322f6b3bdcb63a3
SIZE (python-axolotl-curve25519-0.4.1.post2.tar.gz) = 79941

View File

@ -0,0 +1,3 @@
Python wrapper for curve25519 library with ed25519 signatures.
WWW: https://github.com/tgalal/python-axolotl-curve25519