Add security/py-pgpy: Pretty Good Privacy for Python

PGPy is a Python (2 and 3) library for implementing Pretty Good Privacy into
Python programs, conforming to the OpenPGP specification per RFC 4880.

WWW: https://github.com/SecurityInnovation/PGPy

PR:		245335
Submitted by:	contact@evilham.com
This commit is contained in:
Danilo G. Baio 2020-04-25 15:39:57 +00:00
parent 862110f54b
commit 80e49d7873
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532957
4 changed files with 33 additions and 0 deletions

View File

@ -934,6 +934,7 @@
SUBDIR += py-passlib
SUBDIR += py-pbkdf2
SUBDIR += py-pgpdump
SUBDIR += py-pgpy
SUBDIR += py-plaso
SUBDIR += py-potr
SUBDIR += py-pyaes

25
security/py-pgpy/Makefile Normal file
View File

@ -0,0 +1,25 @@
# $FreeBSD$
PORTNAME= pgpy
PORTVERSION= 0.5.2
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PGPy-${PORTVERSION}
MAINTAINER= contact@evilham.com
COMMENT= Pretty Good Privacy for Python
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=2.6:security/py-cryptography@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1585942192
SHA256 (PGPy-0.5.2.tar.gz) = a702668a8b8fb84889ecd840da63c9e323d19bc2132cc5478d534ede3ec49444
SIZE (PGPy-0.5.2.tar.gz) = 73523

View File

@ -0,0 +1,4 @@
PGPy is a Python (2 and 3) library for implementing Pretty Good Privacy into
Python programs, conforming to the OpenPGP specification per RFC 4880.
WWW: https://github.com/SecurityInnovation/PGPy