Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: mopidy-mpd-3.0.0
@ 2020-01-11 11:28 voidlinux-github
  2020-01-11 11:29 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-11 11:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages mopidy-mpd
https://github.com/void-linux/void-packages/pull/18227

New package: mopidy-mpd-3.0.0
Should I rename it to "Mopidy-MPD" as the python package name ?

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

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

From 137ee6a2ee44fa5be92767560c54d404ed7aa5b4 Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Thu, 9 Jan 2020 15:48:26 +0100
Subject: [PATCH] New package: mopidy-mpd-3.0.0

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

diff --git a/srcpkgs/mopidy-mpd/template b/srcpkgs/mopidy-mpd/template
new file mode 100644
index 00000000000..3b8d5525c72
--- /dev/null
+++ b/srcpkgs/mopidy-mpd/template
@@ -0,0 +1,17 @@
+# Template file for 'mopidy-mpd'
+pkgname=mopidy-mpd
+version=3.0.0
+revision=1
+archs=noarch
+wrksrc="Mopidy-MPD-${version}"
+build_style=python3-module
+pycompile_module=Mopidy-MPD
+hostmakedepends="python3-setuptools"
+depends="mopidy python3-pykka python3-setuptools"
+short_desc="Music server for MPD, Spotify, SoundClound and others"
+maintainer="Stacy Harper <contact@stacyharper.net>"
+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-MPD/Mopidy-MPD-${version}.tar.gz"
+checksum=4c452e8ad8fbf13322b510cd48bc5bef5779d2ac8f39cd5e0ca2883248a4325f

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

* Re: [PR PATCH] [Updated] New package: mopidy-mpd-3.0.0
  2020-01-11 11:28 [PR PATCH] New package: mopidy-mpd-3.0.0 voidlinux-github
@ 2020-01-11 11:29 ` voidlinux-github
  2020-01-11 14:23 ` voidlinux-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-11 11:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages mopidy-mpd
https://github.com/void-linux/void-packages/pull/18227

New package: mopidy-mpd-3.0.0
Should I rename it to "Mopidy-MPD" as the python package name ?

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

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

From 411c787e2c949f15e48033f2127df4aeac442d09 Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Thu, 9 Jan 2020 15:48:26 +0100
Subject: [PATCH] New package: mopidy-mpd-3.0.0

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

diff --git a/srcpkgs/mopidy-mpd/template b/srcpkgs/mopidy-mpd/template
new file mode 100644
index 00000000000..d64e374b049
--- /dev/null
+++ b/srcpkgs/mopidy-mpd/template
@@ -0,0 +1,17 @@
+# Template file for 'mopidy-mpd'
+pkgname=mopidy-mpd
+version=3.0.0
+revision=1
+archs=noarch
+wrksrc="Mopidy-MPD-${version}"
+build_style=python3-module
+pycompile_module=Mopidy-MPD
+hostmakedepends="python3-setuptools"
+depends="mopidy python3-pykka python3-setuptools"
+short_desc="Mopidy extension for controlling Mopidy from MPD clients"
+maintainer="Stacy Harper <contact@stacyharper.net>"
+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-MPD/Mopidy-MPD-${version}.tar.gz"
+checksum=4c452e8ad8fbf13322b510cd48bc5bef5779d2ac8f39cd5e0ca2883248a4325f

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

* Re: [PR PATCH] [Updated] New package: mopidy-mpd-3.0.0
  2020-01-11 11:28 [PR PATCH] New package: mopidy-mpd-3.0.0 voidlinux-github
  2020-01-11 11:29 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-11 14:23 ` voidlinux-github
  2020-01-16 10:27 ` voidlinux-github
  2020-01-18  3:36 ` [PR PATCH] [Merged]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-11 14:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages mopidy-mpd
https://github.com/void-linux/void-packages/pull/18227

New package: mopidy-mpd-3.0.0
Should I rename it to "Mopidy-MPD" as the python package name ?

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

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

From 012ab5410307bad8595be319ac182c48375b9775 Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Thu, 9 Jan 2020 15:48:26 +0100
Subject: [PATCH] New package: mopidy-mpd-3.0.0

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

diff --git a/srcpkgs/mopidy-mpd/template b/srcpkgs/mopidy-mpd/template
new file mode 100644
index 00000000000..287990e5e02
--- /dev/null
+++ b/srcpkgs/mopidy-mpd/template
@@ -0,0 +1,16 @@
+# Template file for 'mopidy-mpd'
+pkgname=mopidy-mpd
+version=3.0.0
+revision=1
+archs=noarch
+wrksrc="Mopidy-MPD-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="mopidy python3-pykka python3-setuptools"
+short_desc="Mopidy extension for controlling Mopidy from MPD clients"
+maintainer="Stacy Harper <contact@stacyharper.net>"
+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-MPD/Mopidy-MPD-${version}.tar.gz"
+checksum=4c452e8ad8fbf13322b510cd48bc5bef5779d2ac8f39cd5e0ca2883248a4325f

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

* Re: [PR PATCH] [Updated] New package: mopidy-mpd-3.0.0
  2020-01-11 11:28 [PR PATCH] New package: mopidy-mpd-3.0.0 voidlinux-github
  2020-01-11 11:29 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-11 14:23 ` voidlinux-github
@ 2020-01-16 10:27 ` voidlinux-github
  2020-01-18  3:36 ` [PR PATCH] [Merged]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-16 10:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages mopidy-mpd
https://github.com/void-linux/void-packages/pull/18227

New package: mopidy-mpd-3.0.0
Should I rename it to "Mopidy-MPD" as the python package name ?

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

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

From d2a66c69b92ddf4e0567a2b77d2db454770abf41 Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Thu, 9 Jan 2020 15:48:26 +0100
Subject: [PATCH] New package: mopidy-mpd-3.0.0

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

diff --git a/srcpkgs/mopidy-mpd/template b/srcpkgs/mopidy-mpd/template
new file mode 100644
index 00000000000..db1642166fd
--- /dev/null
+++ b/srcpkgs/mopidy-mpd/template
@@ -0,0 +1,17 @@
+# Template file for 'mopidy-mpd'
+pkgname=mopidy-mpd
+version=3.0.0
+revision=1
+archs=noarch
+wrksrc="Mopidy-MPD-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="mopidy python3-pykka python3-setuptools"
+checkdepends="${depends} python3-gobject python3-pytest"
+short_desc="Mopidy extension for controlling Mopidy from MPD clients"
+maintainer="Stacy Harper <contact@stacyharper.net>"
+license="Apache-2.0"
+homepage="http://www.mopidy.com"
+changelog="https://raw.githubusercontent.com/mopidy/mopidy-mpd/v${version}/CHANGELOG.rst"
+distfiles="${PYPI_SITE}/M/Mopidy-MPD/Mopidy-MPD-${version}.tar.gz"
+checksum=4c452e8ad8fbf13322b510cd48bc5bef5779d2ac8f39cd5e0ca2883248a4325f

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

* Re: [PR PATCH] [Merged]: New package: mopidy-mpd-3.0.0
  2020-01-11 11:28 [PR PATCH] New package: mopidy-mpd-3.0.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2020-01-16 10:27 ` voidlinux-github
@ 2020-01-18  3:36 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-18  3:36 UTC (permalink / raw)
  To: ml

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

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

New package: mopidy-mpd-3.0.0
https://github.com/void-linux/void-packages/pull/18227

Description:
Should I rename it to "Mopidy-MPD" as the python package name ?

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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-11 11:28 [PR PATCH] New package: mopidy-mpd-3.0.0 voidlinux-github
2020-01-11 11:29 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-11 14:23 ` voidlinux-github
2020-01-16 10:27 ` voidlinux-github
2020-01-18  3:36 ` [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).