Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [WIP] pmbootstrap: update to 3.1.0.
@ 2025-01-09 18:38 Eloitor
  2025-01-09 18:39 ` [PR PATCH] [Updated] " Eloitor
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Eloitor @ 2025-01-09 18:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages pmbootstrap
https://github.com/void-linux/void-packages/pull/53907

[WIP] pmbootstrap: update to 3.1.0.
#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

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

When I try to run `pmbootstrap init` I get
```
Traceback (most recent call last):
  File "/usr/bin/pmbootstrap", line 5, in <module>
    from pmb import main
ModuleNotFoundError: No module named 'pmb'
```

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

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

From 72b7cf8a7e13292c9e19782f3444dc28ce69a7d3 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Thu, 9 Jan 2025 19:37:20 +0100
Subject: [PATCH] pmbootstrap: update to 3.1.0.

---
 srcpkgs/pmbootstrap/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/pmbootstrap/template b/srcpkgs/pmbootstrap/template
index 63b2ac48c22339..f2e969a087c925 100644
--- a/srcpkgs/pmbootstrap/template
+++ b/srcpkgs/pmbootstrap/template
@@ -1,10 +1,10 @@
 # Template file for 'pmbootstrap'
 pkgname=pmbootstrap
-version=3.0.0
-revision=2
-build_style=python3-pep517
+version=3.1.0
+revision=1
+build_style=python3-module
 hostmakedepends="python3-wheel"
-depends="git openssl python3 kpartx util-linux"
+depends="git openssl python3 kpartx util-linux procps-ng tar"
 checkdepends="python3-pytest ${depends}"
 short_desc="Package build and device flashing tool for postmarketOS"
 maintainer="Jami Kettunen <jami.kettunen@protonmail.com>"
@@ -12,4 +12,4 @@ license="GPL-3.0-or-later"
 homepage="https://postmarketos.org"
 changelog="https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/tags"
 distfiles="https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/archive/${version}/pmbootstrap-${version}.tar.gz"
-checksum=80bb9b105e9ddae07be8ac7b56299a50541ac4671e592544761fdbbbee5e09f4
+checksum=26797f7558f9a394c4b22122196f6e98e6a6979e1d18873f3c415a06a780db1d

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

* Re: [PR PATCH] [Updated] [WIP] pmbootstrap: update to 3.1.0.
  2025-01-09 18:38 [PR PATCH] [WIP] pmbootstrap: update to 3.1.0 Eloitor
@ 2025-01-09 18:39 ` Eloitor
  2025-01-22 15:01 ` [PR PATCH] [Updated] pmbootstrap: update to 3.2.0 Eloitor
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Eloitor @ 2025-01-09 18:39 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Eloitor against master on the void-packages repository

https://github.com/Eloitor/void-packages pmbootstrap
https://github.com/void-linux/void-packages/pull/53907

[WIP] pmbootstrap: update to 3.1.0.
#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

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

When I try to run `pmbootstrap init` I get
```
Traceback (most recent call last):
  File "/usr/bin/pmbootstrap", line 5, in <module>
    from pmb import main
ModuleNotFoundError: No module named 'pmb'
```

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

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

From 900357e6abf4b8611b9f4f67865892e38252086e Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Thu, 9 Jan 2025 19:37:20 +0100
Subject: [PATCH] pmbootstrap: update to 3.1.0.

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

diff --git a/srcpkgs/pmbootstrap/template b/srcpkgs/pmbootstrap/template
index 63b2ac48c22339..685a2480fa8bbe 100644
--- a/srcpkgs/pmbootstrap/template
+++ b/srcpkgs/pmbootstrap/template
@@ -1,10 +1,10 @@
 # Template file for 'pmbootstrap'
 pkgname=pmbootstrap
-version=3.0.0
-revision=2
+version=3.1.0
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-wheel"
-depends="git openssl python3 kpartx util-linux"
+depends="git openssl python3 kpartx util-linux procps-ng tar"
 checkdepends="python3-pytest ${depends}"
 short_desc="Package build and device flashing tool for postmarketOS"
 maintainer="Jami Kettunen <jami.kettunen@protonmail.com>"
@@ -12,4 +12,4 @@ license="GPL-3.0-or-later"
 homepage="https://postmarketos.org"
 changelog="https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/tags"
 distfiles="https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/archive/${version}/pmbootstrap-${version}.tar.gz"
-checksum=80bb9b105e9ddae07be8ac7b56299a50541ac4671e592544761fdbbbee5e09f4
+checksum=26797f7558f9a394c4b22122196f6e98e6a6979e1d18873f3c415a06a780db1d

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

* Re: [PR PATCH] [Updated] pmbootstrap: update to 3.2.0.
  2025-01-09 18:38 [PR PATCH] [WIP] pmbootstrap: update to 3.1.0 Eloitor
  2025-01-09 18:39 ` [PR PATCH] [Updated] " Eloitor
@ 2025-01-22 15:01 ` Eloitor
  2025-01-22 18:45 ` TinfoilSubmarine
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Eloitor @ 2025-01-22 15:01 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Eloitor against master on the void-packages repository

https://github.com/Eloitor/void-packages pmbootstrap
https://github.com/void-linux/void-packages/pull/53907

pmbootstrap: update to 3.2.0.
#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

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

When I try to run `pmbootstrap init` I get
```
Traceback (most recent call last):
  File "/usr/bin/pmbootstrap", line 5, in <module>
    from pmb import main
ModuleNotFoundError: No module named 'pmb'
```

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

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

From e929204e5d8b66eea4b9318763c01130b966f430 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Thu, 9 Jan 2025 19:37:20 +0100
Subject: [PATCH] pmbootstrap: update to 3.2.0.

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

diff --git a/srcpkgs/pmbootstrap/template b/srcpkgs/pmbootstrap/template
index 63b2ac48c22339..5b99d20d6cc250 100644
--- a/srcpkgs/pmbootstrap/template
+++ b/srcpkgs/pmbootstrap/template
@@ -1,10 +1,10 @@
 # Template file for 'pmbootstrap'
 pkgname=pmbootstrap
-version=3.0.0
-revision=2
+version=3.2.0
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-wheel"
-depends="git openssl python3 kpartx util-linux"
+depends="git openssl python3 kpartx util-linux procps-ng tar"
 checkdepends="python3-pytest ${depends}"
 short_desc="Package build and device flashing tool for postmarketOS"
 maintainer="Jami Kettunen <jami.kettunen@protonmail.com>"
@@ -12,4 +12,4 @@ license="GPL-3.0-or-later"
 homepage="https://postmarketos.org"
 changelog="https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/tags"
 distfiles="https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/archive/${version}/pmbootstrap-${version}.tar.gz"
-checksum=80bb9b105e9ddae07be8ac7b56299a50541ac4671e592544761fdbbbee5e09f4
+checksum=48554a662c8ca882c2a7d83dbe67ac831b742b7f79c8acb6c5b3e20c7271f293

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

* Re: pmbootstrap: update to 3.2.0.
  2025-01-09 18:38 [PR PATCH] [WIP] pmbootstrap: update to 3.1.0 Eloitor
  2025-01-09 18:39 ` [PR PATCH] [Updated] " Eloitor
  2025-01-22 15:01 ` [PR PATCH] [Updated] pmbootstrap: update to 3.2.0 Eloitor
@ 2025-01-22 18:45 ` TinfoilSubmarine
  2025-01-22 18:45 ` TinfoilSubmarine
  2025-01-22 19:14 ` Eloitor
  4 siblings, 0 replies; 6+ messages in thread
From: TinfoilSubmarine @ 2025-01-22 18:45 UTC (permalink / raw)
  To: ml

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

New comment by TinfoilSubmarine on void-packages repository

https://github.com/void-linux/void-packages/pull/53907#issuecomment-2608007104

Comment:
Something in `do_check` using is messing up my masterdir when I build this...

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

* Re: pmbootstrap: update to 3.2.0.
  2025-01-09 18:38 [PR PATCH] [WIP] pmbootstrap: update to 3.1.0 Eloitor
                   ` (2 preceding siblings ...)
  2025-01-22 18:45 ` TinfoilSubmarine
@ 2025-01-22 18:45 ` TinfoilSubmarine
  2025-01-22 19:14 ` Eloitor
  4 siblings, 0 replies; 6+ messages in thread
From: TinfoilSubmarine @ 2025-01-22 18:45 UTC (permalink / raw)
  To: ml

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

New comment by TinfoilSubmarine on void-packages repository

https://github.com/void-linux/void-packages/pull/53907#issuecomment-2608007104

Comment:
Something in `do_check` is messing up my masterdir when I build this...

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

* Re: pmbootstrap: update to 3.2.0.
  2025-01-09 18:38 [PR PATCH] [WIP] pmbootstrap: update to 3.1.0 Eloitor
                   ` (3 preceding siblings ...)
  2025-01-22 18:45 ` TinfoilSubmarine
@ 2025-01-22 19:14 ` Eloitor
  4 siblings, 0 replies; 6+ messages in thread
From: Eloitor @ 2025-01-22 19:14 UTC (permalink / raw)
  To: ml

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

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/pull/53907#issuecomment-2608067007

Comment:
I had issues with xgensum. I just cloned the repo again

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

end of thread, other threads:[~2025-01-22 19:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-09 18:38 [PR PATCH] [WIP] pmbootstrap: update to 3.1.0 Eloitor
2025-01-09 18:39 ` [PR PATCH] [Updated] " Eloitor
2025-01-22 15:01 ` [PR PATCH] [Updated] pmbootstrap: update to 3.2.0 Eloitor
2025-01-22 18:45 ` TinfoilSubmarine
2025-01-22 18:45 ` TinfoilSubmarine
2025-01-22 19:14 ` Eloitor

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