pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

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



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%NetBSD.org@localhost>
Pushed By:	ng0
Date:		Sat Oct 26 15:14:29 2019 +0000
Changeset:	ddc09b41175c94cc98c788f3c006df30a5a4716b

Modified Files:
	Makefile
Added Files:
	py-potr/DESCR
	py-potr/Makefile
	py-potr/PLIST
	py-potr/distinfo

Log Message:
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.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ddc09b41175c94cc98c788f3c006df30a5a4716b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile         |  1 +
 py-potr/DESCR    |  3 +++
 py-potr/Makefile | 18 ++++++++++++++++++
 py-potr/PLIST    | 30 ++++++++++++++++++++++++++++++
 py-potr/distinfo |  6 ++++++
 5 files changed, 58 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 41c3833fa3..36e600d941 100644
--- a/Makefile
+++ b/Makefile
@@ -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
diff --git a/py-potr/DESCR b/py-potr/DESCR
new file mode 100644
index 0000000000..54ae8f8c09
--- /dev/null
+++ b/py-potr/DESCR
@@ -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.
diff --git a/py-potr/Makefile b/py-potr/Makefile
new file mode 100644
index 0000000000..95860d0860
--- /dev/null
+++ b/py-potr/Makefile
@@ -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@localhost
+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"
diff --git a/py-potr/PLIST b/py-potr/PLIST
new file mode 100644
index 0000000000..29a5030d9c
--- /dev/null
+++ b/py-potr/PLIST
@@ -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
diff --git a/py-potr/distinfo b/py-potr/distinfo
new file mode 100644
index 0000000000..49b78cb4e2
--- /dev/null
+++ b/py-potr/distinfo
@@ -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


Home | Main Index | Thread Index | Old Index