Index: security/Makefile =================================================================== --- security/Makefile (revision 530519) +++ security/Makefile (working copy) @@ -838,6 +838,7 @@ SUBDIR += pwned-check SUBDIR += pxytest SUBDIR += py-PF + SUBDIR += py-PGPy SUBDIR += py-RestrictedPython SUBDIR += py-SecretStorage SUBDIR += py-YubiOTP Index: security/py-PGPy/Makefile =================================================================== --- security/py-PGPy/Makefile (nonexistent) +++ security/py-PGPy/Makefile (working copy) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= PGPy +PORTVERSION= 0.5.2 +CATEGORIES= security python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +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} + +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist concurrent distutils + +OPTIONS_DEFINE= DOCS + +DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sphinx-better-theme>0:textproc/py-sphinx-better-theme@${PY_FLAVOR} + +.include Property changes on: security/py-PGPy/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: security/py-PGPy/distinfo =================================================================== --- security/py-PGPy/distinfo (nonexistent) +++ security/py-PGPy/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1585942192 +SHA256 (PGPy-0.5.2.tar.gz) = a702668a8b8fb84889ecd840da63c9e323d19bc2132cc5478d534ede3ec49444 +SIZE (PGPy-0.5.2.tar.gz) = 73523 Property changes on: security/py-PGPy/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: security/py-PGPy/pkg-descr =================================================================== --- security/py-PGPy/pkg-descr (nonexistent) +++ security/py-PGPy/pkg-descr (working copy) @@ -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 Property changes on: security/py-PGPy/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property