Index | Thread | Search

From:
Stuart Henderson <stu@spacehopper.org>
Subject:
Re: [Update] devel/github-backup
To:
ports@openbsd.org
Date:
Thu, 18 Apr 2024 10:47:03 +0100

Download raw body.

Thread
OK sthen

On 2024/04/18 10:43, Laurence Tratt wrote:
> A mostly-trivial update to devel/github-backup, though explicitly disabling
> tests since, to quote the readme, "This project currently contains no unit
> tests.", causing `make test` to error.
> 
> 
> Laurie
> 
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/devel/github-backup/Makefile,v
> diff -u -p -u -r1.15 Makefile
> --- Makefile	15 Aug 2023 10:21:13 -0000	1.15
> +++ Makefile	18 Apr 2024 09:23:27 -0000
> @@ -1,6 +1,6 @@
>  COMMENT =	 backup a github user or organization
>  
> -MODPY_EGG_VERSION =	0.43.1
> +MODPY_EGG_VERSION =	0.45.1
>  PKGNAME =	github-backup-${MODPY_EGG_VERSION}
>  
>  GH_ACCOUNT =	josegonzalez
> @@ -16,5 +16,7 @@ PERMIT_PACKAGE =	Yes
>  
>  MODULES =		lang/python
>  MODPY_PYBUILD =		setuptools
> +
> +NO_TEST =		Yes
>  
>  .include <bsd.port.mk>
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/devel/github-backup/distinfo,v
> diff -u -p -u -r1.6 distinfo
> --- distinfo	15 Aug 2023 10:21:13 -0000	1.6
> +++ distinfo	18 Apr 2024 09:23:27 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (python-github-backup-0.43.1.tar.gz) = nbAzjAbxbMXWyCqawpkyvS8SMKQleSa69+DsbSSNXow=
> -SIZE (python-github-backup-0.43.1.tar.gz) = 26723
> +SHA256 (python-github-backup-0.45.1.tar.gz) = bw6n21XPs/wcwHYNi3K9u4uBvZ4I90HfEMBNVLk8fwU=
> +SIZE (python-github-backup-0.45.1.tar.gz) = 35472
>