Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3, python3-tkinter: update to 3.8.6.
@ 2020-10-02  1:47 ahesford
  2020-10-02 14:01 ` [PR PATCH] [Merged]: " ahesford
  0 siblings, 1 reply; 2+ messages in thread
From: ahesford @ 2020-10-02  1:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ahesford/void-packages python
https://github.com/void-linux/void-packages/pull/25257

python3, python3-tkinter: update to 3.8.6.


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

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

From 5c27d646cb5f4dfe918b6711df296efaf72209c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Thu, 1 Oct 2020 21:42:59 -0400
Subject: [PATCH 1/2] python3: update to 3.8.6.

---
 srcpkgs/python3/template | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template
index 0d2f5a2c7d4..85146d8341b 100644
--- a/srcpkgs/python3/template
+++ b/srcpkgs/python3/template
@@ -3,21 +3,20 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/python3-tkinter".
 #
 pkgname=python3
-version=3.8.5
+version=3.8.6
 revision=1
 wrksrc="Python-${version}"
+pycompile_dirs="usr/lib/python${version%.*}"
+hostmakedepends="pkgconf"
+makedepends="libffi-devel readline-devel gdbm-devel libressl-devel
+ expat-devel sqlite-devel bzip2-devel zlib-devel liblzma-devel"
+depends="ca-certificates"
 short_desc="Python programming language (${version%.*} series)"
 maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="Python-2.0"
 homepage="https://www.python.org"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=e3003ed57db17e617acb382b0cade29a248c6026b1bd8aad1f976e9af66a83b0
-
-pycompile_dirs="usr/lib/python${version%.*}"
-hostmakedepends="pkgconf"
-makedepends="libffi-devel readline-devel gdbm-devel libressl-devel expat-devel
- sqlite-devel bzip2-devel zlib-devel liblzma-devel"
-depends="ca-certificates"
+checksum=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
 
 alternatives="
  python:idle:/usr/bin/idle${version%.*}

From 2ef397b1d10c5dbea92407037905a5b82b75ee80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Thu, 1 Oct 2020 21:43:02 -0400
Subject: [PATCH 2/2] python3-tkinter: update to 3.8.6.

---
 srcpkgs/python3-tkinter/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-tkinter/template b/srcpkgs/python3-tkinter/template
index f77446c5e61..0957e3632d7 100644
--- a/srcpkgs/python3-tkinter/template
+++ b/srcpkgs/python3-tkinter/template
@@ -7,7 +7,7 @@
 _desc="Python programming language"
 
 pkgname=python3-tkinter
-version=3.8.5
+version=3.8.6
 revision=1
 wrksrc="Python-${version}"
 pycompile_dirs="
@@ -15,14 +15,14 @@ pycompile_dirs="
  usr/lib/python${version%.*}/turtledemo
  usr/lib/python${version%.*}/turtle.py"
 hostmakedepends="pkg-config"
-makedepends="libffi-devel readline-devel gdbm-devel libressl-devel expat-devel
- sqlite-devel bzip2-devel zlib-devel liblzma-devel tk-devel"
+makedepends="libffi-devel readline-devel gdbm-devel libressl-devel
+ expat-devel sqlite-devel bzip2-devel zlib-devel liblzma-devel tk-devel"
 short_desc="${_desc} - GUI toolkit for Python3"
 maintainer="Andrew J. Hesford <ajh@sideband.org>"
 homepage="https://www.python.org"
 license="Python-2.0"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=e3003ed57db17e617acb382b0cade29a248c6026b1bd8aad1f976e9af66a83b0
+checksum=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
 
 pre_configure() {
 	# Ensure that internal copies of expat and libffi are not used.
@@ -77,7 +77,6 @@ do_install() {
 }
 
 idle-python3_package() {
-	archs=noarch
 	short_desc="${_desc} - IDE for Python3 using Tkinter"
 	pycompile_dirs="usr/lib/python${version%.*}/idlelib"
 	depends="${sourcepkg}-${version}_${revision}"

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

* Re: [PR PATCH] [Merged]: python3, python3-tkinter: update to 3.8.6.
  2020-10-02  1:47 [PR PATCH] python3, python3-tkinter: update to 3.8.6 ahesford
@ 2020-10-02 14:01 ` ahesford
  0 siblings, 0 replies; 2+ messages in thread
From: ahesford @ 2020-10-02 14:01 UTC (permalink / raw)
  To: ml

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

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

python3, python3-tkinter: update to 3.8.6.
https://github.com/void-linux/void-packages/pull/25257

Description:


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

end of thread, other threads:[~2020-10-02 14:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-02  1:47 [PR PATCH] python3, python3-tkinter: update to 3.8.6 ahesford
2020-10-02 14:01 ` [PR PATCH] [Merged]: " ahesford

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