Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-mpv: update to 1.0.3
@ 2023-05-02 21:23 fanyx
  2023-05-03  7:28 ` [PR PATCH] [Updated] " fanyx
  2023-06-25 17:22 ` [PR PATCH] [Merged]: " Duncaen
  0 siblings, 2 replies; 3+ messages in thread
From: fanyx @ 2023-05-02 21:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fanyx/void-packages python3-mpv
https://github.com/void-linux/void-packages/pull/43720

python3-mpv: update to 1.0.3
Migrated from setuptools to pep517

#### Testing the changes
- I tested the changes in this PR: **NO** (not yet)

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

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

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

From e82d446d0ef09e8ccecd6924af79eee02ee3fcdf Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Tue, 2 May 2023 23:14:57 +0200
Subject: [PATCH] python3-mpv: update to 1.0.3

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

diff --git a/srcpkgs/python3-mpv/template b/srcpkgs/python3-mpv/template
index bdd70c5f9e8e..eb94673d7ca1 100644
--- a/srcpkgs/python3-mpv/template
+++ b/srcpkgs/python3-mpv/template
@@ -1,12 +1,12 @@
 # Template file for 'python3-mpv'
 pkgname=python3-mpv
-version=1.0.1
+version=1.0.3
 revision=2
-build_style=python3-module
+build_style=python3-pep517
 # this test takes too long and has a low chance of failure
 # https://github.com/jaseg/python-mpv/issues/209#issuecomment-1180248112
 make_check_args="--deselect tests/test_mpv.py::TestLifecycle::test_wait_for_prooperty_event_overflow"
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-wheel"
 depends="python3 mpv"
 checkdepends="python3-pytest python3-xvfbwrapper mpv-devel"
 short_desc="Python3 interface to the MPV media player"
@@ -14,4 +14,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/jaseg/python-mpv"
 distfiles="https://github.com/jaseg/python-mpv/archive/v${version}.tar.gz"
-checksum=b5dc6dbf2e2b90ec21ffa7e30729eb7d9556296e0617742f24af179377e6bfd9
+checksum=fe14008723fd3c380098e87a0fec811fca6e8885dd9501e20ee1db29aa4920a0

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

* Re: [PR PATCH] [Updated] python3-mpv: update to 1.0.3
  2023-05-02 21:23 [PR PATCH] python3-mpv: update to 1.0.3 fanyx
@ 2023-05-03  7:28 ` fanyx
  2023-06-25 17:22 ` [PR PATCH] [Merged]: " Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: fanyx @ 2023-05-03  7:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fanyx/void-packages python3-mpv
https://github.com/void-linux/void-packages/pull/43720

python3-mpv: update to 1.0.3
Migrated from setuptools to pep517

#### Testing the changes
- I tested the changes in this PR: **NO** (not yet)

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

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

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

From 8afd3f5ede3f3b55ad724013ceb1da6b29fa548f Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Tue, 2 May 2023 23:14:57 +0200
Subject: [PATCH] python3-mpv: update to 1.0.3

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

diff --git a/srcpkgs/python3-mpv/template b/srcpkgs/python3-mpv/template
index bdd70c5f9e8e..d14b3f6eda14 100644
--- a/srcpkgs/python3-mpv/template
+++ b/srcpkgs/python3-mpv/template
@@ -1,12 +1,12 @@
 # Template file for 'python3-mpv'
 pkgname=python3-mpv
-version=1.0.1
-revision=2
-build_style=python3-module
+version=1.0.3
+revision=1
+build_style=python3-pep517
 # this test takes too long and has a low chance of failure
 # https://github.com/jaseg/python-mpv/issues/209#issuecomment-1180248112
 make_check_args="--deselect tests/test_mpv.py::TestLifecycle::test_wait_for_prooperty_event_overflow"
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-wheel"
 depends="python3 mpv"
 checkdepends="python3-pytest python3-xvfbwrapper mpv-devel"
 short_desc="Python3 interface to the MPV media player"
@@ -14,4 +14,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/jaseg/python-mpv"
 distfiles="https://github.com/jaseg/python-mpv/archive/v${version}.tar.gz"
-checksum=b5dc6dbf2e2b90ec21ffa7e30729eb7d9556296e0617742f24af179377e6bfd9
+checksum=fe14008723fd3c380098e87a0fec811fca6e8885dd9501e20ee1db29aa4920a0

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

* Re: [PR PATCH] [Merged]: python3-mpv: update to 1.0.3
  2023-05-02 21:23 [PR PATCH] python3-mpv: update to 1.0.3 fanyx
  2023-05-03  7:28 ` [PR PATCH] [Updated] " fanyx
@ 2023-06-25 17:22 ` Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: Duncaen @ 2023-06-25 17:22 UTC (permalink / raw)
  To: ml

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

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

python3-mpv: update to 1.0.3
https://github.com/void-linux/void-packages/pull/43720

Description:
Migrated from setuptools to pep517

#### Testing the changes
- I tested the changes in this PR: **NO** (not yet)

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

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

end of thread, other threads:[~2023-06-25 17:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-02 21:23 [PR PATCH] python3-mpv: update to 1.0.3 fanyx
2023-05-03  7:28 ` [PR PATCH] [Updated] " fanyx
2023-06-25 17:22 ` [PR PATCH] [Merged]: " Duncaen

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