Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python: fix checksum
@ 2023-06-28  3:17 classabbyamp
  2023-07-05  4:19 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: classabbyamp @ 2023-06-28  3:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages activestate-why
https://github.com/void-linux/void-packages/pull/44672

python: fix checksum
ActiveState doesn't seem to know how to use tags and version things properly

cc @leahneukirchen

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly** (builds)



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

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

From a774fb372d8df5d3d28d844815088f5eb2268179 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Tue, 27 Jun 2023 23:15:14 -0400
Subject: [PATCH 1/2] python: fix checksum

---
 srcpkgs/python/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python/template b/srcpkgs/python/template
index 21566f3e9733..52b2b4532e62 100644
--- a/srcpkgs/python/template
+++ b/srcpkgs/python/template
@@ -4,7 +4,8 @@
 #
 pkgname=python
 version=2.7.18.7
-revision=2
+revision=3
+_commit=937f6fc83dc2f7f7156f69c993bc017a26e4f5bd
 pycompile_dirs="usr/lib/python2.7"
 hostmakedepends="pkg-config"
 makedepends="libffi-devel readline-devel gdbm-devel openssl-devel expat-devel
@@ -14,8 +15,8 @@ short_desc="Interpreted, interactive, object-oriented programming language"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="Python-2.0"
 homepage="https://www.python.org"
-distfiles="https://github.com/ActiveState/cpython/archive/v${version}.tar.gz"
-checksum=84d1f812da249da666685b9eac82df0b201e898b8b3f164f81f348072c12b933
+distfiles="https://github.com/ActiveState/cpython/archive/${_commit}.tar.gz"
+checksum=e41b3ebac8ac7b7e3364c7f28892f81153d23dd200ef6aaacec82080aa5d2b56
 
 alternatives="
  python:idle:/usr/bin/idle2.7

From 2800437a0fd83cbb38606a5b207a1c8a6fbe2811 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Tue, 27 Jun 2023 23:15:17 -0400
Subject: [PATCH 2/2] python-tkinter: fix checksum

---
 srcpkgs/python-tkinter/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python-tkinter/template b/srcpkgs/python-tkinter/template
index 858a70a97c9a..35c2c102b73c 100644
--- a/srcpkgs/python-tkinter/template
+++ b/srcpkgs/python-tkinter/template
@@ -8,7 +8,8 @@ _desc="Interpreted, interactive, object-oriented programming language"
 
 pkgname=python-tkinter
 version=2.7.18.7
-revision=1
+revision=2
+_commit=937f6fc83dc2f7f7156f69c993bc017a26e4f5bd
 pycompile_dirs="usr/lib/python2.7/lib-tk"
 hostmakedepends="pkg-config"
 makedepends="libffi-devel readline-devel gdbm-devel openssl-devel expat-devel
@@ -17,8 +18,8 @@ short_desc="${_desc} - GUI toolkit for Python2"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="Python-2.0"
 homepage="https://www.python.org"
-distfiles="https://github.com/ActiveState/cpython/archive/v${version}.tar.gz"
-checksum=84d1f812da249da666685b9eac82df0b201e898b8b3f164f81f348072c12b933
+distfiles="https://github.com/ActiveState/cpython/archive/${_commit}.tar.gz"
+checksum=e41b3ebac8ac7b7e3364c7f28892f81153d23dd200ef6aaacec82080aa5d2b56
 
 pre_configure() {
 	# Ensure that internal copies of expat, libffi and zlib are not used.

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

* Re: [PR PATCH] [Merged]: python: fix checksum
  2023-06-28  3:17 [PR PATCH] python: fix checksum classabbyamp
@ 2023-07-05  4:19 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2023-07-05  4:19 UTC (permalink / raw)
  To: ml

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

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

python: fix checksum
https://github.com/void-linux/void-packages/pull/44672

Description:
ActiveState doesn't seem to know how to use tags and version things properly so we should pin things to the commit that the tag currently points at

cc @leahneukirchen

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly** (builds)



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

end of thread, other threads:[~2023-07-05  4:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-28  3:17 [PR PATCH] python: fix checksum classabbyamp
2023-07-05  4:19 ` [PR PATCH] [Merged]: " classabbyamp

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