Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] yasm: migrate to `python3`.
@ 2023-10-05 23:07 mhmdanas
  2023-10-06 13:24 ` mhmdanas
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: mhmdanas @ 2023-10-05 23:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages yasm-use-python3
https://github.com/void-linux/void-packages/pull/46457

yasm: migrate to `python3`.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES** (compiled `libvpx`)

<!--
#### 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, (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/46457.patch is attached

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

From 3b8a354605605ec79175320367d8080b40a6fc16 Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Fri, 6 Oct 2023 00:02:56 +0100
Subject: [PATCH] yasm: migrate to `python3`.

---
 srcpkgs/yasm/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/yasm/template b/srcpkgs/yasm/template
index db3720d15a95d..31373cf54ad0e 100644
--- a/srcpkgs/yasm/template
+++ b/srcpkgs/yasm/template
@@ -3,12 +3,12 @@ pkgname=yasm
 version=1.3.0
 revision=2
 build_style=gnu-configure
-hostmakedepends="xmlto python"
+hostmakedepends="xmlto python3"
 short_desc="Complete rewrite of the NASM assembler"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause, Artistic-1.0, GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="http://www.tortall.net/projects/yasm/"
-distfiles="http://www.tortall.net/projects/yasm/releases/yasm-$version.tar.gz"
+distfiles="http://www.tortall.net/projects/yasm/releases/yasm-${version}.tar.gz"
 checksum=3dce6601b495f5b3d45b59f7d2492a340ee7e84b5beca17e48f862502bd5603f
 
 post_install() {

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

* Re: yasm: migrate to `python3`.
  2023-10-05 23:07 [PR PATCH] yasm: migrate to `python3` mhmdanas
@ 2023-10-06 13:24 ` mhmdanas
  2023-10-06 13:24 ` [PR PATCH] [Closed]: " mhmdanas
  2023-10-06 13:24 ` mhmdanas
  2 siblings, 0 replies; 4+ messages in thread
From: mhmdanas @ 2023-10-06 13:24 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/46457#issuecomment-1750677267

Comment:
00d6aed

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

* Re: [PR PATCH] [Closed]: yasm: migrate to `python3`.
  2023-10-05 23:07 [PR PATCH] yasm: migrate to `python3` mhmdanas
  2023-10-06 13:24 ` mhmdanas
@ 2023-10-06 13:24 ` mhmdanas
  2023-10-06 13:24 ` mhmdanas
  2 siblings, 0 replies; 4+ messages in thread
From: mhmdanas @ 2023-10-06 13:24 UTC (permalink / raw)
  To: ml

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

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

yasm: migrate to `python3`.
https://github.com/void-linux/void-packages/pull/46457

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

#### Testing the changes
- I tested the changes in this PR: **YES** (compiled `libvpx`)

<!--
#### 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

* Re: yasm: migrate to `python3`.
  2023-10-05 23:07 [PR PATCH] yasm: migrate to `python3` mhmdanas
  2023-10-06 13:24 ` mhmdanas
  2023-10-06 13:24 ` [PR PATCH] [Closed]: " mhmdanas
@ 2023-10-06 13:24 ` mhmdanas
  2 siblings, 0 replies; 4+ messages in thread
From: mhmdanas @ 2023-10-06 13:24 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/46457#issuecomment-1750677267

Comment:
https://github.com/void-linux/void-packages/commit/00d6aedd9b8321443a2c91a98503c0aa991c978e

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

end of thread, other threads:[~2023-10-06 13:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-05 23:07 [PR PATCH] yasm: migrate to `python3` mhmdanas
2023-10-06 13:24 ` mhmdanas
2023-10-06 13:24 ` [PR PATCH] [Closed]: " mhmdanas
2023-10-06 13:24 ` mhmdanas

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