pkgsrc-WIP-changes archive

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

Add py-lxmf 0.3.1



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Mon Feb 20 18:41:56 2023 -0500
Changeset:	27e038045766fedc6631fba420d010edc1450aed

Added Files:
	py-lxmf/DESCR
	py-lxmf/Makefile
	py-lxmf/PLIST
	py-lxmf/TODO
	py-lxmf/distinfo

Log Message:
Add py-lxmf 0.3.1

LXMF is a simple and flexible messaging format and delivery protocol
that allows a wide variety of implementations, while using as little
bandwidth as possible. It is built on top of
[Reticulum](https://reticulum.network) and offers zero-conf message
routing, end-to-end encryption and Forward Secrecy, and can be
transported over any kind of medium that Reticulum supports.

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

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

diffstat:
 py-lxmf/DESCR    |  6 ++++++
 py-lxmf/Makefile | 18 ++++++++++++++++++
 py-lxmf/PLIST    | 32 ++++++++++++++++++++++++++++++++
 py-lxmf/TODO     |  4 ++++
 py-lxmf/distinfo |  5 +++++
 5 files changed, 65 insertions(+)

diffs:
diff --git a/py-lxmf/DESCR b/py-lxmf/DESCR
new file mode 100644
index 0000000000..036f813bb1
--- /dev/null
+++ b/py-lxmf/DESCR
@@ -0,0 +1,6 @@
+LXMF is a simple and flexible messaging format and delivery protocol
+that allows a wide variety of implementations, while using as little
+bandwidth as possible. It is built on top of
+[Reticulum](https://reticulum.network) and offers zero-conf message
+routing, end-to-end encryption and Forward Secrecy, and can be
+transported over any kind of medium that Reticulum supports.
diff --git a/py-lxmf/Makefile b/py-lxmf/Makefile
new file mode 100644
index 0000000000..4d20913fcf
--- /dev/null
+++ b/py-lxmf/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	lxmf-0.3.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	comms python
+MASTER_SITES=	${MASTER_SITE_PYPI:=l/lxmf/}
+
+MAINTAINER=	gdt%lexort.com@localhost
+HOMEPAGE=	https://github.com/markqvist/lxmf
+COMMENT=	Lightweight Extensible Message Format for Reticulum
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-rns>=0.4.7:../../wip/py-rns
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-lxmf/PLIST b/py-lxmf/PLIST
new file mode 100644
index 0000000000..764444bd63
--- /dev/null
+++ b/py-lxmf/PLIST
@@ -0,0 +1,32 @@
+@comment $NetBSD$
+bin/lxmd
+${PYSITELIB}/LXMF/Handlers.py
+${PYSITELIB}/LXMF/Handlers.pyc
+${PYSITELIB}/LXMF/Handlers.pyo
+${PYSITELIB}/LXMF/LXMF.py
+${PYSITELIB}/LXMF/LXMF.pyc
+${PYSITELIB}/LXMF/LXMF.pyo
+${PYSITELIB}/LXMF/LXMPeer.py
+${PYSITELIB}/LXMF/LXMPeer.pyc
+${PYSITELIB}/LXMF/LXMPeer.pyo
+${PYSITELIB}/LXMF/LXMRouter.py
+${PYSITELIB}/LXMF/LXMRouter.pyc
+${PYSITELIB}/LXMF/LXMRouter.pyo
+${PYSITELIB}/LXMF/LXMessage.py
+${PYSITELIB}/LXMF/LXMessage.pyc
+${PYSITELIB}/LXMF/LXMessage.pyo
+${PYSITELIB}/LXMF/Utilities/lxmd.py
+${PYSITELIB}/LXMF/Utilities/lxmd.pyc
+${PYSITELIB}/LXMF/Utilities/lxmd.pyo
+${PYSITELIB}/LXMF/__init__.py
+${PYSITELIB}/LXMF/__init__.pyc
+${PYSITELIB}/LXMF/__init__.pyo
+${PYSITELIB}/LXMF/_version.py
+${PYSITELIB}/LXMF/_version.pyc
+${PYSITELIB}/LXMF/_version.pyo
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
diff --git a/py-lxmf/TODO b/py-lxmf/TODO
new file mode 100644
index 0000000000..14ac0693ed
--- /dev/null
+++ b/py-lxmf/TODO
@@ -0,0 +1,4 @@
+  - resolve test failures
+  - test with an app
+  
+  
\ No newline at end of file
diff --git a/py-lxmf/distinfo b/py-lxmf/distinfo
new file mode 100644
index 0000000000..c545141da5
--- /dev/null
+++ b/py-lxmf/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (lxmf-0.3.1.tar.gz) = 244d8188f803b762f26d44b7bdb03f6140ce93322f318d346d1620b809929c2c
+SHA512 (lxmf-0.3.1.tar.gz) = cc3d5bea069a61fc1b43dfe2ab112d080306ca4af55f88d6c86cd75e75c977ccc76bdc7634366957764f3e5c9201bb5a83a162b6b2ad984e235bdab7036ba7a0
+Size (lxmf-0.3.1.tar.gz) = 30485 bytes


Home | Main Index | Thread Index | Old Index