Github messages for voidlinux
 help / color / mirror / Atom feed
From: WendelHime <WendelHime@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] micropython: update to 1.20.0
Date: Mon, 26 Jun 2023 03:49:53 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-44643@inbox.vuxu.org> (raw)

[-- 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
 }

             reply	other threads:[~2023-06-26  1:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-26  1:49 WendelHime [this message]
2023-07-01 14:10 ` abenson
2023-09-30  1:44 ` github-actions
2023-10-15  1:46 ` [PR PATCH] [Closed]: " github-actions

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-44643@inbox.vuxu.org \
    --to=wendelhime@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).