Re: [Update] devel/github-backup

2024-04-18 Thread Stuart Henderson
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 -  1.15
> +++ Makefile  18 Apr 2024 09:23:27 -
> @@ -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 
> 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 -  1.6
> +++ distinfo  18 Apr 2024 09:23:27 -
> @@ -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
> 



[Update] devel/github-backup

2024-04-18 Thread Laurence Tratt
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
--- Makefile15 Aug 2023 10:21:13 -  1.15
+++ Makefile18 Apr 2024 09:23:27 -
@@ -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 
Index: distinfo
===
RCS file: /cvs/ports/devel/github-backup/distinfo,v
diff -u -p -u -r1.6 distinfo
--- distinfo15 Aug 2023 10:21:13 -  1.6
+++ distinfo18 Apr 2024 09:23:27 -
@@ -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



Re: [Update] devel/github-backup

2023-08-15 Thread Omar Polo
On 2023/08/15 09:44:59 +0100, Laurence Tratt  wrote:
> On Sat, Jul 29, 2023 at 08:00:55AM +0100, Laurence Tratt wrote:
> 
> Looking for OKs for this update.

committed, thanks!

> Laurie
> 
> > This updates devel/github-backup (by several versions) to the latest 
> > version.
> > Tested in several situations where I use GitHub backups.
> > 
> > 
> > Laurie
> > 
> > 
> > diff --git devel/github-backup/Makefile devel/github-backup/Makefile
> > index 94c06944a39..3fd54ae871c 100644
> > --- devel/github-backup/Makefile
> > +++ devel/github-backup/Makefile
> > @@ -1,8 +1,7 @@
> >  COMMENT =   backup a github user or organization
> >  
> > -MODPY_EGG_VERSION =0.33.0
> > +MODPY_EGG_VERSION =0.43.1
> >  PKGNAME =  github-backup-${MODPY_EGG_VERSION}
> > -REVISION = 2
> >  
> >  GH_ACCOUNT =   josegonzalez
> >  GH_PROJECT =   python-github-backup
> > diff --git devel/github-backup/distinfo devel/github-backup/distinfo
> > index f7ad1766a08..cc27230affa 100644
> > --- devel/github-backup/distinfo
> > +++ devel/github-backup/distinfo
> > @@ -1,2 +1,2 @@
> > -SHA256 (python-github-backup-0.33.0.tar.gz) = 
> > cHsqn5Hyy+WQJxCYabZWgEUAraihSH5j0lkIK6rRxjY=
> > -SIZE (python-github-backup-0.33.0.tar.gz) = 21775
> > +SHA256 (python-github-backup-0.43.1.tar.gz) = 
> > nbAzjAbxbMXWyCqawpkyvS8SMKQleSa69+DsbSSNXow=
> > +SIZE (python-github-backup-0.43.1.tar.gz) = 26723
> > 




Re: [Update] devel/github-backup

2023-08-15 Thread Laurence Tratt
On Sat, Jul 29, 2023 at 08:00:55AM +0100, Laurence Tratt wrote:

Looking for OKs for this update.


Laurie

> This updates devel/github-backup (by several versions) to the latest version.
> Tested in several situations where I use GitHub backups.
> 
> 
> Laurie
> 
> 
> diff --git devel/github-backup/Makefile devel/github-backup/Makefile
> index 94c06944a39..3fd54ae871c 100644
> --- devel/github-backup/Makefile
> +++ devel/github-backup/Makefile
> @@ -1,8 +1,7 @@
>  COMMENT = backup a github user or organization
>  
> -MODPY_EGG_VERSION =  0.33.0
> +MODPY_EGG_VERSION =  0.43.1
>  PKGNAME =github-backup-${MODPY_EGG_VERSION}
> -REVISION =   2
>  
>  GH_ACCOUNT = josegonzalez
>  GH_PROJECT = python-github-backup
> diff --git devel/github-backup/distinfo devel/github-backup/distinfo
> index f7ad1766a08..cc27230affa 100644
> --- devel/github-backup/distinfo
> +++ devel/github-backup/distinfo
> @@ -1,2 +1,2 @@
> -SHA256 (python-github-backup-0.33.0.tar.gz) = 
> cHsqn5Hyy+WQJxCYabZWgEUAraihSH5j0lkIK6rRxjY=
> -SIZE (python-github-backup-0.33.0.tar.gz) = 21775
> +SHA256 (python-github-backup-0.43.1.tar.gz) = 
> nbAzjAbxbMXWyCqawpkyvS8SMKQleSa69+DsbSSNXow=
> +SIZE (python-github-backup-0.43.1.tar.gz) = 26723
> 



[Update] devel/github-backup

2023-07-29 Thread Laurence Tratt
This updates devel/github-backup (by several versions) to the latest version.
Tested in several situations where I use GitHub backups.


Laurie


diff --git devel/github-backup/Makefile devel/github-backup/Makefile
index 94c06944a39..3fd54ae871c 100644
--- devel/github-backup/Makefile
+++ devel/github-backup/Makefile
@@ -1,8 +1,7 @@
 COMMENT =   backup a github user or organization
 
-MODPY_EGG_VERSION =0.33.0
+MODPY_EGG_VERSION =0.43.1
 PKGNAME =  github-backup-${MODPY_EGG_VERSION}
-REVISION = 2
 
 GH_ACCOUNT =   josegonzalez
 GH_PROJECT =   python-github-backup
diff --git devel/github-backup/distinfo devel/github-backup/distinfo
index f7ad1766a08..cc27230affa 100644
--- devel/github-backup/distinfo
+++ devel/github-backup/distinfo
@@ -1,2 +1,2 @@
-SHA256 (python-github-backup-0.33.0.tar.gz) = 
cHsqn5Hyy+WQJxCYabZWgEUAraihSH5j0lkIK6rRxjY=
-SIZE (python-github-backup-0.33.0.tar.gz) = 21775
+SHA256 (python-github-backup-0.43.1.tar.gz) = 
nbAzjAbxbMXWyCqawpkyvS8SMKQleSa69+DsbSSNXow=
+SIZE (python-github-backup-0.43.1.tar.gz) = 26723



UPDATE: devel/github-backup

2020-07-15 Thread Laurence Tratt
A very simple maintainer update for devel/github-backup. Tested and working
fine for me!


Laurie


Index: Makefile
===
RCS file: /cvs/ports/devel/github-backup/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile3 Jul 2020 21:12:38 -   1.8
+++ Makefile15 Jul 2020 20:20:18 -
@@ -2,9 +2,8 @@
 
 COMMENT =   backup a github user or organization
 
-MODPY_EGG_VERSION =0.31.0
+MODPY_EGG_VERSION =0.33.0
 PKGNAME =  github-backup-${MODPY_EGG_VERSION}
-REVISION = 0
 
 GH_ACCOUNT =   josegonzalez
 GH_PROJECT =   python-github-backup
Index: distinfo
===
RCS file: /cvs/ports/devel/github-backup/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo5 Mar 2020 17:38:11 -   1.4
+++ distinfo15 Jul 2020 20:20:18 -
@@ -1,2 +1,2 @@
-SHA256 (python-github-backup-0.31.0.tar.gz) = 
OMiS7eS0CExRrO4r1MQgVeoFJ/sYKsvE+YHTV6pZ0nQ=
-SIZE (python-github-backup-0.31.0.tar.gz) = 21320
+SHA256 (python-github-backup-0.33.0.tar.gz) = 
cHsqn5Hyy+WQJxCYabZWgEUAraihSH5j0lkIK6rRxjY=
+SIZE (python-github-backup-0.33.0.tar.gz) = 21775



UPDATE: devel/github-backup

2020-03-05 Thread Laurence Tratt
A relatively simple maintainer update for devel/github-backup. Despite the
big version number leap, this is really just due to a sequence of minor bug
fixes: it works well for me.


Laurie


Index: Makefile
===
RCS file: /cvs/ports/devel/github-backup/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile12 Jul 2019 20:44:09 -  1.6
+++ Makefile5 Mar 2020 17:29:22 -
@@ -2,9 +2,8 @@
 
 COMMENT =   backup a github user or organization
 
-MODPY_EGG_VERSION =0.22.2
+MODPY_EGG_VERSION =0.31.0
 PKGNAME =  github-backup-${MODPY_EGG_VERSION}
-REVISION = 1
 
 GH_ACCOUNT =   josegonzalez
 GH_PROJECT =   python-github-backup
Index: distinfo
===
RCS file: /cvs/ports/devel/github-backup/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo17 Apr 2019 09:40:27 -  1.3
+++ distinfo5 Mar 2020 17:29:22 -
@@ -1,2 +1,2 @@
-SHA256 (python-github-backup-0.22.2.tar.gz) = 
UzVLNLV+0pQvVAqUkfu5HAgzeGPBT6zPN5rdlKojSIQ=
-SIZE (python-github-backup-0.22.2.tar.gz) = 17138
+SHA256 (python-github-backup-0.31.0.tar.gz) = 
OMiS7eS0CExRrO4r1MQgVeoFJ/sYKsvE+YHTV6pZ0nQ=
+SIZE (python-github-backup-0.31.0.tar.gz) = 21320
Index: pkg/PLIST
===
RCS file: /cvs/ports/devel/github-backup/pkg/PLIST,v
retrieving revision 1.2
diff -u -r1.2 PLIST
--- pkg/PLIST   19 Apr 2019 10:30:58 -  1.2
+++ pkg/PLIST   5 Mar 2020 17:29:22 -
@@ -8,5 +8,7 @@
 
lib/python${MODPY_VERSION}/site-packages/github_backup-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
 
lib/python${MODPY_VERSION}/site-packages/github_backup-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/zip-safe
 lib/python${MODPY_VERSION}/site-packages/github_backup/__init__.py
-lib/python${MODPY_VERSION}/site-packages/github_backup/${MODPY_PYCACHE}/
+${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/github_backup/${MODPY_PYCACHE}/
 
lib/python${MODPY_VERSION}/site-packages/github_backup/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/github_backup/${MODPY_PYCACHE}github_backup.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/github_backup/github_backup.py



Re: UPDATE: devel/github-backup

2019-04-18 Thread Laurence Tratt
On Wed, Apr 17, 2019 at 10:42:55AM +0100, Stuart Henderson wrote:

Hello Stuart,

>> A trivial maintainer update to github-backup.
> I see py3 is supported, would it make sense to switch?

Yes, that's probably a good idea. I've tested your patch and things work
fine, so I think it should be committed.


Laurie



Re: UPDATE: devel/github-backup

2019-04-17 Thread Stuart Henderson
On 2019/04/17 09:38, Laurence Tratt wrote:
> A trivial maintainer update to github-backup.
> 
> 
> Laurie
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/devel/github-backup/Makefile,v
> retrieving revision 1.2
> diff -u -r1.2 Makefile
> --- Makefile  19 Apr 2018 20:48:53 -  1.2
> +++ Makefile  11 Apr 2019 14:02:05 -
> @@ -2,7 +2,7 @@
>  
>  COMMENT = backup a github user or organization
>  
> -MODPY_EGG_VERSION =  0.20.0
> +MODPY_EGG_VERSION =  0.22.2
>  PKGNAME =github-backup-${MODPY_EGG_VERSION}
>  
>  GH_ACCOUNT = josegonzalez
> Index: distinfo
> ===
> RCS file: /cvs/ports/devel/github-backup/distinfo,v
> retrieving revision 1.2
> diff -u -r1.2 distinfo
> --- distinfo  19 Apr 2018 20:48:53 -  1.2
> +++ distinfo  11 Apr 2019 14:02:05 -
> @@ -1,2 +1,2 @@
> -SHA256 (python-github-backup-0.20.0.tar.gz) = 
> FCm/A126rI7l99YGQ+uHa6oxK15EaiPukeUdz8k8qJ0=
> -SIZE (python-github-backup-0.20.0.tar.gz) = 16665
> +SHA256 (python-github-backup-0.22.2.tar.gz) = 
> UzVLNLV+0pQvVAqUkfu5HAgzeGPBT6zPN5rdlKojSIQ=
> +SIZE (python-github-backup-0.22.2.tar.gz) = 17138
> 

Thanks - committed.

I see py3 is supported, would it make sense to switch?

Index: Makefile
===
RCS file: /cvs/ports/devel/github-backup/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile17 Apr 2019 09:40:27 -  1.3
+++ Makefile17 Apr 2019 09:41:22 -
@@ -4,6 +4,7 @@ COMMENT =backup a github user or organ
 
 MODPY_EGG_VERSION =0.22.2
 PKGNAME =  github-backup-${MODPY_EGG_VERSION}
+REVISION = 0
 
 GH_ACCOUNT =   josegonzalez
 GH_PROJECT =   python-github-backup
@@ -18,6 +19,6 @@ PERMIT_PACKAGE_CDROM =Yes
 
 MODULES =  lang/python
 MODPY_SETUPTOOLS = Yes
-MODPY_VERSION =${MODPY_DEFAULT_VERSION_2}
+MODPY_VERSION =${MODPY_DEFAULT_VERSION_3}
 
 .include 
Index: pkg/PLIST
===
RCS file: /cvs/ports/devel/github-backup/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   11 Dec 2017 10:06:28 -  1.1.1.1
+++ pkg/PLIST   17 Apr 2019 09:41:22 -
@@ -8,4 +8,5 @@ lib/python${MODPY_VERSION}/site-packages
 
lib/python${MODPY_VERSION}/site-packages/github_backup-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
 
lib/python${MODPY_VERSION}/site-packages/github_backup-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/zip-safe
 lib/python${MODPY_VERSION}/site-packages/github_backup/__init__.py
-lib/python${MODPY_VERSION}/site-packages/github_backup/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/github_backup/${MODPY_PYCACHE}/
+lib/python${MODPY_VERSION}/site-packages/github_backup/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc



UPDATE: devel/github-backup

2019-04-17 Thread Laurence Tratt
A trivial maintainer update to github-backup.


Laurie

Index: Makefile
===
RCS file: /cvs/ports/devel/github-backup/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile19 Apr 2018 20:48:53 -  1.2
+++ Makefile11 Apr 2019 14:02:05 -
@@ -2,7 +2,7 @@
 
 COMMENT =   backup a github user or organization
 
-MODPY_EGG_VERSION =0.20.0
+MODPY_EGG_VERSION =0.22.2
 PKGNAME =  github-backup-${MODPY_EGG_VERSION}
 
 GH_ACCOUNT =   josegonzalez
Index: distinfo
===
RCS file: /cvs/ports/devel/github-backup/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo19 Apr 2018 20:48:53 -  1.2
+++ distinfo11 Apr 2019 14:02:05 -
@@ -1,2 +1,2 @@
-SHA256 (python-github-backup-0.20.0.tar.gz) = 
FCm/A126rI7l99YGQ+uHa6oxK15EaiPukeUdz8k8qJ0=
-SIZE (python-github-backup-0.20.0.tar.gz) = 16665
+SHA256 (python-github-backup-0.22.2.tar.gz) = 
UzVLNLV+0pQvVAqUkfu5HAgzeGPBT6zPN5rdlKojSIQ=
+SIZE (python-github-backup-0.22.2.tar.gz) = 17138



Update: devel/github-backup

2018-04-19 Thread Laurence Tratt
This is a simple update to devel/github-backup. 0.20.0 introduces a couple
of minor new features.


Laurie


Index: Makefile
===
RCS file: /cvs/ports/devel/github-backup/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile11 Dec 2017 10:06:28 -  1.1.1.1
+++ Makefile19 Apr 2018 09:29:09 -
@@ -2,7 +2,7 @@
 
 COMMENT =   backup a github user or organization
 
-MODPY_EGG_VERSION =0.14.1
+MODPY_EGG_VERSION =0.20.0
 PKGNAME =  github-backup-${MODPY_EGG_VERSION}
 
 GH_ACCOUNT =   josegonzalez
Index: distinfo
===
RCS file: /cvs/ports/devel/github-backup/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo11 Dec 2017 10:06:28 -  1.1.1.1
+++ distinfo19 Apr 2018 09:29:09 -
@@ -1,2 +1,2 @@
-SHA256 (python-github-backup-0.14.1.tar.gz) = 
fh8tDSnWlprYaCdilvWahrK56leTuLgSIM2+cYLBjkA=
-SIZE (python-github-backup-0.14.1.tar.gz) = 15277
+SHA256 (python-github-backup-0.20.0.tar.gz) = 
FCm/A126rI7l99YGQ+uHa6oxK15EaiPukeUdz8k8qJ0=
+SIZE (python-github-backup-0.20.0.tar.gz) = 16665