pkgsrc-WIP-changes archive

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

py-olm: import py-olm-3.2.2 as wip/py-olm



Module Name:	pkgsrc-wip
Committed By:	snow flurry <snow%datagirl.xyz@localhost>
Pushed By:	flurry
Date:		Tue Aug 17 16:30:23 2021 -0700
Changeset:	69944dea1ca54834434997e4837e9cd09b6f68cd

Added Files:
	py-olm/DESCR
	py-olm/Makefile
	py-olm/PLIST
	py-olm/distinfo

Log Message:
py-olm: import py-olm-3.2.2 as wip/py-olm

Python bindings for Olm.

(Using 3.2.2 since that's what's in pkgsrc/security/olm)

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

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

diffstat:
 py-olm/DESCR    |  1 +
 py-olm/Makefile | 17 +++++++++++++++++
 py-olm/PLIST    | 38 ++++++++++++++++++++++++++++++++++++++
 py-olm/distinfo |  6 ++++++
 4 files changed, 62 insertions(+)

diffs:
diff --git a/py-olm/DESCR b/py-olm/DESCR
new file mode 100644
index 0000000000..de7ccfc922
--- /dev/null
+++ b/py-olm/DESCR
@@ -0,0 +1 @@
+Python bindings for Olm.
diff --git a/py-olm/Makefile b/py-olm/Makefile
new file mode 100644
index 0000000000..ce35eae0ad
--- /dev/null
+++ b/py-olm/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME=	olm-3.2.2
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	security python
+MASTER_SITES=	https://gitlab.matrix.org/matrix-org/olm/-/archive/3.2.2/
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://gitlab.matrix.org/matrix-org/olm/-/archive/3.2.2/
+COMMENT=	Olm bindings for Python
+LICENSE=	apache-2.0
+
+WRKSRC=		${WRKDIR}/${DISTNAME}/python
+
+.include "../../security/olm/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-olm/PLIST b/py-olm/PLIST
new file mode 100644
index 0000000000..f8e3ac244e
--- /dev/null
+++ b/py-olm/PLIST
@@ -0,0 +1,38 @@
+@comment $NetBSD$
+${PYSITELIB}/_libolm.abi3.so
+${PYSITELIB}/olm/__init__.py
+${PYSITELIB}/olm/__init__.pyc
+${PYSITELIB}/olm/__init__.pyo
+${PYSITELIB}/olm/__version__.py
+${PYSITELIB}/olm/__version__.pyc
+${PYSITELIB}/olm/__version__.pyo
+${PYSITELIB}/olm/_compat.py
+${PYSITELIB}/olm/_compat.pyc
+${PYSITELIB}/olm/_compat.pyo
+${PYSITELIB}/olm/_finalize.py
+${PYSITELIB}/olm/_finalize.pyc
+${PYSITELIB}/olm/_finalize.pyo
+${PYSITELIB}/olm/account.py
+${PYSITELIB}/olm/account.pyc
+${PYSITELIB}/olm/account.pyo
+${PYSITELIB}/olm/group_session.py
+${PYSITELIB}/olm/group_session.pyc
+${PYSITELIB}/olm/group_session.pyo
+${PYSITELIB}/olm/pk.py
+${PYSITELIB}/olm/pk.pyc
+${PYSITELIB}/olm/pk.pyo
+${PYSITELIB}/olm/sas.py
+${PYSITELIB}/olm/sas.pyc
+${PYSITELIB}/olm/sas.pyo
+${PYSITELIB}/olm/session.py
+${PYSITELIB}/olm/session.pyc
+${PYSITELIB}/olm/session.pyo
+${PYSITELIB}/olm/utility.py
+${PYSITELIB}/olm/utility.pyc
+${PYSITELIB}/olm/utility.pyo
+${PYSITELIB}/python_${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/python_${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/python_${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/python_${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/python_${EGG_INFODIR}/requires.txt
+${PYSITELIB}/python_${EGG_INFODIR}/top_level.txt
diff --git a/py-olm/distinfo b/py-olm/distinfo
new file mode 100644
index 0000000000..8dbb52a157
--- /dev/null
+++ b/py-olm/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (olm-3.2.2.tar.gz) = 8520ad0842dbadfd11c971866e05dd3bdcc6da63
+RMD160 (olm-3.2.2.tar.gz) = 887cdd5f0ab2dac968956f3f0f92facad335a6db
+SHA512 (olm-3.2.2.tar.gz) = 4af945ee0a2d4c08c03e6706c7cb3d59ca0fcdd06acf9501ee2a22761153a6e2f7c12eb4d119663a8b5b2bc34556fe429d02362492938e4f1832e28cfe991ef7
+Size (olm-3.2.2.tar.gz) = 537337 bytes


Home | Main Index | Thread Index | Old Index