Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mymcplus: update to 3.0.4
@ 2021-02-01 13:03 KeepBotting
  2021-02-03 15:47 ` abenson
  2021-02-06  5:43 ` [PR PATCH] [Closed]: " ericonr
  0 siblings, 2 replies; 3+ messages in thread
From: KeepBotting @ 2021-02-01 13:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/KeepBotting/void-packages mymcplus
https://github.com/void-linux/void-packages/pull/28382

mymcplus: update to 3.0.4
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (x86_64-glibc)

This project moved to sourcehut so I've updated the links. Current version held in void-packages won't run under py3.9
I only tested the CLI portion of this program, I don't think the GUI works, but I think that is because wxPython is borked?



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

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

From d0ddb75240de5570d07de30e5ec6cf8311356b36 Mon Sep 17 00:00:00 2001
From: KeepBotting <branon.mcclellan@gmail.com>
Date: Mon, 1 Feb 2021 07:59:51 -0500
Subject: [PATCH] mymcplus: update to 3.0.4

---
 srcpkgs/mymcplus/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/mymcplus/template b/srcpkgs/mymcplus/template
index 84b9f256abd..7c8d5713d51 100644
--- a/srcpkgs/mymcplus/template
+++ b/srcpkgs/mymcplus/template
@@ -1,13 +1,14 @@
 # Template file for 'mymcplus'
 pkgname=mymcplus
-version=3.0.3
-revision=2
+version=3.0.4
+revision=1
+wrksrc=${pkgname}-v${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="wxPython4 python3-PyOpenGL"
 short_desc="PlayStation 2 memory card manager"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="GPL-3.0-or-later"
-homepage="https://github.com/thestr4ng3r/mymcplus"
+homepage="https://git.sr.ht/~thestr4ng3r/mymcplus"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=9cbbe0162c19b386524f17db7613968cedea58d75fe3f6b307789d4953f6c71f
+checksum=f94b485f83590b59b87fa5fbe8311d1eb0f03490edb60fd64aadbdbea0588472

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

* Re: mymcplus: update to 3.0.4
  2021-02-01 13:03 [PR PATCH] mymcplus: update to 3.0.4 KeepBotting
@ 2021-02-03 15:47 ` abenson
  2021-02-06  5:43 ` [PR PATCH] [Closed]: " ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2021-02-03 15:47 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/28382#issuecomment-772608470

Comment:
The errors were in the `check` phase.  You can recreate locally by passing `-Q` to the `./xbps-src` command line.  `./xbps-src -Q pkg mymcplus`.  

Likely just need to add `checkdepends="$depends"` just below `depends=`

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

* Re: [PR PATCH] [Closed]: mymcplus: update to 3.0.4
  2021-02-01 13:03 [PR PATCH] mymcplus: update to 3.0.4 KeepBotting
  2021-02-03 15:47 ` abenson
@ 2021-02-06  5:43 ` ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: ericonr @ 2021-02-06  5:43 UTC (permalink / raw)
  To: ml

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

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

mymcplus: update to 3.0.4
https://github.com/void-linux/void-packages/pull/28382

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)

This project moved to sourcehut so I've updated the links. Current version held in void-packages won't run under py3.9
I only tested the CLI portion of this program, I don't think the GUI works, but I think that is because wxPython is borked?

Edit: odd, CI logs seem to complain about the only two deps wxPython and pyOpenGL but I did not see this behavior when building locally


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

end of thread, other threads:[~2021-02-06  5:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-01 13:03 [PR PATCH] mymcplus: update to 3.0.4 KeepBotting
2021-02-03 15:47 ` abenson
2021-02-06  5:43 ` [PR PATCH] [Closed]: " ericonr

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