Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mopidy-local: add missing dependency on uritools
@ 2022-10-27 10:01 balejk
  2022-10-27 10:32 ` [PR PATCH] [Updated] " balejk
  2022-10-31  4:52 ` [PR PATCH] [Merged]: " sgn
  0 siblings, 2 replies; 3+ messages in thread
From: balejk @ 2022-10-27 10:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/balejk/void-packages mopidy_local_uritools
https://github.com/void-linux/void-packages/pull/40177

mopidy-local: add missing dependency on uritools
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/40177.patch is attached

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

From c6b75b06ec9356a53dfb3adcdaf8dc0c98046f80 Mon Sep 17 00:00:00 2001
From: Karel Balej <balejk@matfyz.cz>
Date: Thu, 27 Oct 2022 12:00:56 +0200
Subject: [PATCH] mopidy-local: add missing dependency on uritools

---
 srcpkgs/mopidy-local/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-local/template b/srcpkgs/mopidy-local/template
index 536240671534..9aacb0b98e82 100644
--- a/srcpkgs/mopidy-local/template
+++ b/srcpkgs/mopidy-local/template
@@ -4,7 +4,7 @@ version=3.1.1
 revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="mopidy python3-pykka python3-setuptools"
+depends="mopidy python3-pykka python3-setuptools python3-uritools"
 checkdepends="${depends} python3-gobject python3-pytest"
 short_desc="Mopidy extension for playing music from your local music archive"
 maintainer="Nick Hahn <nick.hahn@posteo.de>"

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

* Re: [PR PATCH] [Updated] mopidy-local: add missing dependency on uritools
  2022-10-27 10:01 [PR PATCH] mopidy-local: add missing dependency on uritools balejk
@ 2022-10-27 10:32 ` balejk
  2022-10-31  4:52 ` [PR PATCH] [Merged]: " sgn
  1 sibling, 0 replies; 3+ messages in thread
From: balejk @ 2022-10-27 10:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/balejk/void-packages mopidy_local_uritools
https://github.com/void-linux/void-packages/pull/40177

mopidy-local: add missing dependency on uritools
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/40177.patch is attached

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

From 51ff4edfcd9c5a62da99b048aaef851c4bc7d699 Mon Sep 17 00:00:00 2001
From: Karel Balej <balejk@matfyz.cz>
Date: Thu, 27 Oct 2022 12:00:56 +0200
Subject: [PATCH] mopidy-local: add missing dependency on uritools

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

diff --git a/srcpkgs/mopidy-local/template b/srcpkgs/mopidy-local/template
index 536240671534..d21e0053242c 100644
--- a/srcpkgs/mopidy-local/template
+++ b/srcpkgs/mopidy-local/template
@@ -1,10 +1,10 @@
 # Template file for 'mopidy-local'
 pkgname=mopidy-local
 version=3.1.1
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="mopidy python3-pykka python3-setuptools"
+depends="mopidy python3-pykka python3-setuptools python3-uritools"
 checkdepends="${depends} python3-gobject python3-pytest"
 short_desc="Mopidy extension for playing music from your local music archive"
 maintainer="Nick Hahn <nick.hahn@posteo.de>"

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

* Re: [PR PATCH] [Merged]: mopidy-local: add missing dependency on uritools
  2022-10-27 10:01 [PR PATCH] mopidy-local: add missing dependency on uritools balejk
  2022-10-27 10:32 ` [PR PATCH] [Updated] " balejk
@ 2022-10-31  4:52 ` sgn
  1 sibling, 0 replies; 3+ messages in thread
From: sgn @ 2022-10-31  4:52 UTC (permalink / raw)
  To: ml

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

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

mopidy-local: add missing dependency on uritools
https://github.com/void-linux/void-packages/pull/40177

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

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

<!--
#### 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
-->


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

end of thread, other threads:[~2022-10-31  4:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-27 10:01 [PR PATCH] mopidy-local: add missing dependency on uritools balejk
2022-10-27 10:32 ` [PR PATCH] [Updated] " balejk
2022-10-31  4:52 ` [PR PATCH] [Merged]: " sgn

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