py-potr: import py-potr 1.0.2 as wip/py-potr

python-otr is a pure Python OTR implementation; it does not bind to libotr.
According to the developers it is experimental and potentially insecure,
you should not rely on it.
This commit is contained in:
ng0 2019-10-26 15:14:29 +00:00
parent b6c74a8e7a
commit ddc09b4117
5 changed files with 58 additions and 0 deletions

View File

@ -3823,6 +3823,7 @@ SUBDIR+= py-poppy
SUBDIR+= py-poster
SUBDIR+= py-postmarkup
SUBDIR+= py-pot
SUBDIR+= py-potr
SUBDIR+= py-pp
SUBDIR+= py-prayertime
SUBDIR+= py-prel

3
py-potr/DESCR Normal file
View File

@ -0,0 +1,3 @@
python-otr is a pure Python OTR implementation; it does not bind to libotr.
According to the developers it is experimental and potentially insecure,
you should not rely on it.

18
py-potr/Makefile Normal file
View File

@ -0,0 +1,18 @@
# $NetBSD$
DISTNAME= python-potr-1.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
CATEGORIES= python devel security
MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-potr/}
MAINTAINER= ng0@NetBSD.org
HOMEPAGE= https://github.com/python-otr/pure-python-otr
COMMENT= Off-The-Record protocol implementation in Python
LICENSE= gnu-lgpl-v3
DEPENDS+= ${PYPKGPREFIX}-crypto-[0-9]*:../../security/py-crypto
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

30
py-potr/PLIST Normal file
View File

@ -0,0 +1,30 @@
@comment $NetBSD$
${PYSITELIB}/potr/__init__.py
${PYSITELIB}/potr/__init__.pyo
${PYSITELIB}/potr/__init__.pyc
${PYSITELIB}/potr/context.pyo
${PYSITELIB}/potr/context.pyc
${PYSITELIB}/potr/crypt.pyo
${PYSITELIB}/potr/crypt.pyc
${PYSITELIB}/potr/proto.pyo
${PYSITELIB}/potr/proto.pyc
${PYSITELIB}/potr/utils.pyo
${PYSITELIB}/potr/utils.pyc
${PYSITELIB}/potr/compatcrypto/__init__.py
${PYSITELIB}/potr/compatcrypto/__init__.pyo
${PYSITELIB}/potr/compatcrypto/__init__.pyc
${PYSITELIB}/potr/compatcrypto/common.pyo
${PYSITELIB}/potr/compatcrypto/common.pyc
${PYSITELIB}/potr/compatcrypto/pycrypto.pyo
${PYSITELIB}/potr/compatcrypto/pycrypto.pyc
${PYSITELIB}/potr/compatcrypto/common.py
${PYSITELIB}/potr/compatcrypto/pycrypto.py
${PYSITELIB}/potr/context.py
${PYSITELIB}/potr/crypt.py
${PYSITELIB}/potr/proto.py
${PYSITELIB}/potr/utils.py
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt

6
py-potr/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (python-potr-1.0.2.tar.gz) = b06b00ce6a677e385ed163a76b035565cd19bc6f
RMD160 (python-potr-1.0.2.tar.gz) = cc81d3c489a0b0158b4bede2f30f18156b40ed85
SHA512 (python-potr-1.0.2.tar.gz) = 1c51ae194211b6d645af95f7cb59b5d27830bbd8f0f71e99236f10b95eae0454bf37cebe32cf9a2d0b4fe049c29e1297d81c55b7073084d1129089e768508ed1
Size (python-potr-1.0.2.tar.gz) = 21077 bytes