mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +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:
parent
2ddbbe12d5
commit
0e795c5892
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491261
@ -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
|
||||
|
21
security/py-python-axolotl-curve25519/Makefile
Normal file
21
security/py-python-axolotl-curve25519/Makefile
Normal 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>
|
3
security/py-python-axolotl-curve25519/distinfo
Normal file
3
security/py-python-axolotl-curve25519/distinfo
Normal 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
|
3
security/py-python-axolotl-curve25519/pkg-descr
Normal file
3
security/py-python-axolotl-curve25519/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Python wrapper for curve25519 library with ed25519 signatures.
|
||||
|
||||
WWW: https://github.com/tgalal/python-axolotl-curve25519
|
Loading…
Reference in New Issue
Block a user