Thursday, May 21, 2026

Switch to new upstream for net/nomadnet, net/py-lxmf and net/py-rns

Hi, this update has no functional change, just stuff around DISTFILES. Switch source fetching to my server. This is because the RNS stuff will likely switch to distribution via rns only (as mentioned here https://github.com/markqvist/Reticulum/releases/tag/1.2.5 ). The lxmf dist file changed, because of some manual bits being moved around: > diff -ur a/Makefile b/Makefile > --- a/Makefile Tue May 19 15:55:45 2026 > +++ b/Makefile Thu Nov 27 10:10:02 2025 > @@ -23,7 +23,7 @@ > > build_spkg: remove_symlinks build_sdist create_symlinks > > -release: remove_symlinks build_wheel build_spkg create_symlinks > +release: remove_symlinks build_wheel create_symlinks > > upload: > @echo Uploading to PyPi... Files can be fetched verified using `rngit` (part of rns), then compared to the ones hosted on my server: rngit release rns://7649a50d84610232d1416b41d2896aff/reticulum/reticulum fetch latest:all --signer bc7291552be7a58f361522990465165c Once this is in I'll update to the newer versions of things (rns 1.3.0 and lxmf 0.9.9 and there will probably be a nomadnet release by then too :P). OK?


diff --git a/net/nomadnet/Makefile b/net/nomadnet/Makefile
index 5f3e8b4c0c4..b6f2b407765 100644
--- a/net/nomadnet/Makefile
+++ b/net/nomadnet/Makefile
@@ -15,7 +15,7 @@ PERMIT_PACKAGE =	Yes
 
 MODULES =		lang/python
 
-MODPY_PI =		Yes
+SITES =			https://deftly.net/dist/
 MODPY_PYBUILD =		setuptools
 
 NO_TEST =		Yes
diff --git a/net/py-lxmf/Makefile b/net/py-lxmf/Makefile
index cce36a8dc6f..606ecca9e50 100644
--- a/net/py-lxmf/Makefile
+++ b/net/py-lxmf/Makefile
@@ -15,7 +15,7 @@ PERMIT_PACKAGE =	Yes
 
 MODULES =		lang/python
 
-MODPY_PI =		Yes
+SITES =			https://deftly.net/dist/
 MODPY_PYBUILD =		setuptools
 
 NO_TEST =		Yes
diff --git a/net/py-lxmf/distinfo b/net/py-lxmf/distinfo
index 4835dc71535..983b0b6336e 100644
--- a/net/py-lxmf/distinfo
+++ b/net/py-lxmf/distinfo
@@ -1,2 +1,2 @@
-SHA256 (lxmf-0.9.8.tar.gz) = MPOfOpdaBJwS7iz86zJh0ky1reyIHGgh9zVEZLPzZQw=
-SIZE (lxmf-0.9.8.tar.gz) = 70529
+SHA256 (lxmf-0.9.8.tar.gz) = Scr90lM7rtPC2cimeH609lZmwX6tp9+TyBj317HbHtc=
+SIZE (lxmf-0.9.8.tar.gz) = 70535
diff --git a/net/py-rns/Makefile b/net/py-rns/Makefile
index 280776cc3b3..078764be964 100644
--- a/net/py-rns/Makefile
+++ b/net/py-rns/Makefile
@@ -15,7 +15,7 @@ PERMIT_PACKAGE =	Yes
 
 MODULES =		lang/python
 
-MODPY_PI =		Yes
+SITES =			https://deftly.net/dist/
 MODPY_PYBUILD =		setuptools
 
 MODPY_PYTEST_ARGS =	-v tests/all.py

No comments:

Post a Comment