Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mopidy: update to 3.0.1
@ 2020-01-09 14:08 voidlinux-github
  2020-01-09 14:09 ` voidlinux-github
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-09 14:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages mopidy3
https://github.com/void-linux/void-packages/pull/18138

mopidy: update to 3.0.1


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

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

From bb741bb3b451b6b6e7d6d0e72c4443e7b230de99 Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Tue, 7 Jan 2020 18:01:47 +0100
Subject: [PATCH] mopidy: update to 3.0.1

---
 srcpkgs/mopidy/template | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/mopidy/template b/srcpkgs/mopidy/template
index 9c839039b6d..405894687fe 100644
--- a/srcpkgs/mopidy/template
+++ b/srcpkgs/mopidy/template
@@ -1,21 +1,21 @@
 # Template file for 'mopidy'
 pkgname=mopidy
-version=2.3.1
-revision=2
+version=3.0.1
+revision=1
 archs=noarch
 wrksrc="Mopidy-${version}"
-build_style=python2-module
+build_style=python3-module
 pycompile_module=mopidy
-hostmakedepends="python-setuptools python-Sphinx python-sphinx_rtd_theme python-pykka"
+hostmakedepends="python3-setuptools python3-Sphinx python3-sphinx_rtd_theme python-pykka"
 depends="gst1-python gst-plugins-good1 gst-plugins-ugly1 gst-plugins-bad1
- python-futures python-tornado python-pykka python-setuptools python-requests"
+ python3-tornado python-pykka python3-setuptools python3-requests"
 short_desc="Music server for MPD, Spotify, SoundClound and others"
 maintainer="allan <mail@may.mooo.com>"
 license="Apache-2.0"
 homepage="http://www.mopidy.com"
 changelog="https://github.com/mopidy/mopidy/raw/develop/docs/changelog.rst"
 distfiles="${PYPI_SITE}/M/Mopidy/Mopidy-${version}.tar.gz"
-checksum=d1ee47fd91ae7ce2bf99cf85ed9108ac48c3fb5f29b31c7fbe94fac45c6e4a0b
+checksum=7931ca61028e135834df1af22a01029b24f3c2455625f3da84a1a05b5c313ef3
 
 conf_files="/etc/mopidy/*.conf"
 system_accounts="mopidy"
@@ -30,11 +30,12 @@ post_install() {
 	vcopy extra/desktop/mopidy.desktop usr/share/applications/
 	vbin extra/mopidyctl/mopidyctl
 	vman extra/mopidyctl/mopidyctl.8
-	make -C docs man
-	vman docs/_build/man/mopidy.1
-	make -C docs html
+	python3 setup.py build
+	python3 setup.py build_sphinx -b man
+	python3 setup.py build_sphinx -b html
+	vman build/sphinx/man/mopidy.1
 	vmkdir usr/share/doc/mopidy/
-	cp -r docs/_build/html/* ${DESTDIR}/usr/share/doc/mopidy/
+	cp -r build/sphinx/html/* ${DESTDIR}/usr/share/doc/mopidy/
 	vinstall ${FILESDIR}/mopidy.conf 644 etc/mopidy/
 	vinstall ${FILESDIR}/logging.conf 644 etc/mopidy/
 	vsv mopidy

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

* Re: mopidy: update to 3.0.1
  2020-01-09 14:08 [PR PATCH] mopidy: update to 3.0.1 voidlinux-github
@ 2020-01-09 14:09 ` voidlinux-github
  2020-01-09 14:13 ` [NOMERGE] " voidlinux-github
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-09 14:09 UTC (permalink / raw)
  To: ml

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

New comment by Eluminae on void-packages repository

https://github.com/void-linux/void-packages/pull/18138#issuecomment-572577187

Comment:
Changes based on aur changesets https://git.archlinux.org/svntogit/community.git/commit/?h=packages/mopidy&id=fdf23cde00ec4a0436b97ecfef2460a4ca31bed1

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

* Re: [NOMERGE] mopidy: update to 3.0.1
  2020-01-09 14:08 [PR PATCH] mopidy: update to 3.0.1 voidlinux-github
  2020-01-09 14:09 ` voidlinux-github
@ 2020-01-09 14:13 ` voidlinux-github
  2020-01-09 14:13 ` voidlinux-github
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-09 14:13 UTC (permalink / raw)
  To: ml

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

New comment by Eluminae on void-packages repository

https://github.com/void-linux/void-packages/pull/18138#issuecomment-572578849

Comment:
Traceback (most recent call last):
  File "/bin/mopidy", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3251, in <module>
    def _initialize_master_working_set():
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3234, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3263, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 583, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 900, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'Pykka>=2.0.1' distribution was not found and is required by Mopidy


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

* Re: [NOMERGE] mopidy: update to 3.0.1
  2020-01-09 14:08 [PR PATCH] mopidy: update to 3.0.1 voidlinux-github
  2020-01-09 14:09 ` voidlinux-github
  2020-01-09 14:13 ` [NOMERGE] " voidlinux-github
@ 2020-01-09 14:13 ` voidlinux-github
  2020-01-09 14:30 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-09 14:13 UTC (permalink / raw)
  To: ml

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

New comment by Eluminae on void-packages repository

https://github.com/void-linux/void-packages/pull/18138#issuecomment-572578849

Comment:
```
Traceback (most recent call last):
  File "/bin/mopidy", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3251, in <module>
    def _initialize_master_working_set():
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3234, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3263, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 583, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 900, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'Pykka>=2.0.1' distribution was not found and is required by Mopidy
```


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

* Re: [PR PATCH] [Updated] [NOMERGE] mopidy: update to 3.0.1
  2020-01-09 14:08 [PR PATCH] mopidy: update to 3.0.1 voidlinux-github
                   ` (2 preceding siblings ...)
  2020-01-09 14:13 ` voidlinux-github
@ 2020-01-09 14:30 ` voidlinux-github
  2020-01-09 14:32 ` voidlinux-github
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-09 14:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages mopidy3
https://github.com/void-linux/void-packages/pull/18138

[NOMERGE] mopidy: update to 3.0.1


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

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

From bb741bb3b451b6b6e7d6d0e72c4443e7b230de99 Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Tue, 7 Jan 2020 18:01:47 +0100
Subject: [PATCH 1/2] mopidy: update to 3.0.1

---
 srcpkgs/mopidy/template | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/mopidy/template b/srcpkgs/mopidy/template
index 9c839039b6d..405894687fe 100644
--- a/srcpkgs/mopidy/template
+++ b/srcpkgs/mopidy/template
@@ -1,21 +1,21 @@
 # Template file for 'mopidy'
 pkgname=mopidy
-version=2.3.1
-revision=2
+version=3.0.1
+revision=1
 archs=noarch
 wrksrc="Mopidy-${version}"
-build_style=python2-module
+build_style=python3-module
 pycompile_module=mopidy
-hostmakedepends="python-setuptools python-Sphinx python-sphinx_rtd_theme python-pykka"
+hostmakedepends="python3-setuptools python3-Sphinx python3-sphinx_rtd_theme python-pykka"
 depends="gst1-python gst-plugins-good1 gst-plugins-ugly1 gst-plugins-bad1
- python-futures python-tornado python-pykka python-setuptools python-requests"
+ python3-tornado python-pykka python3-setuptools python3-requests"
 short_desc="Music server for MPD, Spotify, SoundClound and others"
 maintainer="allan <mail@may.mooo.com>"
 license="Apache-2.0"
 homepage="http://www.mopidy.com"
 changelog="https://github.com/mopidy/mopidy/raw/develop/docs/changelog.rst"
 distfiles="${PYPI_SITE}/M/Mopidy/Mopidy-${version}.tar.gz"
-checksum=d1ee47fd91ae7ce2bf99cf85ed9108ac48c3fb5f29b31c7fbe94fac45c6e4a0b
+checksum=7931ca61028e135834df1af22a01029b24f3c2455625f3da84a1a05b5c313ef3
 
 conf_files="/etc/mopidy/*.conf"
 system_accounts="mopidy"
@@ -30,11 +30,12 @@ post_install() {
 	vcopy extra/desktop/mopidy.desktop usr/share/applications/
 	vbin extra/mopidyctl/mopidyctl
 	vman extra/mopidyctl/mopidyctl.8
-	make -C docs man
-	vman docs/_build/man/mopidy.1
-	make -C docs html
+	python3 setup.py build
+	python3 setup.py build_sphinx -b man
+	python3 setup.py build_sphinx -b html
+	vman build/sphinx/man/mopidy.1
 	vmkdir usr/share/doc/mopidy/
-	cp -r docs/_build/html/* ${DESTDIR}/usr/share/doc/mopidy/
+	cp -r build/sphinx/html/* ${DESTDIR}/usr/share/doc/mopidy/
 	vinstall ${FILESDIR}/mopidy.conf 644 etc/mopidy/
 	vinstall ${FILESDIR}/logging.conf 644 etc/mopidy/
 	vsv mopidy

From cb7f4d2c8b38fc0327f13f54f4efdb7dc8285a7a Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Thu, 9 Jan 2020 15:30:45 +0100
Subject: [PATCH 2/2] python-pykka: update to 2.0.2

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

diff --git a/srcpkgs/python-pykka/template b/srcpkgs/python-pykka/template
index 6a364096365..7f9bb15a9fb 100644
--- a/srcpkgs/python-pykka/template
+++ b/srcpkgs/python-pykka/template
@@ -1,16 +1,16 @@
 # Template file for 'python-pykka'
 pkgname=python-pykka
-version=1.2.1
-revision=2
+version=2.0.2
+revision=1
 archs=noarch
 wrksrc="Pykka-${version}"
-build_style=python2-module
+build_style=python-module
 pycompile_module="pykka"
-hostmakedepends="python-setuptools"
+hostmakedepends="python-setuptools python3-setuptools"
 depends="python"
 short_desc="Python implementation of the actor model"
 maintainer="allan <mail@may.mooo.com>"
 homepage="https://pypi.org/project/Pykka/"
 license="Apache-2.0"
 distfiles="${PYPI_SITE}/P/Pykka/Pykka-${version}.tar.gz"
-checksum=e847ffeadee49b563426ab803e8eee67264d773e38ca14763fdcda56411e3c11
+checksum=895cc2ed8779b65dd14a90ba3f4b8cb0f7904c7bf0710fe96a923019f8e82a39

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

* Re: mopidy: update to 3.0.1
  2020-01-09 14:08 [PR PATCH] mopidy: update to 3.0.1 voidlinux-github
                   ` (3 preceding siblings ...)
  2020-01-09 14:30 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-09 14:32 ` voidlinux-github
  2020-01-09 14:50 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-09 14:32 UTC (permalink / raw)
  To: ml

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

New comment by Eluminae on void-packages repository

https://github.com/void-linux/void-packages/pull/18138#issuecomment-572587232

Comment:
The error was fixed updating the python-pykka package to 2.0.2. Mopidy 3.0.1 works ! Youhou

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

* Re: [PR PATCH] [Updated] mopidy: update to 3.0.1
  2020-01-09 14:08 [PR PATCH] mopidy: update to 3.0.1 voidlinux-github
                   ` (4 preceding siblings ...)
  2020-01-09 14:32 ` voidlinux-github
@ 2020-01-09 14:50 ` voidlinux-github
  2020-01-09 15:27 ` voidlinux-github
  2020-01-10 18:16 ` [PR PATCH] [Merged]: " voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-09 14:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages mopidy3
https://github.com/void-linux/void-packages/pull/18138

mopidy: update to 3.0.1


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

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

From bb741bb3b451b6b6e7d6d0e72c4443e7b230de99 Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Tue, 7 Jan 2020 18:01:47 +0100
Subject: [PATCH 1/2] mopidy: update to 3.0.1

---
 srcpkgs/mopidy/template | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/mopidy/template b/srcpkgs/mopidy/template
index 9c839039b6d..405894687fe 100644
--- a/srcpkgs/mopidy/template
+++ b/srcpkgs/mopidy/template
@@ -1,21 +1,21 @@
 # Template file for 'mopidy'
 pkgname=mopidy
-version=2.3.1
-revision=2
+version=3.0.1
+revision=1
 archs=noarch
 wrksrc="Mopidy-${version}"
-build_style=python2-module
+build_style=python3-module
 pycompile_module=mopidy
-hostmakedepends="python-setuptools python-Sphinx python-sphinx_rtd_theme python-pykka"
+hostmakedepends="python3-setuptools python3-Sphinx python3-sphinx_rtd_theme python-pykka"
 depends="gst1-python gst-plugins-good1 gst-plugins-ugly1 gst-plugins-bad1
- python-futures python-tornado python-pykka python-setuptools python-requests"
+ python3-tornado python-pykka python3-setuptools python3-requests"
 short_desc="Music server for MPD, Spotify, SoundClound and others"
 maintainer="allan <mail@may.mooo.com>"
 license="Apache-2.0"
 homepage="http://www.mopidy.com"
 changelog="https://github.com/mopidy/mopidy/raw/develop/docs/changelog.rst"
 distfiles="${PYPI_SITE}/M/Mopidy/Mopidy-${version}.tar.gz"
-checksum=d1ee47fd91ae7ce2bf99cf85ed9108ac48c3fb5f29b31c7fbe94fac45c6e4a0b
+checksum=7931ca61028e135834df1af22a01029b24f3c2455625f3da84a1a05b5c313ef3
 
 conf_files="/etc/mopidy/*.conf"
 system_accounts="mopidy"
@@ -30,11 +30,12 @@ post_install() {
 	vcopy extra/desktop/mopidy.desktop usr/share/applications/
 	vbin extra/mopidyctl/mopidyctl
 	vman extra/mopidyctl/mopidyctl.8
-	make -C docs man
-	vman docs/_build/man/mopidy.1
-	make -C docs html
+	python3 setup.py build
+	python3 setup.py build_sphinx -b man
+	python3 setup.py build_sphinx -b html
+	vman build/sphinx/man/mopidy.1
 	vmkdir usr/share/doc/mopidy/
-	cp -r docs/_build/html/* ${DESTDIR}/usr/share/doc/mopidy/
+	cp -r build/sphinx/html/* ${DESTDIR}/usr/share/doc/mopidy/
 	vinstall ${FILESDIR}/mopidy.conf 644 etc/mopidy/
 	vinstall ${FILESDIR}/logging.conf 644 etc/mopidy/
 	vsv mopidy

From 26b61c0fb2b55234d00541a59f1e7df6aadddf80 Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Thu, 9 Jan 2020 15:30:45 +0100
Subject: [PATCH 2/2] python-pykka: update to 2.0.2

---
 srcpkgs/python-pykka/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python-pykka/template b/srcpkgs/python-pykka/template
index 6a364096365..081e6de2c01 100644
--- a/srcpkgs/python-pykka/template
+++ b/srcpkgs/python-pykka/template
@@ -1,16 +1,16 @@
 # Template file for 'python-pykka'
 pkgname=python-pykka
-version=1.2.1
-revision=2
+version=2.0.2
+revision=1
 archs=noarch
 wrksrc="Pykka-${version}"
-build_style=python2-module
+build_style=python-module
 pycompile_module="pykka"
-hostmakedepends="python-setuptools"
+hostmakedepends="python-setuptools python3-setuptools"
 depends="python"
 short_desc="Python implementation of the actor model"
 maintainer="allan <mail@may.mooo.com>"
-homepage="https://pypi.org/project/Pykka/"
 license="Apache-2.0"
+homepage="https://pypi.org/project/Pykka/"
 distfiles="${PYPI_SITE}/P/Pykka/Pykka-${version}.tar.gz"
-checksum=e847ffeadee49b563426ab803e8eee67264d773e38ca14763fdcda56411e3c11
+checksum=895cc2ed8779b65dd14a90ba3f4b8cb0f7904c7bf0710fe96a923019f8e82a39

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

* Re: [PR PATCH] [Updated] mopidy: update to 3.0.1
  2020-01-09 14:08 [PR PATCH] mopidy: update to 3.0.1 voidlinux-github
                   ` (5 preceding siblings ...)
  2020-01-09 14:50 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-09 15:27 ` voidlinux-github
  2020-01-10 18:16 ` [PR PATCH] [Merged]: " voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-09 15:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages mopidy3
https://github.com/void-linux/void-packages/pull/18138

mopidy: update to 3.0.1


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

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

From 12cf5e19471eed2b46936bd1f3fcc523c356eca4 Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Tue, 7 Jan 2020 18:01:47 +0100
Subject: [PATCH 1/2] mopidy: update to 3.0.1

---
 srcpkgs/mopidy/template | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/mopidy/template b/srcpkgs/mopidy/template
index 9c839039b6d..cdfea2e10a5 100644
--- a/srcpkgs/mopidy/template
+++ b/srcpkgs/mopidy/template
@@ -1,21 +1,20 @@
 # Template file for 'mopidy'
 pkgname=mopidy
-version=2.3.1
-revision=2
+version=3.0.1
+revision=1
 archs=noarch
 wrksrc="Mopidy-${version}"
-build_style=python2-module
-pycompile_module=mopidy
-hostmakedepends="python-setuptools python-Sphinx python-sphinx_rtd_theme python-pykka"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx python3-sphinx_rtd_theme python3-pykka"
 depends="gst1-python gst-plugins-good1 gst-plugins-ugly1 gst-plugins-bad1
- python-futures python-tornado python-pykka python-setuptools python-requests"
+ python3-tornado python3-pykka python3-setuptools python3-requests"
 short_desc="Music server for MPD, Spotify, SoundClound and others"
 maintainer="allan <mail@may.mooo.com>"
 license="Apache-2.0"
 homepage="http://www.mopidy.com"
 changelog="https://github.com/mopidy/mopidy/raw/develop/docs/changelog.rst"
 distfiles="${PYPI_SITE}/M/Mopidy/Mopidy-${version}.tar.gz"
-checksum=d1ee47fd91ae7ce2bf99cf85ed9108ac48c3fb5f29b31c7fbe94fac45c6e4a0b
+checksum=7931ca61028e135834df1af22a01029b24f3c2455625f3da84a1a05b5c313ef3
 
 conf_files="/etc/mopidy/*.conf"
 system_accounts="mopidy"
@@ -30,11 +29,12 @@ post_install() {
 	vcopy extra/desktop/mopidy.desktop usr/share/applications/
 	vbin extra/mopidyctl/mopidyctl
 	vman extra/mopidyctl/mopidyctl.8
-	make -C docs man
-	vman docs/_build/man/mopidy.1
-	make -C docs html
+	python3 setup.py build
+	python3 setup.py build_sphinx -b man
+	python3 setup.py build_sphinx -b html
+	vman build/sphinx/man/mopidy.1
 	vmkdir usr/share/doc/mopidy/
-	cp -r docs/_build/html/* ${DESTDIR}/usr/share/doc/mopidy/
+	cp -r build/sphinx/html/* ${DESTDIR}/usr/share/doc/mopidy/
 	vinstall ${FILESDIR}/mopidy.conf 644 etc/mopidy/
 	vinstall ${FILESDIR}/logging.conf 644 etc/mopidy/
 	vsv mopidy

From 7a139e8ed5d639187886514342d0c6b4a6100060 Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Thu, 9 Jan 2020 15:30:45 +0100
Subject: [PATCH 2/2] python-pykka: update to 2.0.2

---
 srcpkgs/python-pykka/template | 24 ++++++++++++++++--------
 srcpkgs/python3-pykka         |  1 +
 2 files changed, 17 insertions(+), 8 deletions(-)
 create mode 120000 srcpkgs/python3-pykka

diff --git a/srcpkgs/python-pykka/template b/srcpkgs/python-pykka/template
index 6a364096365..512639c69c3 100644
--- a/srcpkgs/python-pykka/template
+++ b/srcpkgs/python-pykka/template
@@ -1,16 +1,24 @@
 # Template file for 'python-pykka'
 pkgname=python-pykka
-version=1.2.1
-revision=2
+version=2.0.2
+revision=1
 archs=noarch
 wrksrc="Pykka-${version}"
-build_style=python2-module
-pycompile_module="pykka"
-hostmakedepends="python-setuptools"
+build_style=python-module
+hostmakedepends="python-setuptools python3-setuptools"
 depends="python"
-short_desc="Python implementation of the actor model"
+short_desc="Python2 implementation of the actor model"
 maintainer="allan <mail@may.mooo.com>"
-homepage="https://pypi.org/project/Pykka/"
 license="Apache-2.0"
+homepage="https://pypi.org/project/Pykka/"
 distfiles="${PYPI_SITE}/P/Pykka/Pykka-${version}.tar.gz"
-checksum=e847ffeadee49b563426ab803e8eee67264d773e38ca14763fdcda56411e3c11
+checksum=895cc2ed8779b65dd14a90ba3f4b8cb0f7904c7bf0710fe96a923019f8e82a39
+
+python3-pykka_package() {
+	archs=noarch
+	depends="python3"
+	short_desc="${short_desc/Python2/Python3}"
+	pkg_install() {
+		vmove usr/lib/python3*
+	}
+}
diff --git a/srcpkgs/python3-pykka b/srcpkgs/python3-pykka
new file mode 120000
index 00000000000..06f11ba43a6
--- /dev/null
+++ b/srcpkgs/python3-pykka
@@ -0,0 +1 @@
+python-pykka
\ No newline at end of file

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

* Re: [PR PATCH] [Merged]: mopidy: update to 3.0.1
  2020-01-09 14:08 [PR PATCH] mopidy: update to 3.0.1 voidlinux-github
                   ` (6 preceding siblings ...)
  2020-01-09 15:27 ` voidlinux-github
@ 2020-01-10 18:16 ` voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-10 18:16 UTC (permalink / raw)
  To: ml

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

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

mopidy: update to 3.0.1
https://github.com/void-linux/void-packages/pull/18138

Description:


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

end of thread, other threads:[~2020-01-10 18:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-09 14:08 [PR PATCH] mopidy: update to 3.0.1 voidlinux-github
2020-01-09 14:09 ` voidlinux-github
2020-01-09 14:13 ` [NOMERGE] " voidlinux-github
2020-01-09 14:13 ` voidlinux-github
2020-01-09 14:30 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-09 14:32 ` voidlinux-github
2020-01-09 14:50 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-09 15:27 ` voidlinux-github
2020-01-10 18:16 ` [PR PATCH] [Merged]: " voidlinux-github

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