On 2026/05/21 12:28, Aaron Bieber wrote:
> 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:

you can't change the contents of a distfile unless you change the
filename, it breaks things for bulk builds.

> 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).

might be simpler to commit it alongside the update (at least the lxmf
one), otherwise you need to mess about with DISTFILES {url} syntax.

> 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

Reply via email to