Github messages for voidlinux
 help / color / mirror / Atom feed
From: codingHahn <codingHahn@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] Update mopidy-local and add various plugins
Date: Wed, 15 Sep 2021 14:54:47 +0200	[thread overview]
Message-ID: <20210915125447.fT5ryBa5SvwvwuA2TQ2_8YtEhWKhp36xnhVAb3t1stM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31500@inbox.vuxu.org>

[-- 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

  parent reply	other threads:[~2021-09-15 12:54 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-14 21:09 [PR PATCH] " codingHahn
2021-09-15 12:43 ` [PR PATCH] [Updated] " codingHahn
2021-09-15 12:53 ` codingHahn
2021-09-15 12:54 ` codingHahn [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210915125447.fT5ryBa5SvwvwuA2TQ2_8YtEhWKhp36xnhVAb3t1stM@z \
    --to=codinghahn@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).