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

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