Add py-sshpubkeys 3.1.0

sshpubkeys provides a native implementation for validating OpenSSH public keys.

WWW: https://github.com/ojarva/python-sshpubkeys
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-11-06 11:12:02 +00:00
parent bfd638fbb3
commit cbcbe4f066
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=554186
4 changed files with 30 additions and 0 deletions

View File

@ -988,6 +988,7 @@
SUBDIR += py-spake2
SUBDIR += py-ssh
SUBDIR += py-ssh-audit
SUBDIR += py-sshpubkeys
SUBDIR += py-stem
SUBDIR += py-stix
SUBDIR += py-stix2

View File

@ -0,0 +1,23 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= sshpubkeys
PORTVERSION= 3.1.0
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= SSH public key parser
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=2.1.4:security/py-cryptography@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ecdsa>=0.13:security/py-ecdsa@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1604480700
SHA256 (sshpubkeys-3.1.0.tar.gz) = b388399caeeccdc145f06fd0d2665eeecc545385c60b55c282a15a022215af80
SIZE (sshpubkeys-3.1.0.tar.gz) = 10597

View File

@ -0,0 +1,3 @@
sshpubkeys provides a native implementation for validating OpenSSH public keys.
WWW: https://github.com/ojarva/python-sshpubkeys