Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] menumaker: update to 0.99.14, move to python3.
@ 2022-03-05 18:20 classabbyamp
  2022-03-05 23:04 ` [PR PATCH] [Updated] " classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: classabbyamp @ 2022-03-05 18:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages menumaker-0.99.14
https://github.com/void-linux/void-packages/pull/35994

menumaker: update to 0.99.14, move to python3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35994.patch is attached

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

From a9eaf0365676bbb2e59e54c1f5abc931cae5bda1 Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Sat, 5 Mar 2022 13:19:13 -0500
Subject: [PATCH] menumaker: update to 0.99.14, move to python3.

---
 srcpkgs/menumaker/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/menumaker/template b/srcpkgs/menumaker/template
index 7a057147d0cd..db15e5a366f6 100644
--- a/srcpkgs/menumaker/template
+++ b/srcpkgs/menumaker/template
@@ -1,19 +1,19 @@
 # Template file for 'menumaker'
 pkgname=menumaker
-version=0.99.12
-revision=2
+version=0.99.14
+revision=1
 build_style=gnu-configure
 pycompile_dirs="/usr/share/menumaker"
-hostmakedepends="python"
-makedepends="python"
-depends="python"
+hostmakedepends="python3"
+makedepends="python3"
+depends="python3"
 short_desc="Menu generation utility"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-2-Clause"
 homepage="http://menumaker.sourceforge.net"
 distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
-checksum=e3a3566186a5a9ed4d721c1e7788a5af243c8c8a45b96fe6fff3e94580289b0c
-python_version=2
+checksum=11e95d0e76a3b850f57df81bc5560222bd60141c5751b6e9bd05c3cd5560d65a
+python_version=3
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Updated] menumaker: update to 0.99.14, move to python3.
  2022-03-05 18:20 [PR PATCH] menumaker: update to 0.99.14, move to python3 classabbyamp
@ 2022-03-05 23:04 ` classabbyamp
  2022-03-06  3:13 ` classabbyamp
  2022-03-20 22:04 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-03-05 23:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages menumaker-0.99.14
https://github.com/void-linux/void-packages/pull/35994

menumaker: update to 0.99.14, move to python3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35994.patch is attached

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

From 12a33e7606597ac60b5e6af1cee8e31124bee3eb Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Sat, 5 Mar 2022 13:19:13 -0500
Subject: [PATCH] menumaker: update to 0.99.14, move to python3.

---
 srcpkgs/menumaker/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/menumaker/template b/srcpkgs/menumaker/template
index 7a057147d0cd..db15e5a366f6 100644
--- a/srcpkgs/menumaker/template
+++ b/srcpkgs/menumaker/template
@@ -1,19 +1,19 @@
 # Template file for 'menumaker'
 pkgname=menumaker
-version=0.99.12
-revision=2
+version=0.99.14
+revision=1
 build_style=gnu-configure
 pycompile_dirs="/usr/share/menumaker"
-hostmakedepends="python"
-makedepends="python"
-depends="python"
+hostmakedepends="python3"
+makedepends="python3"
+depends="python3"
 short_desc="Menu generation utility"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-2-Clause"
 homepage="http://menumaker.sourceforge.net"
 distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
-checksum=e3a3566186a5a9ed4d721c1e7788a5af243c8c8a45b96fe6fff3e94580289b0c
-python_version=2
+checksum=11e95d0e76a3b850f57df81bc5560222bd60141c5751b6e9bd05c3cd5560d65a
+python_version=3
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Updated] menumaker: update to 0.99.14, move to python3.
  2022-03-05 18:20 [PR PATCH] menumaker: update to 0.99.14, move to python3 classabbyamp
  2022-03-05 23:04 ` [PR PATCH] [Updated] " classabbyamp
@ 2022-03-06  3:13 ` classabbyamp
  2022-03-20 22:04 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-03-06  3:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages menumaker-0.99.14
https://github.com/void-linux/void-packages/pull/35994

menumaker: update to 0.99.14, move to python3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35994.patch is attached

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

From d424a3b21a7fbf78419dc26c321b5c0ed3a5841c Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Sat, 5 Mar 2022 13:19:13 -0500
Subject: [PATCH] menumaker: update to 0.99.14, move to python3.

---
 srcpkgs/menumaker/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/menumaker/template b/srcpkgs/menumaker/template
index 7a057147d0cd..db15e5a366f6 100644
--- a/srcpkgs/menumaker/template
+++ b/srcpkgs/menumaker/template
@@ -1,19 +1,19 @@
 # Template file for 'menumaker'
 pkgname=menumaker
-version=0.99.12
-revision=2
+version=0.99.14
+revision=1
 build_style=gnu-configure
 pycompile_dirs="/usr/share/menumaker"
-hostmakedepends="python"
-makedepends="python"
-depends="python"
+hostmakedepends="python3"
+makedepends="python3"
+depends="python3"
 short_desc="Menu generation utility"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-2-Clause"
 homepage="http://menumaker.sourceforge.net"
 distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
-checksum=e3a3566186a5a9ed4d721c1e7788a5af243c8c8a45b96fe6fff3e94580289b0c
-python_version=2
+checksum=11e95d0e76a3b850f57df81bc5560222bd60141c5751b6e9bd05c3cd5560d65a
+python_version=3
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Merged]: menumaker: update to 0.99.14, move to python3.
  2022-03-05 18:20 [PR PATCH] menumaker: update to 0.99.14, move to python3 classabbyamp
  2022-03-05 23:04 ` [PR PATCH] [Updated] " classabbyamp
  2022-03-06  3:13 ` classabbyamp
@ 2022-03-20 22:04 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-03-20 22:04 UTC (permalink / raw)
  To: ml

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

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

menumaker: update to 0.99.14, move to python3.
https://github.com/void-linux/void-packages/pull/35994

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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

end of thread, other threads:[~2022-03-20 22:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-05 18:20 [PR PATCH] menumaker: update to 0.99.14, move to python3 classabbyamp
2022-03-05 23:04 ` [PR PATCH] [Updated] " classabbyamp
2022-03-06  3:13 ` classabbyamp
2022-03-20 22:04 ` [PR PATCH] [Merged]: " paper42

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