mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
Python OpenSSL wrapper. For modern cryptography with ECC, AES, HMAC,
Blowfish, ... WWW: https://github.com/yann2192/pyelliptic PR: 201390 Submitted by: yuri@rawbw.com
This commit is contained in:
parent
ee7ece749d
commit
051885751b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402990
@ -848,6 +848,7 @@
|
||||
SUBDIR += py-pycrypto
|
||||
SUBDIR += py-pycryptopp
|
||||
SUBDIR += py-pydeep
|
||||
SUBDIR += py-pyelliptic
|
||||
SUBDIR += py-pylibacl
|
||||
SUBDIR += py-pyme
|
||||
SUBDIR += py-pyptlib
|
||||
|
24
security/py-pyelliptic/Makefile
Normal file
24
security/py-pyelliptic/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# Created by: Yuri Victorovich <yuri@rawbw.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pyelliptic
|
||||
PORTVERSION= 1.5.6
|
||||
CATEGORIES= security python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= yuri@rawbw.com
|
||||
COMMENT= Python OpenSSL wrapper
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0:${PORTSDIR}/security/py-openssl
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= yann2192
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
security/py-pyelliptic/distinfo
Normal file
2
security/py-pyelliptic/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (yann2192-pyelliptic-1.5.6_GH0.tar.gz) = 00ef8c16c4b542dcb8bd6cf7b59f823d4c3f32ac6de46a8d97dfd0176c14f8c4
|
||||
SIZE (yann2192-pyelliptic-1.5.6_GH0.tar.gz) = 11567
|
4
security/py-pyelliptic/pkg-descr
Normal file
4
security/py-pyelliptic/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Python OpenSSL wrapper. For modern cryptography with ECC, AES, HMAC,
|
||||
Blowfish, ...
|
||||
|
||||
WWW: https://github.com/yann2192/pyelliptic
|
Loading…
Reference in New Issue
Block a user