Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update mopidy-local and add various plugins
@ 2021-06-14 21:09 codingHahn
  2021-09-15 12:43 ` [PR PATCH] [Updated] " codingHahn
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: codingHahn @ 2021-06-14 21:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/codingHahn/void-packages-1 mopidy-stuff
https://github.com/void-linux/void-packages/pull/31500

Update mopidy-local and add various plugins
<!-- Mark items with [x] where applicable -->

#### General
- [x] 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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### 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, (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/31500.patch is attached

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

From a4ef35814bdff2872b81331d8452e2dc44cae358 Mon Sep 17 00:00:00 2001
From: Nick Hahn <nick.hahn@posteo.de>
Date: Mon, 14 Jun 2021 23:08:35 +0200
Subject: [PATCH 1/4] New package: python3-vext-0.7.6

---
 srcpkgs/python3-vext/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-vext/template

diff --git a/srcpkgs/python3-vext/template b/srcpkgs/python3-vext/template
new file mode 100644
index 000000000000..384c94cc2c58
--- /dev/null
+++ b/srcpkgs/python3-vext/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-vext'
+pkgname=python3-vext
+version=0.7.6
+revision=1
+wrksrc=vext-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-wheel python3-pip"
+depends="python3-ruamel.yaml"
+short_desc="Use system python packages in virtualenv"
+maintainer="Nick Hahn <nick.hahn@posteo.de>"
+license="MIT"
+homepage="https://github.com/vext-python/vext"
+distfiles="https://github.com/vext-python/vext/archive/refs/tags/v${version}.tar.gz"
+checksum=45e55fe07dc990244e6c634181c0d67f356f7f46ba34a5f9414018f477570e20
+
+post_install() {
+	vlicense LICENSE.txt
+}

From d66cb6d88b4bc0e0bbc6964d1f1e4ce166363dd5 Mon Sep 17 00:00:00 2001
From: Nick Hahn <nick.hahn@posteo.de>
Date: Mon, 14 Jun 2021 23:08:41 +0200
Subject: [PATCH 2/4] New package: mopidy-mpris-3.0.3

---
 srcpkgs/mopidy-mpris/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/mopidy-mpris/template

diff --git a/srcpkgs/mopidy-mpris/template b/srcpkgs/mopidy-mpris/template
new file mode 100644
index 000000000000..a3da6332946a
--- /dev/null
+++ b/srcpkgs/mopidy-mpris/template
@@ -0,0 +1,14 @@
+# Template file for 'mopidy-mpris'
+pkgname=mopidy-mpris
+version=3.0.3
+revision=1
+#wrksrc=
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="mopidy python3-pydbus"
+short_desc="Mopidy extension for controlling Mopidy through the MPRIS D-Bus interface"
+maintainer="Nick Hahn <nick.hahn@posteo.de>"
+license="Apache-2.0"
+homepage="https://mopidy.com/ext/mpris/"
+distfiles="https://github.com/mopidy/${pkgname}/archive/refs/tags/v${version}.tar.gz"
+checksum=3c544233c2f55ac1995f18f1b916e67edc1628728e97b5b0a8fad0f8db473581

From f036ea9cfc27097786588d44f09ad3f5e780b1b0 Mon Sep 17 00:00:00 2001
From: Nick Hahn <nick.hahn@posteo.de>
Date: Mon, 14 Jun 2021 23:08:45 +0200
Subject: [PATCH 3/4] New package: mopidy-funkwhale-1.0

---
 srcpkgs/mopidy-funkwhale/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/mopidy-funkwhale/template

diff --git a/srcpkgs/mopidy-funkwhale/template b/srcpkgs/mopidy-funkwhale/template
new file mode 100644
index 000000000000..dd3c55ec19c4
--- /dev/null
+++ b/srcpkgs/mopidy-funkwhale/template
@@ -0,0 +1,16 @@
+# Template file for 'mopidy-funkwhale'
+pkgname=mopidy-funkwhale
+version=1.0
+revision=1
+#archs="i686 x86_64"
+wrksrc="mopidy-v${version}"
+#create_wrksrc=yes
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="mopidy python3-requests-oauthlib python3-vext"
+short_desc="Mopdiy extension for integrating funkwhale"
+maintainer="Nick Hahn <nick.hahn@posteo.de>"
+license="GPL-3.0-or-later"
+homepage="https://dev.funkwhale.audio/funkwhale/mopidy"
+distfiles="https://dev.funkwhale.audio/funkwhale/mopidy/-/archive/v${version}/mopidy-v${version}.tar.gz"
+checksum=fc8753e6256195d0c063271f3b97c8d3d302c8bdb7f4f938eb7fc45548ef279a

From ec07b0deec178ab97fb13b92319166f31055479d Mon Sep 17 00:00:00 2001
From: Nick Hahn <nick.hahn@posteo.de>
Date: Mon, 14 Jun 2021 23:08:49 +0200
Subject: [PATCH 4/4] mopidy-local: update to 3.2.1.

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

diff --git a/srcpkgs/mopidy-local/template b/srcpkgs/mopidy-local/template
index 8a7d95c30872..d94bc0cc85f1 100644
--- a/srcpkgs/mopidy-local/template
+++ b/srcpkgs/mopidy-local/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-local'
 pkgname=mopidy-local
-version=3.1.1
-revision=2
+version=3.2.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-pykka python3-setuptools"
@@ -12,4 +12,4 @@ license="Apache-2.0"
 homepage="https://github.com/mopidy/mopidy-local"
 changelog="https://raw.githubusercontent.com/mopidy/mopidy-local/v${version}/CHANGELOG.rst"
 distfiles="https://github.com/mopidy/${pkgname}/archive/v${version}.tar.gz"
-checksum=270d149d61f46a8688b874b60921a108a8fb97784bb651db64c814342bda98a2
+checksum=9f1b11db5cd47089f822b9dbf91f9e375377526308e2e072513ceee669c2ec21

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

* Re: [PR PATCH] [Updated] Update mopidy-local and add various plugins
  2021-06-14 21:09 [PR PATCH] Update mopidy-local and add various plugins codingHahn
@ 2021-09-15 12:43 ` codingHahn
  2021-09-15 12:53 ` codingHahn
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: codingHahn @ 2021-09-15 12:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/codingHahn/void-packages-1 mopidy-stuff
https://github.com/void-linux/void-packages/pull/31500

Update mopidy-local and add various plugins
<!-- Mark items with [x] where applicable -->

#### General
- [x] 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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### 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, (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/31500.patch is attached

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

From d2b0852bc34b27ee37102de0d608d85b657eeb11 Mon Sep 17 00:00:00 2001
From: Nick Hahn <nick.hahn@posteo.de>
Date: Wed, 15 Sep 2021 14:42:09 +0200
Subject: [PATCH 1/4] New package: python3-vext-0.7.6

---
 srcpkgs/python3-vext/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-vext/template

diff --git a/srcpkgs/python3-vext/template b/srcpkgs/python3-vext/template
new file mode 100644
index 000000000000..384c94cc2c58
--- /dev/null
+++ b/srcpkgs/python3-vext/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-vext'
+pkgname=python3-vext
+version=0.7.6
+revision=1
+wrksrc=vext-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-wheel python3-pip"
+depends="python3-ruamel.yaml"
+short_desc="Use system python packages in virtualenv"
+maintainer="Nick Hahn <nick.hahn@posteo.de>"
+license="MIT"
+homepage="https://github.com/vext-python/vext"
+distfiles="https://github.com/vext-python/vext/archive/refs/tags/v${version}.tar.gz"
+checksum=45e55fe07dc990244e6c634181c0d67f356f7f46ba34a5f9414018f477570e20
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 25964c94da75c7031b4953702fc37986ce3b6300 Mon Sep 17 00:00:00 2001
From: Nick Hahn <nick.hahn@posteo.de>
Date: Wed, 15 Sep 2021 14:42:19 +0200
Subject: [PATCH 2/4] mopidy-local: update to 3.2.1.

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

diff --git a/srcpkgs/mopidy-local/template b/srcpkgs/mopidy-local/template
index 8a7d95c30872..d94bc0cc85f1 100644
--- a/srcpkgs/mopidy-local/template
+++ b/srcpkgs/mopidy-local/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-local'
 pkgname=mopidy-local
-version=3.1.1
-revision=2
+version=3.2.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-pykka python3-setuptools"
@@ -12,4 +12,4 @@ license="Apache-2.0"
 homepage="https://github.com/mopidy/mopidy-local"
 changelog="https://raw.githubusercontent.com/mopidy/mopidy-local/v${version}/CHANGELOG.rst"
 distfiles="https://github.com/mopidy/${pkgname}/archive/v${version}.tar.gz"
-checksum=270d149d61f46a8688b874b60921a108a8fb97784bb651db64c814342bda98a2
+checksum=9f1b11db5cd47089f822b9dbf91f9e375377526308e2e072513ceee669c2ec21

From dea583cb51630ee884887a92d3ef1feb0b83b41b Mon Sep 17 00:00:00 2001
From: Nick Hahn <nick.hahn@posteo.de>
Date: Wed, 15 Sep 2021 14:42:29 +0200
Subject: [PATCH 3/4] New package: mopidy-funkwhale-1.0

---
 srcpkgs/mopidy-funkwhale/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/mopidy-funkwhale/template

diff --git a/srcpkgs/mopidy-funkwhale/template b/srcpkgs/mopidy-funkwhale/template
new file mode 100644
index 000000000000..dd3c55ec19c4
--- /dev/null
+++ b/srcpkgs/mopidy-funkwhale/template
@@ -0,0 +1,16 @@
+# Template file for 'mopidy-funkwhale'
+pkgname=mopidy-funkwhale
+version=1.0
+revision=1
+#archs="i686 x86_64"
+wrksrc="mopidy-v${version}"
+#create_wrksrc=yes
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="mopidy python3-requests-oauthlib python3-vext"
+short_desc="Mopdiy extension for integrating funkwhale"
+maintainer="Nick Hahn <nick.hahn@posteo.de>"
+license="GPL-3.0-or-later"
+homepage="https://dev.funkwhale.audio/funkwhale/mopidy"
+distfiles="https://dev.funkwhale.audio/funkwhale/mopidy/-/archive/v${version}/mopidy-v${version}.tar.gz"
+checksum=fc8753e6256195d0c063271f3b97c8d3d302c8bdb7f4f938eb7fc45548ef279a

From df7658f26b514a61dbd3b492375eb2b9e518f1e7 Mon Sep 17 00:00:00 2001
From: Nick Hahn <nick.hahn@posteo.de>
Date: Wed, 15 Sep 2021 14:42:45 +0200
Subject: [PATCH 4/4] New package: mopidy-mpris-3.0.3

---
 srcpkgs/mopidy-mpris/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/mopidy-mpris/template

diff --git a/srcpkgs/mopidy-mpris/template b/srcpkgs/mopidy-mpris/template
new file mode 100644
index 000000000000..9e4774b7ef95
--- /dev/null
+++ b/srcpkgs/mopidy-mpris/template
@@ -0,0 +1,14 @@
+# Template file for 'mopidy-mpris'
+pkgname=mopidy-mpris
+version=3.0.3
+revision=1
+#wrksrc=
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="mopidy python3-pydbus"
+short_desc="Mopidy extension for controlling Mopidy through the MPRIS interface"
+maintainer="Nick Hahn <nick.hahn@posteo.de>"
+license="Apache-2.0"
+homepage="https://mopidy.com/ext/mpris/"
+distfiles="https://github.com/mopidy/${pkgname}/archive/refs/tags/v${version}.tar.gz"
+checksum=3c544233c2f55ac1995f18f1b916e67edc1628728e97b5b0a8fad0f8db473581

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

* Re: [PR PATCH] [Updated] Update mopidy-local and add various plugins
  2021-06-14 21:09 [PR PATCH] Update mopidy-local and add various plugins codingHahn
  2021-09-15 12:43 ` [PR PATCH] [Updated] " codingHahn
@ 2021-09-15 12:53 ` codingHahn
  2021-09-15 12:54 ` codingHahn
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: codingHahn @ 2021-09-15 12:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/codingHahn/void-packages-1 mopidy-stuff
https://github.com/void-linux/void-packages/pull/31500

Update mopidy-local and add various plugins
<!-- Mark items with [x] where applicable -->

#### General
- [x] 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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### 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, (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/31500.patch is attached

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

From d2b0852bc34b27ee37102de0d608d85b657eeb11 Mon Sep 17 00:00:00 2001
From: Nick Hahn <nick.hahn@posteo.de>
Date: Wed, 15 Sep 2021 14:42:09 +0200
Subject: [PATCH 1/4] New package: python3-vext-0.7.6

---
 srcpkgs/python3-vext/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-vext/template

diff --git a/srcpkgs/python3-vext/template b/srcpkgs/python3-vext/template
new file mode 100644
index 000000000000..384c94cc2c58
--- /dev/null
+++ b/srcpkgs/python3-vext/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-vext'
+pkgname=python3-vext
+version=0.7.6
+revision=1
+wrksrc=vext-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-wheel python3-pip"
+depends="python3-ruamel.yaml"
+short_desc="Use system python packages in virtualenv"
+maintainer="Nick Hahn <nick.hahn@posteo.de>"
+license="MIT"
+homepage="https://github.com/vext-python/vext"
+distfiles="https://github.com/vext-python/vext/archive/refs/tags/v${version}.tar.gz"
+checksum=45e55fe07dc990244e6c634181c0d67f356f7f46ba34a5f9414018f477570e20
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 25964c94da75c7031b4953702fc37986ce3b6300 Mon Sep 17 00:00:00 2001
From: Nick Hahn <nick.hahn@posteo.de>
Date: Wed, 15 Sep 2021 14:42:19 +0200
Subject: [PATCH 2/4] mopidy-local: update to 3.2.1.

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

diff --git a/srcpkgs/mopidy-local/template b/srcpkgs/mopidy-local/template
index 8a7d95c30872..d94bc0cc85f1 100644
--- a/srcpkgs/mopidy-local/template
+++ b/srcpkgs/mopidy-local/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-local'
 pkgname=mopidy-local
-version=3.1.1
-revision=2
+version=3.2.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-pykka python3-setuptools"
@@ -12,4 +12,4 @@ license="Apache-2.0"
 homepage="https://github.com/mopidy/mopidy-local"
 changelog="https://raw.githubusercontent.com/mopidy/mopidy-local/v${version}/CHANGELOG.rst"
 distfiles="https://github.com/mopidy/${pkgname}/archive/v${version}.tar.gz"
-checksum=270d149d61f46a8688b874b60921a108a8fb97784bb651db64c814342bda98a2
+checksum=9f1b11db5cd47089f822b9dbf91f9e375377526308e2e072513ceee669c2ec21

From dea583cb51630ee884887a92d3ef1feb0b83b41b Mon Sep 17 00:00:00 2001
From: Nick Hahn <nick.hahn@posteo.de>
Date: Wed, 15 Sep 2021 14:42:29 +0200
Subject: [PATCH 3/4] New package: mopidy-funkwhale-1.0

---
 srcpkgs/mopidy-funkwhale/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/mopidy-funkwhale/template

diff --git a/srcpkgs/mopidy-funkwhale/template b/srcpkgs/mopidy-funkwhale/template
new file mode 100644
index 000000000000..dd3c55ec19c4
--- /dev/null
+++ b/srcpkgs/mopidy-funkwhale/template
@@ -0,0 +1,16 @@
+# Template file for 'mopidy-funkwhale'
+pkgname=mopidy-funkwhale
+version=1.0
+revision=1
+#archs="i686 x86_64"
+wrksrc="mopidy-v${version}"
+#create_wrksrc=yes
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="mopidy python3-requests-oauthlib python3-vext"
+short_desc="Mopdiy extension for integrating funkwhale"
+maintainer="Nick Hahn <nick.hahn@posteo.de>"
+license="GPL-3.0-or-later"
+homepage="https://dev.funkwhale.audio/funkwhale/mopidy"
+distfiles="https://dev.funkwhale.audio/funkwhale/mopidy/-/archive/v${version}/mopidy-v${version}.tar.gz"
+checksum=fc8753e6256195d0c063271f3b97c8d3d302c8bdb7f4f938eb7fc45548ef279a

From c0fb4d430a4945096fb80b632d1e7f5a7c2e3adb Mon Sep 17 00:00:00 2001
From: Nick Hahn <nick.hahn@posteo.de>
Date: Wed, 15 Sep 2021 14:42:45 +0200
Subject: [PATCH 4/4] New package: mopidy-mpris-3.0.3

---
 srcpkgs/mopidy-mpris/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/mopidy-mpris/template

diff --git a/srcpkgs/mopidy-mpris/template b/srcpkgs/mopidy-mpris/template
new file mode 100644
index 000000000000..ec9b38daadd1
--- /dev/null
+++ b/srcpkgs/mopidy-mpris/template
@@ -0,0 +1,15 @@
+# Template file for 'mopidy-mpris'
+pkgname=mopidy-mpris
+version=3.0.3
+revision=1
+#wrksrc=
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+checkdepends="python3-pip python3-pydbus python3-pytest mopidy"
+depends="mopidy python3-pydbus"
+short_desc="Mopidy extension for controlling Mopidy through the MPRIS interface"
+maintainer="Nick Hahn <nick.hahn@posteo.de>"
+license="Apache-2.0"
+homepage="https://mopidy.com/ext/mpris/"
+distfiles="https://github.com/mopidy/${pkgname}/archive/refs/tags/v${version}.tar.gz"
+checksum=3c544233c2f55ac1995f18f1b916e67edc1628728e97b5b0a8fad0f8db473581

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

* Re: [PR PATCH] [Updated] Update mopidy-local and add various plugins
  2021-06-14 21:09 [PR PATCH] Update mopidy-local and add various plugins codingHahn
  2021-09-15 12:43 ` [PR PATCH] [Updated] " codingHahn
  2021-09-15 12:53 ` codingHahn
@ 2021-09-15 12:54 ` codingHahn
  2021-09-15 13:12 ` codingHahn
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: codingHahn @ 2021-09-15 12:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/codingHahn/void-packages-1 mopidy-stuff
https://github.com/void-linux/void-packages/pull/31500

Update mopidy-local and add various plugins
<!-- Mark items with [x] where applicable -->

#### General
- [x] 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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### 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, (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/31500.patch is attached

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

From d2b0852bc34b27ee37102de0d608d85b657eeb11 Mon Sep 17 00:00:00 2001
From: Nick Hahn <nick.hahn@posteo.de>
Date: Wed, 15 Sep 2021 14:42:09 +0200
Subject: [PATCH 1/4] New package: python3-vext-0.7.6

---
 srcpkgs/python3-vext/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-vext/template

diff --git a/srcpkgs/python3-vext/template b/srcpkgs/python3-vext/template
new file mode 100644
index 000000000000..384c94cc2c58
--- /dev/null
+++ b/srcpkgs/python3-vext/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-vext'
+pkgname=python3-vext
+version=0.7.6
+revision=1
+wrksrc=vext-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-wheel python3-pip"
+depends="python3-ruamel.yaml"
+short_desc="Use system python packages in virtualenv"
+maintainer="Nick Hahn <nick.hahn@posteo.de>"
+license="MIT"
+homepage="https://github.com/vext-python/vext"
+distfiles="https://github.com/vext-python/vext/archive/refs/tags/v${version}.tar.gz"
+checksum=45e55fe07dc990244e6c634181c0d67f356f7f46ba34a5f9414018f477570e20
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 25964c94da75c7031b4953702fc37986ce3b6300 Mon Sep 17 00:00:00 2001
From: Nick Hahn <nick.hahn@posteo.de>
Date: Wed, 15 Sep 2021 14:42:19 +0200
Subject: [PATCH 2/4] mopidy-local: update to 3.2.1.

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

diff --git a/srcpkgs/mopidy-local/template b/srcpkgs/mopidy-local/template
index 8a7d95c30872..d94bc0cc85f1 100644
--- a/srcpkgs/mopidy-local/template
+++ b/srcpkgs/mopidy-local/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-local'
 pkgname=mopidy-local
-version=3.1.1
-revision=2
+version=3.2.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-pykka python3-setuptools"
@@ -12,4 +12,4 @@ license="Apache-2.0"
 homepage="https://github.com/mopidy/mopidy-local"
 changelog="https://raw.githubusercontent.com/mopidy/mopidy-local/v${version}/CHANGELOG.rst"
 distfiles="https://github.com/mopidy/${pkgname}/archive/v${version}.tar.gz"
-checksum=270d149d61f46a8688b874b60921a108a8fb97784bb651db64c814342bda98a2
+checksum=9f1b11db5cd47089f822b9dbf91f9e375377526308e2e072513ceee669c2ec21

From dea583cb51630ee884887a92d3ef1feb0b83b41b Mon Sep 17 00:00:00 2001
From: Nick Hahn <nick.hahn@posteo.de>
Date: Wed, 15 Sep 2021 14:42:29 +0200
Subject: [PATCH 3/4] New package: mopidy-funkwhale-1.0

---
 srcpkgs/mopidy-funkwhale/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/mopidy-funkwhale/template

diff --git a/srcpkgs/mopidy-funkwhale/template b/srcpkgs/mopidy-funkwhale/template
new file mode 100644
index 000000000000..dd3c55ec19c4
--- /dev/null
+++ b/srcpkgs/mopidy-funkwhale/template
@@ -0,0 +1,16 @@
+# Template file for 'mopidy-funkwhale'
+pkgname=mopidy-funkwhale
+version=1.0
+revision=1
+#archs="i686 x86_64"
+wrksrc="mopidy-v${version}"
+#create_wrksrc=yes
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="mopidy python3-requests-oauthlib python3-vext"
+short_desc="Mopdiy extension for integrating funkwhale"
+maintainer="Nick Hahn <nick.hahn@posteo.de>"
+license="GPL-3.0-or-later"
+homepage="https://dev.funkwhale.audio/funkwhale/mopidy"
+distfiles="https://dev.funkwhale.audio/funkwhale/mopidy/-/archive/v${version}/mopidy-v${version}.tar.gz"
+checksum=fc8753e6256195d0c063271f3b97c8d3d302c8bdb7f4f938eb7fc45548ef279a

From a69cfabe5c70c5a6dab0fed1b610e4d91ad45ce2 Mon Sep 17 00:00:00 2001
From: Nick Hahn <nick.hahn@posteo.de>
Date: Wed, 15 Sep 2021 14:42:45 +0200
Subject: [PATCH 4/4] New package: mopidy-mpris-3.0.3

---
 srcpkgs/mopidy-mpris/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/mopidy-mpris/template

diff --git a/srcpkgs/mopidy-mpris/template b/srcpkgs/mopidy-mpris/template
new file mode 100644
index 000000000000..78c3cf22e640
--- /dev/null
+++ b/srcpkgs/mopidy-mpris/template
@@ -0,0 +1,15 @@
+# Template file for 'mopidy-mpris'
+pkgname=mopidy-mpris
+version=3.0.3
+revision=1
+#wrksrc=
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="mopidy python3-pydbus"
+checkdepends="mopidy python3-pip python3-pydbus python3-pytest"
+short_desc="Mopidy extension for controlling Mopidy through the MPRIS interface"
+maintainer="Nick Hahn <nick.hahn@posteo.de>"
+license="Apache-2.0"
+homepage="https://mopidy.com/ext/mpris/"
+distfiles="https://github.com/mopidy/${pkgname}/archive/refs/tags/v${version}.tar.gz"
+checksum=3c544233c2f55ac1995f18f1b916e67edc1628728e97b5b0a8fad0f8db473581

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

* Re: [PR PATCH] [Updated] Update mopidy-local and add various plugins
  2021-06-14 21:09 [PR PATCH] Update mopidy-local and add various plugins codingHahn
                   ` (2 preceding siblings ...)
  2021-09-15 12:54 ` codingHahn
@ 2021-09-15 13:12 ` codingHahn
  2021-09-15 13:32 ` codingHahn
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: codingHahn @ 2021-09-15 13:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/codingHahn/void-packages-1 mopidy-stuff
https://github.com/void-linux/void-packages/pull/31500

Update mopidy-local and add various plugins
<!-- Mark items with [x] where applicable -->

#### General
- [x] 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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### 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, (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/31500.patch is attached

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

From 2a327ef1f7af0fb59c788626bb2dac315c07efc2 Mon Sep 17 00:00:00 2001
From: Nick Hahn <nick.hahn@posteo.de>
Date: Wed, 15 Sep 2021 14:42:09 +0200
Subject: [PATCH 1/4] New package: python3-vext-0.7.6

---
 srcpkgs/python3-vext/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-vext/template

diff --git a/srcpkgs/python3-vext/template b/srcpkgs/python3-vext/template
new file mode 100644
index 000000000000..73614e078ea3
--- /dev/null
+++ b/srcpkgs/python3-vext/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-vext'
+pkgname=python3-vext
+version=0.7.6
+revision=1
+wrksrc=vext-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-wheel python3-pip"
+depends="python3-ruamel.yaml"
+checkdeps="python3-ruamel.yaml"
+short_desc="Use system python packages in virtualenv"
+maintainer="Nick Hahn <nick.hahn@posteo.de>"
+license="MIT"
+homepage="https://github.com/vext-python/vext"
+distfiles="https://github.com/vext-python/vext/archive/refs/tags/v${version}.tar.gz"
+checksum=45e55fe07dc990244e6c634181c0d67f356f7f46ba34a5f9414018f477570e20
+
+post_install() {
+	vlicense LICENSE.txt
+}

From dc30e1d44d03db7ed31762566e1b51269d462c33 Mon Sep 17 00:00:00 2001
From: Nick Hahn <nick.hahn@posteo.de>
Date: Wed, 15 Sep 2021 14:42:19 +0200
Subject: [PATCH 2/4] mopidy-local: update to 3.2.1.

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

diff --git a/srcpkgs/mopidy-local/template b/srcpkgs/mopidy-local/template
index 8a7d95c30872..d94bc0cc85f1 100644
--- a/srcpkgs/mopidy-local/template
+++ b/srcpkgs/mopidy-local/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-local'
 pkgname=mopidy-local
-version=3.1.1
-revision=2
+version=3.2.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-pykka python3-setuptools"
@@ -12,4 +12,4 @@ license="Apache-2.0"
 homepage="https://github.com/mopidy/mopidy-local"
 changelog="https://raw.githubusercontent.com/mopidy/mopidy-local/v${version}/CHANGELOG.rst"
 distfiles="https://github.com/mopidy/${pkgname}/archive/v${version}.tar.gz"
-checksum=270d149d61f46a8688b874b60921a108a8fb97784bb651db64c814342bda98a2
+checksum=9f1b11db5cd47089f822b9dbf91f9e375377526308e2e072513ceee669c2ec21

From e697b84cdec06afdf741fbc1cb71e8d7b1816921 Mon Sep 17 00:00:00 2001
From: Nick Hahn <nick.hahn@posteo.de>
Date: Wed, 15 Sep 2021 14:42:29 +0200
Subject: [PATCH 3/4] New package: mopidy-funkwhale-1.0

---
 srcpkgs/mopidy-funkwhale/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/mopidy-funkwhale/template

diff --git a/srcpkgs/mopidy-funkwhale/template b/srcpkgs/mopidy-funkwhale/template
new file mode 100644
index 000000000000..dd3c55ec19c4
--- /dev/null
+++ b/srcpkgs/mopidy-funkwhale/template
@@ -0,0 +1,16 @@
+# Template file for 'mopidy-funkwhale'
+pkgname=mopidy-funkwhale
+version=1.0
+revision=1
+#archs="i686 x86_64"
+wrksrc="mopidy-v${version}"
+#create_wrksrc=yes
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="mopidy python3-requests-oauthlib python3-vext"
+short_desc="Mopdiy extension for integrating funkwhale"
+maintainer="Nick Hahn <nick.hahn@posteo.de>"
+license="GPL-3.0-or-later"
+homepage="https://dev.funkwhale.audio/funkwhale/mopidy"
+distfiles="https://dev.funkwhale.audio/funkwhale/mopidy/-/archive/v${version}/mopidy-v${version}.tar.gz"
+checksum=fc8753e6256195d0c063271f3b97c8d3d302c8bdb7f4f938eb7fc45548ef279a

From 1837830438c3fe893727fe977110430f09b6a533 Mon Sep 17 00:00:00 2001
From: Nick Hahn <nick.hahn@posteo.de>
Date: Wed, 15 Sep 2021 15:10:46 +0200
Subject: [PATCH 4/4] New package: mopidy-mpris-3.0.3

---
 srcpkgs/mopidy-mpris/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/mopidy-mpris/template

diff --git a/srcpkgs/mopidy-mpris/template b/srcpkgs/mopidy-mpris/template
new file mode 100644
index 000000000000..78c3cf22e640
--- /dev/null
+++ b/srcpkgs/mopidy-mpris/template
@@ -0,0 +1,15 @@
+# Template file for 'mopidy-mpris'
+pkgname=mopidy-mpris
+version=3.0.3
+revision=1
+#wrksrc=
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="mopidy python3-pydbus"
+checkdepends="mopidy python3-pip python3-pydbus python3-pytest"
+short_desc="Mopidy extension for controlling Mopidy through the MPRIS interface"
+maintainer="Nick Hahn <nick.hahn@posteo.de>"
+license="Apache-2.0"
+homepage="https://mopidy.com/ext/mpris/"
+distfiles="https://github.com/mopidy/${pkgname}/archive/refs/tags/v${version}.tar.gz"
+checksum=3c544233c2f55ac1995f18f1b916e67edc1628728e97b5b0a8fad0f8db473581

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

* Re: [PR PATCH] [Updated] Update mopidy-local and add various plugins
  2021-06-14 21:09 [PR PATCH] Update mopidy-local and add various plugins codingHahn
                   ` (3 preceding siblings ...)
  2021-09-15 13:12 ` codingHahn
@ 2021-09-15 13:32 ` codingHahn
  2021-09-15 13:40 ` codingHahn
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: codingHahn @ 2021-09-15 13:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/codingHahn/void-packages-1 mopidy-stuff
https://github.com/void-linux/void-packages/pull/31500

Update mopidy-local and add various plugins
<!-- Mark items with [x] where applicable -->

#### General
- [x] 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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### 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, (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/31500.patch is attached

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

From e33278913cbd7f73af56bf9056991d8b0f649cea Mon Sep 17 00:00:00 2001
From: Nick Hahn <nick.hahn@posteo.de>
Date: Wed, 15 Sep 2021 14:42:09 +0200
Subject: [PATCH 1/4] New package: python3-vext-0.7.6

---
 srcpkgs/python3-vext/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-vext/template

diff --git a/srcpkgs/python3-vext/template b/srcpkgs/python3-vext/template
new file mode 100644
index 000000000000..384c94cc2c58
--- /dev/null
+++ b/srcpkgs/python3-vext/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-vext'
+pkgname=python3-vext
+version=0.7.6
+revision=1
+wrksrc=vext-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-wheel python3-pip"
+depends="python3-ruamel.yaml"
+short_desc="Use system python packages in virtualenv"
+maintainer="Nick Hahn <nick.hahn@posteo.de>"
+license="MIT"
+homepage="https://github.com/vext-python/vext"
+distfiles="https://github.com/vext-python/vext/archive/refs/tags/v${version}.tar.gz"
+checksum=45e55fe07dc990244e6c634181c0d67f356f7f46ba34a5f9414018f477570e20
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 6390cd7011fb5833d5e229d5a7d23a20972c4d6a Mon Sep 17 00:00:00 2001
From: Nick Hahn <nick.hahn@posteo.de>
Date: Wed, 15 Sep 2021 14:42:19 +0200
Subject: [PATCH 2/4] mopidy-local: update to 3.2.1.

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

diff --git a/srcpkgs/mopidy-local/template b/srcpkgs/mopidy-local/template
index 8a7d95c30872..d94bc0cc85f1 100644
--- a/srcpkgs/mopidy-local/template
+++ b/srcpkgs/mopidy-local/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-local'
 pkgname=mopidy-local
-version=3.1.1
-revision=2
+version=3.2.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-pykka python3-setuptools"
@@ -12,4 +12,4 @@ license="Apache-2.0"
 homepage="https://github.com/mopidy/mopidy-local"
 changelog="https://raw.githubusercontent.com/mopidy/mopidy-local/v${version}/CHANGELOG.rst"
 distfiles="https://github.com/mopidy/${pkgname}/archive/v${version}.tar.gz"
-checksum=270d149d61f46a8688b874b60921a108a8fb97784bb651db64c814342bda98a2
+checksum=9f1b11db5cd47089f822b9dbf91f9e375377526308e2e072513ceee669c2ec21

From f3ad12bb44bda2f96ad2f25c5abbc27773b46fd4 Mon Sep 17 00:00:00 2001
From: Nick Hahn <nick.hahn@posteo.de>
Date: Wed, 15 Sep 2021 14:42:29 +0200
Subject: [PATCH 3/4] New package: mopidy-funkwhale-1.0

---
 srcpkgs/mopidy-funkwhale/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/mopidy-funkwhale/template

diff --git a/srcpkgs/mopidy-funkwhale/template b/srcpkgs/mopidy-funkwhale/template
new file mode 100644
index 000000000000..0a150cedd389
--- /dev/null
+++ b/srcpkgs/mopidy-funkwhale/template
@@ -0,0 +1,18 @@
+# Template file for 'mopidy-funkwhale'
+pkgname=mopidy-funkwhale
+version=1.0
+revision=1
+#archs="i686 x86_64"
+wrksrc="mopidy-v${version}"
+#create_wrksrc=yes
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="mopidy python3-requests-oauthlib python3-vext"
+short_desc="Mopdiy extension for integrating funkwhale"
+maintainer="Nick Hahn <nick.hahn@posteo.de>"
+license="GPL-3.0-or-later"
+homepage="https://dev.funkwhale.audio/funkwhale/mopidy"
+distfiles="https://dev.funkwhale.audio/funkwhale/mopidy/-/archive/v${version}/mopidy-v${version}.tar.gz"
+checksum=fc8753e6256195d0c063271f3b97c8d3d302c8bdb7f4f938eb7fc45548ef279a
+# Skip tests because the factory-boy pkg is not in the repos
+make_check=no

From 67eae83832c5e8eeef49edb69d392fe01279dc1c Mon Sep 17 00:00:00 2001
From: Nick Hahn <nick.hahn@posteo.de>
Date: Wed, 15 Sep 2021 15:10:46 +0200
Subject: [PATCH 4/4] New package: mopidy-mpris-3.0.3

---
 srcpkgs/mopidy-mpris/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/mopidy-mpris/template

diff --git a/srcpkgs/mopidy-mpris/template b/srcpkgs/mopidy-mpris/template
new file mode 100644
index 000000000000..78c3cf22e640
--- /dev/null
+++ b/srcpkgs/mopidy-mpris/template
@@ -0,0 +1,15 @@
+# Template file for 'mopidy-mpris'
+pkgname=mopidy-mpris
+version=3.0.3
+revision=1
+#wrksrc=
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="mopidy python3-pydbus"
+checkdepends="mopidy python3-pip python3-pydbus python3-pytest"
+short_desc="Mopidy extension for controlling Mopidy through the MPRIS interface"
+maintainer="Nick Hahn <nick.hahn@posteo.de>"
+license="Apache-2.0"
+homepage="https://mopidy.com/ext/mpris/"
+distfiles="https://github.com/mopidy/${pkgname}/archive/refs/tags/v${version}.tar.gz"
+checksum=3c544233c2f55ac1995f18f1b916e67edc1628728e97b5b0a8fad0f8db473581

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

* Re: Update mopidy-local and add various plugins
  2021-06-14 21:09 [PR PATCH] Update mopidy-local and add various plugins codingHahn
                   ` (4 preceding siblings ...)
  2021-09-15 13:32 ` codingHahn
@ 2021-09-15 13:40 ` codingHahn
  2021-10-14 11:17 ` [PR PATCH] [Updated] " codingHahn
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: codingHahn @ 2021-09-15 13:40 UTC (permalink / raw)
  To: ml

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

New comment by codingHahn on void-packages repository

https://github.com/void-linux/void-packages/pull/31500#issuecomment-920028429

Comment:
The check stage is failing with errors I can't reproduce. The packages work though

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

* Re: [PR PATCH] [Updated] Update mopidy-local and add various plugins
  2021-06-14 21:09 [PR PATCH] Update mopidy-local and add various plugins codingHahn
                   ` (5 preceding siblings ...)
  2021-09-15 13:40 ` codingHahn
@ 2021-10-14 11:17 ` codingHahn
  2021-10-14 11:30 ` codingHahn
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: codingHahn @ 2021-10-14 11:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/codingHahn/void-packages-1 mopidy-stuff
https://github.com/void-linux/void-packages/pull/31500

Update mopidy-local and add various plugins
<!-- Mark items with [x] where applicable -->

#### General
- [x] 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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### 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, (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/31500.patch is attached

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

From 5126674d572994a386d8c8f35107363c27800c2c Mon Sep 17 00:00:00 2001
From: Nick Hahn <nick.hahn@posteo.de>
Date: Mon, 14 Jun 2021 23:08:35 +0200
Subject: [PATCH 1/4] New package: python3-vext-0.7.6

---
 srcpkgs/python3-vext/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-vext/template

diff --git a/srcpkgs/python3-vext/template b/srcpkgs/python3-vext/template
new file mode 100644
index 000000000000..384c94cc2c58
--- /dev/null
+++ b/srcpkgs/python3-vext/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-vext'
+pkgname=python3-vext
+version=0.7.6
+revision=1
+wrksrc=vext-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-wheel python3-pip"
+depends="python3-ruamel.yaml"
+short_desc="Use system python packages in virtualenv"
+maintainer="Nick Hahn <nick.hahn@posteo.de>"
+license="MIT"
+homepage="https://github.com/vext-python/vext"
+distfiles="https://github.com/vext-python/vext/archive/refs/tags/v${version}.tar.gz"
+checksum=45e55fe07dc990244e6c634181c0d67f356f7f46ba34a5f9414018f477570e20
+
+post_install() {
+	vlicense LICENSE.txt
+}

From d610bb29d89ac530c347ff902157cc9993004e92 Mon Sep 17 00:00:00 2001
From: Nick Hahn <nick.hahn@posteo.de>
Date: Mon, 14 Jun 2021 23:08:41 +0200
Subject: [PATCH 2/4] New package: mopidy-mpris-3.0.3

---
 srcpkgs/mopidy-mpris/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/mopidy-mpris/template

diff --git a/srcpkgs/mopidy-mpris/template b/srcpkgs/mopidy-mpris/template
new file mode 100644
index 000000000000..a3da6332946a
--- /dev/null
+++ b/srcpkgs/mopidy-mpris/template
@@ -0,0 +1,14 @@
+# Template file for 'mopidy-mpris'
+pkgname=mopidy-mpris
+version=3.0.3
+revision=1
+#wrksrc=
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="mopidy python3-pydbus"
+short_desc="Mopidy extension for controlling Mopidy through the MPRIS D-Bus interface"
+maintainer="Nick Hahn <nick.hahn@posteo.de>"
+license="Apache-2.0"
+homepage="https://mopidy.com/ext/mpris/"
+distfiles="https://github.com/mopidy/${pkgname}/archive/refs/tags/v${version}.tar.gz"
+checksum=3c544233c2f55ac1995f18f1b916e67edc1628728e97b5b0a8fad0f8db473581

From 140951b36158591ea92d885c4d83fcd87e8a09bd Mon Sep 17 00:00:00 2001
From: Nick Hahn <nick.hahn@posteo.de>
Date: Mon, 14 Jun 2021 23:08:45 +0200
Subject: [PATCH 3/4] New package: mopidy-funkwhale-1.0

---
 srcpkgs/mopidy-funkwhale/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/mopidy-funkwhale/template

diff --git a/srcpkgs/mopidy-funkwhale/template b/srcpkgs/mopidy-funkwhale/template
new file mode 100644
index 000000000000..dd3c55ec19c4
--- /dev/null
+++ b/srcpkgs/mopidy-funkwhale/template
@@ -0,0 +1,16 @@
+# Template file for 'mopidy-funkwhale'
+pkgname=mopidy-funkwhale
+version=1.0
+revision=1
+#archs="i686 x86_64"
+wrksrc="mopidy-v${version}"
+#create_wrksrc=yes
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="mopidy python3-requests-oauthlib python3-vext"
+short_desc="Mopdiy extension for integrating funkwhale"
+maintainer="Nick Hahn <nick.hahn@posteo.de>"
+license="GPL-3.0-or-later"
+homepage="https://dev.funkwhale.audio/funkwhale/mopidy"
+distfiles="https://dev.funkwhale.audio/funkwhale/mopidy/-/archive/v${version}/mopidy-v${version}.tar.gz"
+checksum=fc8753e6256195d0c063271f3b97c8d3d302c8bdb7f4f938eb7fc45548ef279a

From cde624dbed87a352a3a64b5234326cfe9af17b9e Mon Sep 17 00:00:00 2001
From: Nick Hahn <nick.hahn@posteo.de>
Date: Mon, 14 Jun 2021 23:08:49 +0200
Subject: [PATCH 4/4] mopidy-local: update to 3.2.1.

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

diff --git a/srcpkgs/mopidy-local/template b/srcpkgs/mopidy-local/template
index 536240671534..d94bc0cc85f1 100644
--- a/srcpkgs/mopidy-local/template
+++ b/srcpkgs/mopidy-local/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-local'
 pkgname=mopidy-local
-version=3.1.1
-revision=3
+version=3.2.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-pykka python3-setuptools"
@@ -12,4 +12,4 @@ license="Apache-2.0"
 homepage="https://github.com/mopidy/mopidy-local"
 changelog="https://raw.githubusercontent.com/mopidy/mopidy-local/v${version}/CHANGELOG.rst"
 distfiles="https://github.com/mopidy/${pkgname}/archive/v${version}.tar.gz"
-checksum=270d149d61f46a8688b874b60921a108a8fb97784bb651db64c814342bda98a2
+checksum=9f1b11db5cd47089f822b9dbf91f9e375377526308e2e072513ceee669c2ec21

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

* Re: [PR PATCH] [Updated] Update mopidy-local and add various plugins
  2021-06-14 21:09 [PR PATCH] Update mopidy-local and add various plugins codingHahn
                   ` (6 preceding siblings ...)
  2021-10-14 11:17 ` [PR PATCH] [Updated] " codingHahn
@ 2021-10-14 11:30 ` codingHahn
  2021-10-14 12:59 ` codingHahn
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: codingHahn @ 2021-10-14 11:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/codingHahn/void-packages-1 mopidy-stuff
https://github.com/void-linux/void-packages/pull/31500

Update mopidy-local and add various plugins
<!-- Mark items with [x] where applicable -->

#### General
- [x] 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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### 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, (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/31500.patch is attached

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

From 5126674d572994a386d8c8f35107363c27800c2c Mon Sep 17 00:00:00 2001
From: Nick Hahn <nick.hahn@posteo.de>
Date: Mon, 14 Jun 2021 23:08:35 +0200
Subject: [PATCH 1/4] New package: python3-vext-0.7.6

---
 srcpkgs/python3-vext/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-vext/template

diff --git a/srcpkgs/python3-vext/template b/srcpkgs/python3-vext/template
new file mode 100644
index 000000000000..384c94cc2c58
--- /dev/null
+++ b/srcpkgs/python3-vext/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-vext'
+pkgname=python3-vext
+version=0.7.6
+revision=1
+wrksrc=vext-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-wheel python3-pip"
+depends="python3-ruamel.yaml"
+short_desc="Use system python packages in virtualenv"
+maintainer="Nick Hahn <nick.hahn@posteo.de>"
+license="MIT"
+homepage="https://github.com/vext-python/vext"
+distfiles="https://github.com/vext-python/vext/archive/refs/tags/v${version}.tar.gz"
+checksum=45e55fe07dc990244e6c634181c0d67f356f7f46ba34a5f9414018f477570e20
+
+post_install() {
+	vlicense LICENSE.txt
+}

From a0a3693e6707bcbbde95e5f5b5ec2875cc2b5ade Mon Sep 17 00:00:00 2001
From: Nick Hahn <nick.hahn@posteo.de>
Date: Mon, 14 Jun 2021 23:08:41 +0200
Subject: [PATCH 2/4] New package: mopidy-mpris-3.0.3

---
 srcpkgs/mopidy-mpris/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/mopidy-mpris/template

diff --git a/srcpkgs/mopidy-mpris/template b/srcpkgs/mopidy-mpris/template
new file mode 100644
index 000000000000..78c3cf22e640
--- /dev/null
+++ b/srcpkgs/mopidy-mpris/template
@@ -0,0 +1,15 @@
+# Template file for 'mopidy-mpris'
+pkgname=mopidy-mpris
+version=3.0.3
+revision=1
+#wrksrc=
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="mopidy python3-pydbus"
+checkdepends="mopidy python3-pip python3-pydbus python3-pytest"
+short_desc="Mopidy extension for controlling Mopidy through the MPRIS interface"
+maintainer="Nick Hahn <nick.hahn@posteo.de>"
+license="Apache-2.0"
+homepage="https://mopidy.com/ext/mpris/"
+distfiles="https://github.com/mopidy/${pkgname}/archive/refs/tags/v${version}.tar.gz"
+checksum=3c544233c2f55ac1995f18f1b916e67edc1628728e97b5b0a8fad0f8db473581

From eedae59324124e97626b368ac858131622b63c85 Mon Sep 17 00:00:00 2001
From: Nick Hahn <nick.hahn@posteo.de>
Date: Mon, 14 Jun 2021 23:08:45 +0200
Subject: [PATCH 3/4] New package: mopidy-funkwhale-1.0

---
 srcpkgs/mopidy-funkwhale/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/mopidy-funkwhale/template

diff --git a/srcpkgs/mopidy-funkwhale/template b/srcpkgs/mopidy-funkwhale/template
new file mode 100644
index 000000000000..dd3c55ec19c4
--- /dev/null
+++ b/srcpkgs/mopidy-funkwhale/template
@@ -0,0 +1,16 @@
+# Template file for 'mopidy-funkwhale'
+pkgname=mopidy-funkwhale
+version=1.0
+revision=1
+#archs="i686 x86_64"
+wrksrc="mopidy-v${version}"
+#create_wrksrc=yes
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="mopidy python3-requests-oauthlib python3-vext"
+short_desc="Mopdiy extension for integrating funkwhale"
+maintainer="Nick Hahn <nick.hahn@posteo.de>"
+license="GPL-3.0-or-later"
+homepage="https://dev.funkwhale.audio/funkwhale/mopidy"
+distfiles="https://dev.funkwhale.audio/funkwhale/mopidy/-/archive/v${version}/mopidy-v${version}.tar.gz"
+checksum=fc8753e6256195d0c063271f3b97c8d3d302c8bdb7f4f938eb7fc45548ef279a

From 7c63b06748bdd2a734b547ec2f71b82bc96cf111 Mon Sep 17 00:00:00 2001
From: Nick Hahn <nick.hahn@posteo.de>
Date: Mon, 14 Jun 2021 23:08:49 +0200
Subject: [PATCH 4/4] mopidy-local: update to 3.2.1.

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

diff --git a/srcpkgs/mopidy-local/template b/srcpkgs/mopidy-local/template
index 536240671534..d94bc0cc85f1 100644
--- a/srcpkgs/mopidy-local/template
+++ b/srcpkgs/mopidy-local/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-local'
 pkgname=mopidy-local
-version=3.1.1
-revision=3
+version=3.2.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-pykka python3-setuptools"
@@ -12,4 +12,4 @@ license="Apache-2.0"
 homepage="https://github.com/mopidy/mopidy-local"
 changelog="https://raw.githubusercontent.com/mopidy/mopidy-local/v${version}/CHANGELOG.rst"
 distfiles="https://github.com/mopidy/${pkgname}/archive/v${version}.tar.gz"
-checksum=270d149d61f46a8688b874b60921a108a8fb97784bb651db64c814342bda98a2
+checksum=9f1b11db5cd47089f822b9dbf91f9e375377526308e2e072513ceee669c2ec21

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

* Re: [PR PATCH] [Updated] Update mopidy-local and add various plugins
  2021-06-14 21:09 [PR PATCH] Update mopidy-local and add various plugins codingHahn
                   ` (7 preceding siblings ...)
  2021-10-14 11:30 ` codingHahn
@ 2021-10-14 12:59 ` codingHahn
  2021-10-14 15:57 ` codingHahn
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: codingHahn @ 2021-10-14 12:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/codingHahn/void-packages-1 mopidy-stuff
https://github.com/void-linux/void-packages/pull/31500

Update mopidy-local and add various plugins
<!-- Mark items with [x] where applicable -->

#### General
- [x] 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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### 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, (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/31500.patch is attached

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

From 5126674d572994a386d8c8f35107363c27800c2c Mon Sep 17 00:00:00 2001
From: Nick Hahn <nick.hahn@posteo.de>
Date: Mon, 14 Jun 2021 23:08:35 +0200
Subject: [PATCH 1/4] New package: python3-vext-0.7.6

---
 srcpkgs/python3-vext/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-vext/template

diff --git a/srcpkgs/python3-vext/template b/srcpkgs/python3-vext/template
new file mode 100644
index 000000000000..384c94cc2c58
--- /dev/null
+++ b/srcpkgs/python3-vext/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-vext'
+pkgname=python3-vext
+version=0.7.6
+revision=1
+wrksrc=vext-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-wheel python3-pip"
+depends="python3-ruamel.yaml"
+short_desc="Use system python packages in virtualenv"
+maintainer="Nick Hahn <nick.hahn@posteo.de>"
+license="MIT"
+homepage="https://github.com/vext-python/vext"
+distfiles="https://github.com/vext-python/vext/archive/refs/tags/v${version}.tar.gz"
+checksum=45e55fe07dc990244e6c634181c0d67f356f7f46ba34a5f9414018f477570e20
+
+post_install() {
+	vlicense LICENSE.txt
+}

From a0a3693e6707bcbbde95e5f5b5ec2875cc2b5ade Mon Sep 17 00:00:00 2001
From: Nick Hahn <nick.hahn@posteo.de>
Date: Mon, 14 Jun 2021 23:08:41 +0200
Subject: [PATCH 2/4] New package: mopidy-mpris-3.0.3

---
 srcpkgs/mopidy-mpris/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/mopidy-mpris/template

diff --git a/srcpkgs/mopidy-mpris/template b/srcpkgs/mopidy-mpris/template
new file mode 100644
index 000000000000..78c3cf22e640
--- /dev/null
+++ b/srcpkgs/mopidy-mpris/template
@@ -0,0 +1,15 @@
+# Template file for 'mopidy-mpris'
+pkgname=mopidy-mpris
+version=3.0.3
+revision=1
+#wrksrc=
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="mopidy python3-pydbus"
+checkdepends="mopidy python3-pip python3-pydbus python3-pytest"
+short_desc="Mopidy extension for controlling Mopidy through the MPRIS interface"
+maintainer="Nick Hahn <nick.hahn@posteo.de>"
+license="Apache-2.0"
+homepage="https://mopidy.com/ext/mpris/"
+distfiles="https://github.com/mopidy/${pkgname}/archive/refs/tags/v${version}.tar.gz"
+checksum=3c544233c2f55ac1995f18f1b916e67edc1628728e97b5b0a8fad0f8db473581

From 3fa287c398617c019cce1bce274e8149441dd95f Mon Sep 17 00:00:00 2001
From: Nick Hahn <nick.hahn@posteo.de>
Date: Mon, 14 Jun 2021 23:08:45 +0200
Subject: [PATCH 3/4] New package: mopidy-funkwhale-1.0

---
 srcpkgs/mopidy-funkwhale/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/mopidy-funkwhale/template

diff --git a/srcpkgs/mopidy-funkwhale/template b/srcpkgs/mopidy-funkwhale/template
new file mode 100644
index 000000000000..84527c557d1c
--- /dev/null
+++ b/srcpkgs/mopidy-funkwhale/template
@@ -0,0 +1,16 @@
+# Template file for 'mopidy-funkwhale'
+pkgname=mopidy-funkwhale
+version=1.0
+revision=1
+wrksrc="mopidy-v${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="mopidy python3-requests-oauthlib python3-vext"
+short_desc="Mopdiy extension for integrating funkwhale"
+maintainer="Nick Hahn <nick.hahn@posteo.de>"
+license="GPL-3.0-or-later"
+homepage="https://dev.funkwhale.audio/funkwhale/mopidy"
+distfiles="https://dev.funkwhale.audio/funkwhale/mopidy/-/archive/v${version}/mopidy-v${version}.tar.gz"
+checksum=fc8753e6256195d0c063271f3b97c8d3d302c8bdb7f4f938eb7fc45548ef279a
+# Skip check because the factory-boy dep ist not in the repos
+make_check=no

From 5b7a021a419175fdccdddcb10b40d94e7a1dc825 Mon Sep 17 00:00:00 2001
From: Nick Hahn <nick.hahn@posteo.de>
Date: Mon, 14 Jun 2021 23:08:49 +0200
Subject: [PATCH 4/4] mopidy-local: update to 3.2.1.

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

diff --git a/srcpkgs/mopidy-local/template b/srcpkgs/mopidy-local/template
index 536240671534..d94bc0cc85f1 100644
--- a/srcpkgs/mopidy-local/template
+++ b/srcpkgs/mopidy-local/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-local'
 pkgname=mopidy-local
-version=3.1.1
-revision=3
+version=3.2.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-pykka python3-setuptools"
@@ -12,4 +12,4 @@ license="Apache-2.0"
 homepage="https://github.com/mopidy/mopidy-local"
 changelog="https://raw.githubusercontent.com/mopidy/mopidy-local/v${version}/CHANGELOG.rst"
 distfiles="https://github.com/mopidy/${pkgname}/archive/v${version}.tar.gz"
-checksum=270d149d61f46a8688b874b60921a108a8fb97784bb651db64c814342bda98a2
+checksum=9f1b11db5cd47089f822b9dbf91f9e375377526308e2e072513ceee669c2ec21

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

* Re: Update mopidy-local and add various plugins
  2021-06-14 21:09 [PR PATCH] Update mopidy-local and add various plugins codingHahn
                   ` (8 preceding siblings ...)
  2021-10-14 12:59 ` codingHahn
@ 2021-10-14 15:57 ` codingHahn
  2021-10-14 19:11 ` [PR REVIEW] " ericonr
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: codingHahn @ 2021-10-14 15:57 UTC (permalink / raw)
  To: ml

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

New comment by codingHahn on void-packages repository

https://github.com/void-linux/void-packages/pull/31500#issuecomment-943493631

Comment:
All checks finally passed.

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

* Re: [PR REVIEW] Update mopidy-local and add various plugins
  2021-06-14 21:09 [PR PATCH] Update mopidy-local and add various plugins codingHahn
                   ` (10 preceding siblings ...)
  2021-10-14 19:11 ` [PR REVIEW] " ericonr
@ 2021-10-14 19:11 ` ericonr
  2021-10-14 19:11 ` ericonr
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: ericonr @ 2021-10-14 19:11 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31500#discussion_r729266694

Comment:
Please don't use `pip` for checks.

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

* Re: [PR REVIEW] Update mopidy-local and add various plugins
  2021-06-14 21:09 [PR PATCH] Update mopidy-local and add various plugins codingHahn
                   ` (9 preceding siblings ...)
  2021-10-14 15:57 ` codingHahn
@ 2021-10-14 19:11 ` ericonr
  2021-10-14 19:11 ` ericonr
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: ericonr @ 2021-10-14 19:11 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31500#discussion_r729266821

Comment:
Commented out var

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

* Re: [PR REVIEW] Update mopidy-local and add various plugins
  2021-06-14 21:09 [PR PATCH] Update mopidy-local and add various plugins codingHahn
                   ` (13 preceding siblings ...)
  2021-10-14 19:11 ` ericonr
@ 2021-10-14 19:11 ` ericonr
  2022-05-22  2:11 ` github-actions
  2022-06-05  2:13 ` [PR PATCH] [Closed]: " github-actions
  16 siblings, 0 replies; 18+ messages in thread
From: ericonr @ 2021-10-14 19:11 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31500#discussion_r729267244

Comment:
Please don't use `pip`.

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

* Re: [PR REVIEW] Update mopidy-local and add various plugins
  2021-06-14 21:09 [PR PATCH] Update mopidy-local and add various plugins codingHahn
                   ` (12 preceding siblings ...)
  2021-10-14 19:11 ` ericonr
@ 2021-10-14 19:11 ` ericonr
  2021-10-14 19:11 ` ericonr
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: ericonr @ 2021-10-14 19:11 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31500#discussion_r729267477

Comment:
Why are you adding new packages if `mopidy-local` doesn't touch them? Or are they exclusively optional plugins?

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

* Re: [PR REVIEW] Update mopidy-local and add various plugins
  2021-06-14 21:09 [PR PATCH] Update mopidy-local and add various plugins codingHahn
                   ` (11 preceding siblings ...)
  2021-10-14 19:11 ` ericonr
@ 2021-10-14 19:11 ` ericonr
  2021-10-14 19:11 ` ericonr
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: ericonr @ 2021-10-14 19:11 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31500#discussion_r729267905

Comment:
Does this actually need vext at runtime? :/

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

* Re: Update mopidy-local and add various plugins
  2021-06-14 21:09 [PR PATCH] Update mopidy-local and add various plugins codingHahn
                   ` (14 preceding siblings ...)
  2021-10-14 19:11 ` ericonr
@ 2022-05-22  2:11 ` github-actions
  2022-06-05  2:13 ` [PR PATCH] [Closed]: " github-actions
  16 siblings, 0 replies; 18+ messages in thread
From: github-actions @ 2022-05-22  2:11 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/31500#issuecomment-1133802465

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: Update mopidy-local and add various plugins
  2021-06-14 21:09 [PR PATCH] Update mopidy-local and add various plugins codingHahn
                   ` (15 preceding siblings ...)
  2022-05-22  2:11 ` github-actions
@ 2022-06-05  2:13 ` github-actions
  16 siblings, 0 replies; 18+ messages in thread
From: github-actions @ 2022-06-05  2:13 UTC (permalink / raw)
  To: ml

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

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

Update mopidy-local and add various plugins
https://github.com/void-linux/void-packages/pull/31500

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

#### General
- [x] 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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### 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, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2022-06-05  2:13 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-14 21:09 [PR PATCH] Update mopidy-local and add various plugins codingHahn
2021-09-15 12:43 ` [PR PATCH] [Updated] " codingHahn
2021-09-15 12:53 ` codingHahn
2021-09-15 12:54 ` codingHahn
2021-09-15 13:12 ` codingHahn
2021-09-15 13:32 ` codingHahn
2021-09-15 13:40 ` codingHahn
2021-10-14 11:17 ` [PR PATCH] [Updated] " codingHahn
2021-10-14 11:30 ` codingHahn
2021-10-14 12:59 ` codingHahn
2021-10-14 15:57 ` codingHahn
2021-10-14 19:11 ` [PR REVIEW] " ericonr
2021-10-14 19:11 ` ericonr
2021-10-14 19:11 ` ericonr
2021-10-14 19:11 ` ericonr
2021-10-14 19:11 ` ericonr
2022-05-22  2:11 ` github-actions
2022-06-05  2:13 ` [PR PATCH] [Closed]: " github-actions

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