Re: [UPDATE] python 3.7

2020-03-28 Thread Kurt Mosiejczuk
On Mon, Mar 23, 2020 at 02:33:45PM -0400, Kurt Mosiejczuk wrote:
> On Mon, Mar 23, 2020 at 03:31:27PM +, Stuart Henderson wrote:
> > On 2020/03/23 10:42, Kurt Mosiejczuk wrote:

> > > Sorry I didn't commit my version earlier. I got bogged down in some
> > > details when I did a portcheck before commit and got some complaints.

> > > This still gets complaints and non-compiled .py files, but this does
> > > properly move a bunch of tests from -main to -tests.

> > You'll need to update the conflict in PLIST-tests, currently

> > @conflict python->=3.6,<3.6.8p0

> > will need to be <3.7.7

> Better?

I ran this through the sparc64 bulk. No obvious fallout. (ipython didn't
build but DPB gives no reason *why* it didn't build...)

Do we want to go ahead and commit this?

--Kurt



Re: [UPDATE] python 3.7

2020-03-23 Thread Kurt Mosiejczuk
On Mon, Mar 23, 2020 at 03:31:27PM +, Stuart Henderson wrote:
> On 2020/03/23 10:42, Kurt Mosiejczuk wrote:

> > Sorry I didn't commit my version earlier. I got bogged down in some
> > details when I did a portcheck before commit and got some complaints.

> > This still gets complaints and non-compiled .py files, but this does
> > properly move a bunch of tests from -main to -tests.

> You'll need to update the conflict in PLIST-tests, currently

> @conflict python->=3.6,<3.6.8p0

> will need to be <3.7.7

Better?

--Kurt

Index: Makefile
===
RCS file: /cvs/ports/lang/python/3.7/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- Makefile11 Feb 2020 20:43:11 -  1.15
+++ Makefile23 Mar 2020 18:32:40 -
@@ -6,13 +6,9 @@
 # Python itself.
 
 VERSION =  3.7
-PATCHLEVEL =   .6
+PATCHLEVEL =   .7
 SHARED_LIBS =  python3.7m 0.0
 VERSION_SPEC = >=3.7,<3.8
-
-REVISION = 0
-REVISION-main =1
-REVISION-idle =1
 
 CONFIGURE_ARGS +=  --with-ensurepip=no
 CONFIGURE_ARGS +=  --enable-loadable-sqlite-extensions
Index: distinfo
===
RCS file: /cvs/ports/lang/python/3.7/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo28 Dec 2019 18:35:39 -  1.4
+++ distinfo23 Mar 2020 18:32:40 -
@@ -1,2 +1,2 @@
-SHA256 (Python-3.7.6.tgz) = ru5oHCNa0zavEW8Iq2VjNhoMgcU3BywbMJ1uQFCqIRQ=
-SIZE (Python-3.7.6.tgz) = 23148187
+SHA256 (Python-3.7.7.tgz) = jIvpHNJkihoMJR8E6gu0wqVXD+ucReqqIkHHhVhbR1o=
+SIZE (Python-3.7.7.tgz) = 23161893
Index: pkg/PLIST-idle
===
RCS file: /cvs/ports/lang/python/3.7/pkg/PLIST-idle,v
retrieving revision 1.7
diff -u -p -r1.7 PLIST-idle
--- pkg/PLIST-idle  11 Feb 2020 20:43:12 -  1.7
+++ pkg/PLIST-idle  23 Mar 2020 18:32:40 -
@@ -3,12 +3,12 @@
 @option is-branch
 @conflict python-idle-${VERSION_SPEC}
 @conflict python-idle->=3.2,<3.7
+@conflict python->=3.6,<3.6.8p0
 @pkgpath lang/python/3.2,-idle
 @pkgpath lang/python/3.3,-idle
 @pkgpath lang/python/3.4,-idle
 @pkgpath lang/python/3.5,-idle
 @pkgpath lang/python/3.6,-idle
-@conflict python->=3.6,<3.6.8p0
 bin/idle3
 bin/idle3.7
 lib/python3.7/idlelib/
Index: pkg/PLIST-main
===
RCS file: /cvs/ports/lang/python/3.7/pkg/PLIST-main,v
retrieving revision 1.11
diff -u -p -r1.11 PLIST-main
--- pkg/PLIST-main  11 Feb 2020 20:43:12 -  1.11
+++ pkg/PLIST-main  23 Mar 2020 18:32:41 -
@@ -893,220 +893,6 @@ lib/python3.7/ctypes/macholib/dylib.py
 lib/python3.7/ctypes/macholib/fetch_macholib
 lib/python3.7/ctypes/macholib/fetch_macholib.bat
 lib/python3.7/ctypes/macholib/framework.py
-lib/python3.7/ctypes/test/
-lib/python3.7/ctypes/test/__init__.py
-lib/python3.7/ctypes/test/__main__.py
-lib/python3.7/ctypes/test/__pycache__/
-lib/python3.7/ctypes/test/__pycache__/__init__.cpython-37.opt-1.pyc
-lib/python3.7/ctypes/test/__pycache__/__init__.cpython-37.opt-2.pyc
-lib/python3.7/ctypes/test/__pycache__/__init__.cpython-37.pyc
-lib/python3.7/ctypes/test/__pycache__/__main__.cpython-37.opt-1.pyc
-lib/python3.7/ctypes/test/__pycache__/__main__.cpython-37.opt-2.pyc
-lib/python3.7/ctypes/test/__pycache__/__main__.cpython-37.pyc
-lib/python3.7/ctypes/test/__pycache__/test_anon.cpython-37.opt-1.pyc
-lib/python3.7/ctypes/test/__pycache__/test_anon.cpython-37.opt-2.pyc
-lib/python3.7/ctypes/test/__pycache__/test_anon.cpython-37.pyc
-lib/python3.7/ctypes/test/__pycache__/test_array_in_pointer.cpython-37.opt-1.pyc
-lib/python3.7/ctypes/test/__pycache__/test_array_in_pointer.cpython-37.opt-2.pyc
-lib/python3.7/ctypes/test/__pycache__/test_array_in_pointer.cpython-37.pyc
-lib/python3.7/ctypes/test/__pycache__/test_arrays.cpython-37.opt-1.pyc
-lib/python3.7/ctypes/test/__pycache__/test_arrays.cpython-37.opt-2.pyc
-lib/python3.7/ctypes/test/__pycache__/test_arrays.cpython-37.pyc
-lib/python3.7/ctypes/test/__pycache__/test_as_parameter.cpython-37.opt-1.pyc
-lib/python3.7/ctypes/test/__pycache__/test_as_parameter.cpython-37.opt-2.pyc
-lib/python3.7/ctypes/test/__pycache__/test_as_parameter.cpython-37.pyc
-lib/python3.7/ctypes/test/__pycache__/test_bitfields.cpython-37.opt-1.pyc
-lib/python3.7/ctypes/test/__pycache__/test_bitfields.cpython-37.opt-2.pyc
-lib/python3.7/ctypes/test/__pycache__/test_bitfields.cpython-37.pyc
-lib/python3.7/ctypes/test/__pycache__/test_buffers.cpython-37.opt-1.pyc
-lib/python3.7/ctypes/test/__pycache__/test_buffers.cpython-37.opt-2.pyc
-lib/python3.7/ctypes/test/__pycache__/test_buffers.cpython-37.pyc
-lib/python3.7/ctypes/test/__pycache__/test_bytes.cpython-37.opt-1.pyc
-lib/python3.7/ctypes/test/__pycache__/test_bytes.cpython-37.opt-2.pyc
-lib/python3.7/ctypes/test/__pycache__/test_bytes.cpython-37.pyc

Re: [UPDATE] python 3.7

2020-03-23 Thread Stuart Henderson
On 2020/03/23 10:42, Kurt Mosiejczuk wrote:
> On Mon, Mar 23, 2020 at 07:45:45AM +0100, Remi Pointel wrote:
> > Hi,
> 
> > this is the diff to update python 3 to 3.7.7.
> 
> > Could it be tested in a bulk build please?
> 
> > Ok?
> 
> Sorry I didn't commit my version earlier. I got bogged down in some
> details when I did a portcheck before commit and got some complaints.
> 
> This still gets complaints and non-compiled .py files, but this does
> properly move a bunch of tests from -main to -tests.

You'll need to update the conflict in PLIST-tests, currently

@conflict python->=3.6,<3.6.8p0

will need to be <3.7.7



Re: [UPDATE] python 3.7

2020-03-23 Thread Kurt Mosiejczuk
On Mon, Mar 23, 2020 at 07:45:45AM +0100, Remi Pointel wrote:
> Hi,

> this is the diff to update python 3 to 3.7.7.

> Could it be tested in a bulk build please?

> Ok?

Sorry I didn't commit my version earlier. I got bogged down in some
details when I did a portcheck before commit and got some complaints.

This still gets complaints and non-compiled .py files, but this does
properly move a bunch of tests from -main to -tests.

--Kurt

Index: Makefile
===
RCS file: /cvs/ports/lang/python/3.7/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- Makefile11 Feb 2020 20:43:11 -  1.15
+++ Makefile23 Mar 2020 14:41:16 -
@@ -6,13 +6,9 @@
 # Python itself.
 
 VERSION =  3.7
-PATCHLEVEL =   .6
+PATCHLEVEL =   .7
 SHARED_LIBS =  python3.7m 0.0
 VERSION_SPEC = >=3.7,<3.8
-
-REVISION = 0
-REVISION-main =1
-REVISION-idle =1
 
 CONFIGURE_ARGS +=  --with-ensurepip=no
 CONFIGURE_ARGS +=  --enable-loadable-sqlite-extensions
Index: distinfo
===
RCS file: /cvs/ports/lang/python/3.7/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo28 Dec 2019 18:35:39 -  1.4
+++ distinfo23 Mar 2020 14:41:16 -
@@ -1,2 +1,2 @@
-SHA256 (Python-3.7.6.tgz) = ru5oHCNa0zavEW8Iq2VjNhoMgcU3BywbMJ1uQFCqIRQ=
-SIZE (Python-3.7.6.tgz) = 23148187
+SHA256 (Python-3.7.7.tgz) = jIvpHNJkihoMJR8E6gu0wqVXD+ucReqqIkHHhVhbR1o=
+SIZE (Python-3.7.7.tgz) = 23161893
Index: pkg/PLIST-idle
===
RCS file: /cvs/ports/lang/python/3.7/pkg/PLIST-idle,v
retrieving revision 1.7
diff -u -p -r1.7 PLIST-idle
--- pkg/PLIST-idle  11 Feb 2020 20:43:12 -  1.7
+++ pkg/PLIST-idle  23 Mar 2020 14:41:17 -
@@ -3,12 +3,12 @@
 @option is-branch
 @conflict python-idle-${VERSION_SPEC}
 @conflict python-idle->=3.2,<3.7
+@conflict python->=3.6,<3.6.8p0
 @pkgpath lang/python/3.2,-idle
 @pkgpath lang/python/3.3,-idle
 @pkgpath lang/python/3.4,-idle
 @pkgpath lang/python/3.5,-idle
 @pkgpath lang/python/3.6,-idle
-@conflict python->=3.6,<3.6.8p0
 bin/idle3
 bin/idle3.7
 lib/python3.7/idlelib/
Index: pkg/PLIST-main
===
RCS file: /cvs/ports/lang/python/3.7/pkg/PLIST-main,v
retrieving revision 1.11
diff -u -p -r1.11 PLIST-main
--- pkg/PLIST-main  11 Feb 2020 20:43:12 -  1.11
+++ pkg/PLIST-main  23 Mar 2020 14:41:17 -
@@ -893,220 +893,6 @@ lib/python3.7/ctypes/macholib/dylib.py
 lib/python3.7/ctypes/macholib/fetch_macholib
 lib/python3.7/ctypes/macholib/fetch_macholib.bat
 lib/python3.7/ctypes/macholib/framework.py
-lib/python3.7/ctypes/test/
-lib/python3.7/ctypes/test/__init__.py
-lib/python3.7/ctypes/test/__main__.py
-lib/python3.7/ctypes/test/__pycache__/
-lib/python3.7/ctypes/test/__pycache__/__init__.cpython-37.opt-1.pyc
-lib/python3.7/ctypes/test/__pycache__/__init__.cpython-37.opt-2.pyc
-lib/python3.7/ctypes/test/__pycache__/__init__.cpython-37.pyc
-lib/python3.7/ctypes/test/__pycache__/__main__.cpython-37.opt-1.pyc
-lib/python3.7/ctypes/test/__pycache__/__main__.cpython-37.opt-2.pyc
-lib/python3.7/ctypes/test/__pycache__/__main__.cpython-37.pyc
-lib/python3.7/ctypes/test/__pycache__/test_anon.cpython-37.opt-1.pyc
-lib/python3.7/ctypes/test/__pycache__/test_anon.cpython-37.opt-2.pyc
-lib/python3.7/ctypes/test/__pycache__/test_anon.cpython-37.pyc
-lib/python3.7/ctypes/test/__pycache__/test_array_in_pointer.cpython-37.opt-1.pyc
-lib/python3.7/ctypes/test/__pycache__/test_array_in_pointer.cpython-37.opt-2.pyc
-lib/python3.7/ctypes/test/__pycache__/test_array_in_pointer.cpython-37.pyc
-lib/python3.7/ctypes/test/__pycache__/test_arrays.cpython-37.opt-1.pyc
-lib/python3.7/ctypes/test/__pycache__/test_arrays.cpython-37.opt-2.pyc
-lib/python3.7/ctypes/test/__pycache__/test_arrays.cpython-37.pyc
-lib/python3.7/ctypes/test/__pycache__/test_as_parameter.cpython-37.opt-1.pyc
-lib/python3.7/ctypes/test/__pycache__/test_as_parameter.cpython-37.opt-2.pyc
-lib/python3.7/ctypes/test/__pycache__/test_as_parameter.cpython-37.pyc
-lib/python3.7/ctypes/test/__pycache__/test_bitfields.cpython-37.opt-1.pyc
-lib/python3.7/ctypes/test/__pycache__/test_bitfields.cpython-37.opt-2.pyc
-lib/python3.7/ctypes/test/__pycache__/test_bitfields.cpython-37.pyc
-lib/python3.7/ctypes/test/__pycache__/test_buffers.cpython-37.opt-1.pyc
-lib/python3.7/ctypes/test/__pycache__/test_buffers.cpython-37.opt-2.pyc
-lib/python3.7/ctypes/test/__pycache__/test_buffers.cpython-37.pyc
-lib/python3.7/ctypes/test/__pycache__/test_bytes.cpython-37.opt-1.pyc
-lib/python3.7/ctypes/test/__pycache__/test_bytes.cpython-37.opt-2.pyc
-lib/python3.7/ctypes/test/__pycache__/test_bytes.cpython-37.pyc
-lib/python3.7/ctypes/test/__pycache__/test_byteswap.cpython-37.opt-1.pyc

[UPDATE] python 3.7

2020-03-23 Thread Remi Pointel

Hi,

this is the diff to update python 3 to 3.7.7.

Could it be tested in a bulk build please?

Ok?

Cheers,

Remi.
Index: Makefile
===
RCS file: /cvs/ports/lang/python/3.7/Makefile,v
retrieving revision 1.15
diff -u -p -u -p -r1.15 Makefile
--- Makefile	11 Feb 2020 20:43:11 -	1.15
+++ Makefile	23 Mar 2020 06:44:29 -
@@ -6,13 +6,9 @@
 # Python itself.
 
 VERSION =		3.7
-PATCHLEVEL =		.6
+PATCHLEVEL =		.7
 SHARED_LIBS =		python3.7m 0.0
 VERSION_SPEC =		>=3.7,<3.8
-
-REVISION =		0
-REVISION-main =		1
-REVISION-idle =		1
 
 CONFIGURE_ARGS +=	--with-ensurepip=no
 CONFIGURE_ARGS +=	--enable-loadable-sqlite-extensions
Index: distinfo
===
RCS file: /cvs/ports/lang/python/3.7/distinfo,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 distinfo
--- distinfo	28 Dec 2019 18:35:39 -	1.4
+++ distinfo	23 Mar 2020 06:44:29 -
@@ -1,2 +1,2 @@
-SHA256 (Python-3.7.6.tgz) = ru5oHCNa0zavEW8Iq2VjNhoMgcU3BywbMJ1uQFCqIRQ=
-SIZE (Python-3.7.6.tgz) = 23148187
+SHA256 (Python-3.7.7.tgz) = jIvpHNJkihoMJR8E6gu0wqVXD+ucReqqIkHHhVhbR1o=
+SIZE (Python-3.7.7.tgz) = 23161893
Index: pkg/PLIST-idle
===
RCS file: /cvs/ports/lang/python/3.7/pkg/PLIST-idle,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 PLIST-idle
--- pkg/PLIST-idle	11 Feb 2020 20:43:12 -	1.7
+++ pkg/PLIST-idle	23 Mar 2020 06:44:29 -
@@ -3,12 +3,12 @@
 @option is-branch
 @conflict python-idle-${VERSION_SPEC}
 @conflict python-idle->=3.2,<3.7
+@conflict python->=3.6,<3.6.8p0
 @pkgpath lang/python/3.2,-idle
 @pkgpath lang/python/3.3,-idle
 @pkgpath lang/python/3.4,-idle
 @pkgpath lang/python/3.5,-idle
 @pkgpath lang/python/3.6,-idle
-@conflict python->=3.6,<3.6.8p0
 bin/idle3
 bin/idle3.7
 lib/python3.7/idlelib/
Index: pkg/PLIST-main
===
RCS file: /cvs/ports/lang/python/3.7/pkg/PLIST-main,v
retrieving revision 1.11
diff -u -p -u -p -r1.11 PLIST-main
--- pkg/PLIST-main	11 Feb 2020 20:43:12 -	1.11
+++ pkg/PLIST-main	23 Mar 2020 06:44:29 -
@@ -2378,9 +2378,9 @@ lib/python3.7/lib-dynload/
 @so lib/python3.7/lib-dynload/zlib.so
 lib/python3.7/lib2to3/
 lib/python3.7/lib2to3/Grammar.txt
-lib/python3.7/lib2to3/Grammar3.7.6.final.0.pickle
+lib/python3.7/lib2to3/Grammar3.7.7.final.0.pickle
 lib/python3.7/lib2to3/PatternGrammar.txt
-lib/python3.7/lib2to3/PatternGrammar3.7.6.final.0.pickle
+lib/python3.7/lib2to3/PatternGrammar3.7.7.final.0.pickle
 lib/python3.7/lib2to3/__init__.py
 lib/python3.7/lib2to3/__main__.py
 lib/python3.7/lib2to3/__pycache__/