Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] micropython: update to 1.20.0
@ 2023-06-26  1:49 WendelHime
  2023-07-01 14:10 ` abenson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: WendelHime @ 2023-06-26  1:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/WendelHime/void-packages micropython-1.20.0
https://github.com/void-linux/void-packages/pull/44643

micropython: update to 1.20.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

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

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

From db97fc5cc5735a8ccf2d8dd2a8ab2637306aa498 Mon Sep 17 00:00:00 2001
From: WendelHime <wendelhime@hotmail.com>
Date: Sun, 25 Jun 2023 22:08:13 -0300
Subject: [PATCH] micropython: update to 1.20.0

---
 srcpkgs/micropython/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/micropython/template b/srcpkgs/micropython/template
index b3501120e4584..fa1171c696812 100644
--- a/srcpkgs/micropython/template
+++ b/srcpkgs/micropython/template
@@ -1,6 +1,6 @@
 # Template file for 'micropython'
 pkgname=micropython
-version=1.14
+version=1.20.0
 revision=1
 build_wrksrc=ports/unix
 hostmakedepends="pkg-config python3"
@@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://micropython.org/"
 distfiles="https://github.com/micropython/micropython/releases/download/v${version}/micropython-${version}.tar.xz"
-checksum=97306156fdeab120a1244626c75a929bb820722afdfc1317dbd5dadef388d94c
+checksum=098ef8e40abdc62551b5460d0ffe9489074240c0cb5589ca3c3a425551beb9bf
 
 case "$XBPS_TARGET_MACHINE" in
 	arm*-musl) nopie=yes ;; # building with PIE creates text relocations in the binary
@@ -29,10 +29,10 @@ do_build() {
 	unset CPP
 	make -C ../../mpy-cross	V=1 STRIP=echo ${makejobs}
 	make V=1 CC=${CC} CFLAGS_EXTRA="${CPPFLAGS} ${CFLAGS}" \
-		LDFLAGS_EXTRA="${LDFLAGS}" STRIP=echo ${makejobs} axtls all
+		LDFLAGS_EXTRA="${LDFLAGS}" STRIP=echo ${makejobs} all
 }
 
 do_install() {
-	vbin micropython
+	vbin build-standard/micropython
 	vlicense ../../LICENSE
 }

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

* Re: micropython: update to 1.20.0
  2023-06-26  1:49 [PR PATCH] micropython: update to 1.20.0 WendelHime
@ 2023-07-01 14:10 ` abenson
  2023-09-30  1:44 ` github-actions
  2023-10-15  1:46 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: abenson @ 2023-07-01 14:10 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/44643#issuecomment-1615934357

Comment:
Looks like its using the wrong compiler for cross. `python3 ../py/makeqstrdefs.py pp gcc ...`

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

* Re: micropython: update to 1.20.0
  2023-06-26  1:49 [PR PATCH] micropython: update to 1.20.0 WendelHime
  2023-07-01 14:10 ` abenson
@ 2023-09-30  1:44 ` github-actions
  2023-10-15  1:46 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2023-09-30  1:44 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/44643#issuecomment-1741622809

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: micropython: update to 1.20.0
  2023-06-26  1:49 [PR PATCH] micropython: update to 1.20.0 WendelHime
  2023-07-01 14:10 ` abenson
  2023-09-30  1:44 ` github-actions
@ 2023-10-15  1:46 ` github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2023-10-15  1:46 UTC (permalink / raw)
  To: ml

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

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

micropython: update to 1.20.0
https://github.com/void-linux/void-packages/pull/44643

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

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

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

end of thread, other threads:[~2023-10-15  1:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-26  1:49 [PR PATCH] micropython: update to 1.20.0 WendelHime
2023-07-01 14:10 ` abenson
2023-09-30  1:44 ` github-actions
2023-10-15  1:46 ` [PR PATCH] [Closed]: " github-actions

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