Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3: remove obsolete --with-threads configure option
@ 2021-04-23 22:23 ailiop-git
  2021-04-24 16:24 ` Duncaen
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ailiop-git @ 2021-04-23 22:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1832 bytes --]

There is a new pull request by ailiop-git against master on the void-packages repository

https://github.com/ailiop-git/void-packages python3
https://github.com/void-linux/void-packages/pull/30463

python3: remove obsolete --with-threads configure option
Thread-less builds became unsupported in upstream commit a6a4dc816d68
("bpo-31370: Remove support for threads-less builds (#3385)"), and as
such this config option has been unrecognized since python3.7.

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/30463.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-30463.patch --]
[-- Type: text/x-diff, Size: 2012 bytes --]

From 9c7609a5c0130c168972e32ce30474f345c5eb57 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Sat, 24 Apr 2021 00:13:56 +0200
Subject: [PATCH] python3: remove obsolete --with-threads configure option

Thread-less builds became unsupported in upstream commit a6a4dc816d68
("bpo-31370: Remove support for threads-less builds (#3385)"), and as
such this config option has been unrecognized since python3.7.
---
 srcpkgs/python3-tkinter/template | 4 ++--
 srcpkgs/python3/template         | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-tkinter/template b/srcpkgs/python3-tkinter/template
index d52b5cdb66ec..6a6863cd9465 100644
--- a/srcpkgs/python3-tkinter/template
+++ b/srcpkgs/python3-tkinter/template
@@ -9,7 +9,7 @@ _desc="Python programming language"
 
 pkgname=python3-tkinter
 version=3.9.4
-revision=1
+revision=2
 wrksrc="Python-${version}"
 pycompile_dirs="
  usr/lib/python${version%.*}/tkinter
@@ -47,7 +47,7 @@ do_configure() {
 	fi
 	./configure ${configure_args} ${_args} \
 		--enable-shared --enable-ipv6 --enable-loadable-sqlite-extensions \
-		--with-threads --with-computed-gotos --with-dbmliborder=gdbm:ndbm \
+		--with-computed-gotos --with-dbmliborder=gdbm:ndbm \
 		--with-system-expat --with-system-ffi --without-ensurepip
 }
 
diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template
index 223a28dc1288..7bf135f02d46 100644
--- a/srcpkgs/python3/template
+++ b/srcpkgs/python3/template
@@ -4,7 +4,7 @@
 #
 pkgname=python3
 version=3.9.4
-revision=1
+revision=2
 wrksrc="Python-${version}"
 pycompile_dirs="usr/lib/python${version%.*}"
 hostmakedepends="pkgconf"
@@ -48,7 +48,7 @@ do_configure() {
 	fi
 	./configure ${configure_args} ${_args} \
 		--enable-shared --enable-ipv6 --enable-loadable-sqlite-extensions \
-		--with-threads --with-computed-gotos --with-dbmliborder=gdbm:ndbm \
+		--with-computed-gotos --with-dbmliborder=gdbm:ndbm \
 		--with-system-expat --with-system-ffi --without-ensurepip
 }
 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: python3: remove obsolete --with-threads configure option
  2021-04-23 22:23 [PR PATCH] python3: remove obsolete --with-threads configure option ailiop-git
@ 2021-04-24 16:24 ` Duncaen
  2021-04-24 17:55 ` [PR PATCH] [Updated] " ailiop-git
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Duncaen @ 2021-04-24 16:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 191 bytes --]

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/30463#issuecomment-826117155

Comment:
Does this change the build, is a revbump required?

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] python3: remove obsolete --with-threads configure option
  2021-04-23 22:23 [PR PATCH] python3: remove obsolete --with-threads configure option ailiop-git
  2021-04-24 16:24 ` Duncaen
@ 2021-04-24 17:55 ` ailiop-git
  2021-04-24 17:56 ` ailiop-git
  2021-04-25  2:57 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ailiop-git @ 2021-04-24 17:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1837 bytes --]

There is an updated pull request by ailiop-git against master on the void-packages repository

https://github.com/ailiop-git/void-packages python3
https://github.com/void-linux/void-packages/pull/30463

python3: remove obsolete --with-threads configure option
Thread-less builds became unsupported in upstream commit a6a4dc816d68
("bpo-31370: Remove support for threads-less builds (#3385)"), and as
such this config option has been unrecognized since python3.7.

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/30463.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-30463.patch --]
[-- Type: text/x-diff, Size: 1630 bytes --]

From c931fa79fd79d21c01acfb32c38930b3f61d9f96 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Sat, 24 Apr 2021 00:13:56 +0200
Subject: [PATCH] python3: remove obsolete --with-threads configure option

Thread-less builds became unsupported in upstream commit a6a4dc816d68
("bpo-31370: Remove support for threads-less builds (#3385)"), and as
such this config option has been unrecognized since python3.7.
---
 srcpkgs/python3-tkinter/template | 2 +-
 srcpkgs/python3/template         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tkinter/template b/srcpkgs/python3-tkinter/template
index d52b5cdb66ec..bb0f962c486d 100644
--- a/srcpkgs/python3-tkinter/template
+++ b/srcpkgs/python3-tkinter/template
@@ -47,7 +47,7 @@ do_configure() {
 	fi
 	./configure ${configure_args} ${_args} \
 		--enable-shared --enable-ipv6 --enable-loadable-sqlite-extensions \
-		--with-threads --with-computed-gotos --with-dbmliborder=gdbm:ndbm \
+		--with-computed-gotos --with-dbmliborder=gdbm:ndbm \
 		--with-system-expat --with-system-ffi --without-ensurepip
 }
 
diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template
index 223a28dc1288..96a4a9dfd7e2 100644
--- a/srcpkgs/python3/template
+++ b/srcpkgs/python3/template
@@ -48,7 +48,7 @@ do_configure() {
 	fi
 	./configure ${configure_args} ${_args} \
 		--enable-shared --enable-ipv6 --enable-loadable-sqlite-extensions \
-		--with-threads --with-computed-gotos --with-dbmliborder=gdbm:ndbm \
+		--with-computed-gotos --with-dbmliborder=gdbm:ndbm \
 		--with-system-expat --with-system-ffi --without-ensurepip
 }
 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: python3: remove obsolete --with-threads configure option
  2021-04-23 22:23 [PR PATCH] python3: remove obsolete --with-threads configure option ailiop-git
  2021-04-24 16:24 ` Duncaen
  2021-04-24 17:55 ` [PR PATCH] [Updated] " ailiop-git
@ 2021-04-24 17:56 ` ailiop-git
  2021-04-25  2:57 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ailiop-git @ 2021-04-24 17:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 251 bytes --]

New comment by ailiop-git on void-packages repository

https://github.com/void-linux/void-packages/pull/30463#issuecomment-826129856

Comment:
> Does this change the build, is a revbump required?

It isn't required indeed, pushed again w/o revbump.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Merged]: python3: remove obsolete --with-threads configure option
  2021-04-23 22:23 [PR PATCH] python3: remove obsolete --with-threads configure option ailiop-git
                   ` (2 preceding siblings ...)
  2021-04-24 17:56 ` ailiop-git
@ 2021-04-25  2:57 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-04-25  2:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1675 bytes --]

There's a merged pull request on the void-packages repository

python3: remove obsolete --with-threads configure option
https://github.com/void-linux/void-packages/pull/30463

Description:
Thread-less builds became unsupported in upstream commit a6a4dc816d68
("bpo-31370: Remove support for threads-less builds (#3385)"), and as
such this config option has been unrecognized since python3.7.

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-04-25  2:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-23 22:23 [PR PATCH] python3: remove obsolete --with-threads configure option ailiop-git
2021-04-24 16:24 ` Duncaen
2021-04-24 17:55 ` [PR PATCH] [Updated] " ailiop-git
2021-04-24 17:56 ` ailiop-git
2021-04-25  2:57 ` [PR PATCH] [Merged]: " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).