Github messages for voidlinux
 help / color / mirror / Atom feed
From: mhmdanas <mhmdanas@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] pysolfc{,-cardsets}: clean up.
Date: Wed, 08 Mar 2023 21:48:38 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42664@inbox.vuxu.org> (raw)

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

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

https://github.com/mhmdanas/void-packages pysolfc-cleanup
https://github.com/void-linux/void-packages/pull/42664

pysolfc{,-cardsets}: clean up.

<!-- 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 [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/42664.patch is attached

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

From 6287c42ff60079d296c41542c3f66737cc6b481b Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Wed, 8 Mar 2023 20:46:00 +0000
Subject: [PATCH 1/2] pysolfc: clean up.

---
 srcpkgs/pysolfc/template | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/pysolfc/template b/srcpkgs/pysolfc/template
index 4c673510bdcf..9e03af776794 100644
--- a/srcpkgs/pysolfc/template
+++ b/srcpkgs/pysolfc/template
@@ -3,14 +3,16 @@ pkgname=pysolfc
 version=2.20.0
 revision=1
 build_style=python3-module
-hostmakedepends="gettext python3-pygame python3-random2 python3-six
- python3-tkinter python3-Pillow python3-attrs python3-pysol_cards"
-depends="pysolfc-cardsets ${hostmakedepends} python3-configobj"
+hostmakedepends="gettext python3-setuptools"
+depends="pysolfc-cardsets python3-pygame python3-random2 python3-six
+ python3-tkinter python3-Pillow python3-attrs python3-pysol_cards
+ python3-configobj"
+checkdepends="${depends}"
 short_desc="Python solitaire game collection"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="GPL-3.0-or-later"
-homepage="http://pysolfc.sourceforge.net/"
-distfiles="https://github.com/shlomif/PySolFC/archive/${pkgname}-${version}.tar.gz"
+homepage="https://pysolfc.sourceforge.io/"
+distfiles="https://github.com/shlomif/PySolFC/archive/pysolfc-${version}.tar.gz"
 checksum=530c7b4f6350293c7fa8efbadc80d4a8643a3d66fe513693396308640abbe14d
 
 post_build() {

From bf0edc068e8466efacec997720b81974fbd09766 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Wed, 8 Mar 2023 20:46:31 +0000
Subject: [PATCH 2/2] pysolfc-cardsets: clean up.

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

diff --git a/srcpkgs/pysolfc-cardsets/template b/srcpkgs/pysolfc-cardsets/template
index d038d7cb3c67..cb84224adcfd 100644
--- a/srcpkgs/pysolfc-cardsets/template
+++ b/srcpkgs/pysolfc-cardsets/template
@@ -6,8 +6,8 @@ short_desc="PySolFC Cardsets"
 maintainer="newbluemoon <blaumolch@mailbox.org>"
 # pysolfc's license
 license="GPL-3.0-or-later"
-homepage="http://pysolfc.sourceforge.net/"
-distfiles="$SOURCEFORGE_SITE/pysolfc/PySolFC-Cardsets/PySolFC-Cardsets-${version}/PySolFC-Cardsets-${version}.tar.bz2"
+homepage="https://pysolfc.sourceforge.io/"
+distfiles="${SOURCEFORGE_SITE}/pysolfc/PySolFC-Cardsets/PySolFC-Cardsets-${version}/PySolFC-Cardsets-${version}.tar.bz2"
 checksum=53be2038cf201403a65266bf4b9ad8e3b8192bb253aba6af36964a71ea6f7755
 
 do_install() {

             reply	other threads:[~2023-03-08 20:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-08 20:48 mhmdanas [this message]
2023-03-08 21:12 ` [PR PATCH] [Updated] " mhmdanas
2023-03-09 18:55 ` [PR PATCH] [Merged]: " paper42

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-42664@inbox.vuxu.org \
    --to=mhmdanas@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).