Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cozy: added python3-pytz missing dep
@ 2020-10-30 10:09 MrMip
  2020-10-30 12:01 ` ericonr
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: MrMip @ 2020-10-30 10:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MrMip/void-packages cozy-missing-dep
https://github.com/void-linux/void-packages/pull/25981

cozy: added python3-pytz missing dep
There was a missing runtime dep with the cozy package.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cozy-missing-dep-25981.patch --]
[-- Type: text/x-diff, Size: 971 bytes --]

From d2d8e9f58516ac1468a0d52d84fe72f4b83df7a9 Mon Sep 17 00:00:00 2001
From: MrMip <Miphamster@protonmail.com>
Date: Fri, 30 Oct 2020 05:06:21 -0500
Subject: [PATCH] cozy: added python3-pytz missing dep

---
 srcpkgs/cozy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cozy/template b/srcpkgs/cozy/template
index e6a3bed8e53..cab6d8e2d66 100644
--- a/srcpkgs/cozy/template
+++ b/srcpkgs/cozy/template
@@ -8,7 +8,7 @@ hostmakedepends="pkg-config glib-devel python3 python3-distro python3-peewee
 makedepends="glib-devel python3-distro python3-peewee python3-mutagen
  python3-gobject-devel"
 depends="python3 python3-peewee gst-libav gst-plugins-good1 gst1-python3
- python3-mutagen python3-distro python3-apsw python3-packaging"
+ python3-mutagen python3-distro python3-apsw python3-packaging python3-pytz"
 short_desc="Audio book player"
 maintainer="johannes <johannes.brechtmann@gmail.com>"
 license="GPL-3.0-only, LGPL-3.0-only"

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

* Re: cozy: added python3-pytz missing dep
  2020-10-30 10:09 [PR PATCH] cozy: added python3-pytz missing dep MrMip
@ 2020-10-30 12:01 ` ericonr
  2020-10-31  8:42 ` [PR PATCH] [Updated] " MrMip
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ericonr @ 2020-10-30 12:01 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25981#issuecomment-719512753

Comment:
You need to revbump the package.

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

* Re: [PR PATCH] [Updated] cozy: added python3-pytz missing dep
  2020-10-30 10:09 [PR PATCH] cozy: added python3-pytz missing dep MrMip
  2020-10-30 12:01 ` ericonr
@ 2020-10-31  8:42 ` MrMip
  2020-10-31  8:47 ` MrMip
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: MrMip @ 2020-10-31  8:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MrMip/void-packages cozy-missing-dep
https://github.com/void-linux/void-packages/pull/25981

cozy: added python3-pytz missing dep
There was a missing runtime dep with the cozy package.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cozy-missing-dep-25981.patch --]
[-- Type: text/x-diff, Size: 1127 bytes --]

From 8cd4507210e6bd4d691560533fccddc651fbd540 Mon Sep 17 00:00:00 2001
From: MrMip <Miphamster@protonmail.com>
Date: Fri, 30 Oct 2020 05:06:21 -0500
Subject: [PATCH] cozy: added python3-pytz missing dep

---
 srcpkgs/cozy/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cozy/template b/srcpkgs/cozy/template
index e6a3bed8e53..4c35a42c026 100644
--- a/srcpkgs/cozy/template
+++ b/srcpkgs/cozy/template
@@ -1,14 +1,14 @@
 # Template file for 'cozy'
 pkgname=cozy
 version=0.7.2
-revision=2
+revision=3
 build_style=meson
 hostmakedepends="pkg-config glib-devel python3 python3-distro python3-peewee
  python3-mutagen python3-gobject-devel gettext"
 makedepends="glib-devel python3-distro python3-peewee python3-mutagen
  python3-gobject-devel"
 depends="python3 python3-peewee gst-libav gst-plugins-good1 gst1-python3
- python3-mutagen python3-distro python3-apsw python3-packaging"
+ python3-mutagen python3-distro python3-apsw python3-packaging python3-pytz"
 short_desc="Audio book player"
 maintainer="johannes <johannes.brechtmann@gmail.com>"
 license="GPL-3.0-only, LGPL-3.0-only"

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

* Re: cozy: added python3-pytz missing dep
  2020-10-30 10:09 [PR PATCH] cozy: added python3-pytz missing dep MrMip
  2020-10-30 12:01 ` ericonr
  2020-10-31  8:42 ` [PR PATCH] [Updated] " MrMip
@ 2020-10-31  8:47 ` MrMip
  2020-10-31 15:43 ` ericonr
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: MrMip @ 2020-10-31  8:47 UTC (permalink / raw)
  To: ml

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

New comment by MrMip on void-packages repository

https://github.com/void-linux/void-packages/pull/25981#issuecomment-719904869

Comment:
Sorry, I did not know I revbumped it.

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

* Re: cozy: added python3-pytz missing dep
  2020-10-30 10:09 [PR PATCH] cozy: added python3-pytz missing dep MrMip
                   ` (2 preceding siblings ...)
  2020-10-31  8:47 ` MrMip
@ 2020-10-31 15:43 ` ericonr
  2020-10-31 19:12 ` ericonr
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ericonr @ 2020-10-31 15:43 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25981#issuecomment-719950883

Comment:
No worries :)

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

* Re: cozy: added python3-pytz missing dep
  2020-10-30 10:09 [PR PATCH] cozy: added python3-pytz missing dep MrMip
                   ` (3 preceding siblings ...)
  2020-10-31 15:43 ` ericonr
@ 2020-10-31 19:12 ` ericonr
  2020-11-01  5:36 ` [PR PATCH] [Updated] " MrMip
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ericonr @ 2020-10-31 19:12 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25981#issuecomment-719975376

Comment:
Would you mind adding all libraries from https://github.com/geigi/cozy/blob/master/requirements.txt ?

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

* Re: [PR PATCH] [Updated] cozy: added python3-pytz missing dep
  2020-10-30 10:09 [PR PATCH] cozy: added python3-pytz missing dep MrMip
                   ` (4 preceding siblings ...)
  2020-10-31 19:12 ` ericonr
@ 2020-11-01  5:36 ` MrMip
  2020-11-01  5:43 ` MrMip
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: MrMip @ 2020-11-01  5:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MrMip/void-packages cozy-missing-dep
https://github.com/void-linux/void-packages/pull/25981

cozy: added python3-pytz missing dep
There was a missing runtime dep with the cozy package.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cozy-missing-dep-25981.patch --]
[-- Type: text/x-diff, Size: 1147 bytes --]

From bf44c4e83bc93be6aa89a88b45866371d1d2ec98 Mon Sep 17 00:00:00 2001
From: MrMip <Miphamster@protonmail.com>
Date: Fri, 30 Oct 2020 05:06:21 -0500
Subject: [PATCH] cozy: added python3-pytz missing dep

---
 srcpkgs/cozy/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cozy/template b/srcpkgs/cozy/template
index e6a3bed8e53..53431a045c2 100644
--- a/srcpkgs/cozy/template
+++ b/srcpkgs/cozy/template
@@ -1,14 +1,15 @@
 # Template file for 'cozy'
 pkgname=cozy
 version=0.7.2
-revision=2
+revision=3
 build_style=meson
 hostmakedepends="pkg-config glib-devel python3 python3-distro python3-peewee
  python3-mutagen python3-gobject-devel gettext"
 makedepends="glib-devel python3-distro python3-peewee python3-mutagen
  python3-gobject-devel"
 depends="python3 python3-peewee gst-libav gst-plugins-good1 gst1-python3
- python3-mutagen python3-distro python3-apsw python3-packaging"
+ python3-mutagen python3-distro python3-apsw python3-packaging python3-pytz
+ python3-requests"
 short_desc="Audio book player"
 maintainer="johannes <johannes.brechtmann@gmail.com>"
 license="GPL-3.0-only, LGPL-3.0-only"

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

* Re: cozy: added python3-pytz missing dep
  2020-10-30 10:09 [PR PATCH] cozy: added python3-pytz missing dep MrMip
                   ` (5 preceding siblings ...)
  2020-11-01  5:36 ` [PR PATCH] [Updated] " MrMip
@ 2020-11-01  5:43 ` MrMip
  2020-11-01  5:45 ` sgn
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: MrMip @ 2020-11-01  5:43 UTC (permalink / raw)
  To: ml

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

New comment by MrMip on void-packages repository

https://github.com/void-linux/void-packages/pull/25981#issuecomment-720034860

Comment:
I added python3-requests, but the Void repos don't have PyGobject. All the other deps are there tho. I'm not suer if this needs a revbump could not find the protocol for revbumps in the CONTRIBUTING.md, but I could have missed something.

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

* Re: cozy: added python3-pytz missing dep
  2020-10-30 10:09 [PR PATCH] cozy: added python3-pytz missing dep MrMip
                   ` (6 preceding siblings ...)
  2020-11-01  5:43 ` MrMip
@ 2020-11-01  5:45 ` sgn
  2020-11-02  3:17 ` [PR PATCH] [Updated] " MrMip
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sgn @ 2020-11-01  5:45 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/25981#issuecomment-720035473

Comment:
On 2020-10-31 22:43:21-0700, MrMip <notifications@github.com> wrote:
> I added python3-requests, but the Void repos don't have PyGobject.

I guess it's python3-gobject, no?

> All the other deps are there tho. I'm not suer if this needs
> a revbump could not find the protocol for revbumps in the
> CONTRIBUTING.md, but I could have missed something.

-- 
Danh


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

* Re: [PR PATCH] [Updated] cozy: added python3-pytz missing dep
  2020-10-30 10:09 [PR PATCH] cozy: added python3-pytz missing dep MrMip
                   ` (7 preceding siblings ...)
  2020-11-01  5:45 ` sgn
@ 2020-11-02  3:17 ` MrMip
  2020-11-02  3:24 ` MrMip
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: MrMip @ 2020-11-02  3:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MrMip/void-packages cozy-missing-dep
https://github.com/void-linux/void-packages/pull/25981

cozy: added python3-pytz missing dep
There was a missing runtime dep with the cozy package.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cozy-missing-dep-25981.patch --]
[-- Type: text/x-diff, Size: 1163 bytes --]

From b366562548a7162aad45086091d6ee2394362ff6 Mon Sep 17 00:00:00 2001
From: MrMip <Miphamster@protonmail.com>
Date: Fri, 30 Oct 2020 05:06:21 -0500
Subject: [PATCH] cozy: added python3-pytz missing dep

---
 srcpkgs/cozy/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cozy/template b/srcpkgs/cozy/template
index e6a3bed8e53..19e490f8fb8 100644
--- a/srcpkgs/cozy/template
+++ b/srcpkgs/cozy/template
@@ -1,14 +1,15 @@
 # Template file for 'cozy'
 pkgname=cozy
 version=0.7.2
-revision=2
+revision=3
 build_style=meson
 hostmakedepends="pkg-config glib-devel python3 python3-distro python3-peewee
  python3-mutagen python3-gobject-devel gettext"
 makedepends="glib-devel python3-distro python3-peewee python3-mutagen
  python3-gobject-devel"
 depends="python3 python3-peewee gst-libav gst-plugins-good1 gst1-python3
- python3-mutagen python3-distro python3-apsw python3-packaging"
+ python3-mutagen python3-distro python3-apsw python3-packaging python3-pytz
+ python3-requests python3-gobject"
 short_desc="Audio book player"
 maintainer="johannes <johannes.brechtmann@gmail.com>"
 license="GPL-3.0-only, LGPL-3.0-only"

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

* Re: cozy: added python3-pytz missing dep
  2020-10-30 10:09 [PR PATCH] cozy: added python3-pytz missing dep MrMip
                   ` (8 preceding siblings ...)
  2020-11-02  3:17 ` [PR PATCH] [Updated] " MrMip
@ 2020-11-02  3:24 ` MrMip
  2020-11-03 21:11 ` jnbr
  2020-11-03 21:11 ` [PR PATCH] [Merged]: " jnbr
  11 siblings, 0 replies; 13+ messages in thread
From: MrMip @ 2020-11-02  3:24 UTC (permalink / raw)
  To: ml

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

New comment by MrMip on void-packages repository

https://github.com/void-linux/void-packages/pull/25981#issuecomment-720215670

Comment:
I have no clue how I missed that. I think I was trying with a capital G like the pip package, but I don't know. Thank you sng. I have added python3-gobject as well now tho.

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

* Re: cozy: added python3-pytz missing dep
  2020-10-30 10:09 [PR PATCH] cozy: added python3-pytz missing dep MrMip
                   ` (9 preceding siblings ...)
  2020-11-02  3:24 ` MrMip
@ 2020-11-03 21:11 ` jnbr
  2020-11-03 21:11 ` [PR PATCH] [Merged]: " jnbr
  11 siblings, 0 replies; 13+ messages in thread
From: jnbr @ 2020-11-03 21:11 UTC (permalink / raw)
  To: ml

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

New comment by jnbr on void-packages repository

https://github.com/void-linux/void-packages/pull/25981#issuecomment-721376342

Comment:
Thanks for the fix.

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

* Re: [PR PATCH] [Merged]: cozy: added python3-pytz missing dep
  2020-10-30 10:09 [PR PATCH] cozy: added python3-pytz missing dep MrMip
                   ` (10 preceding siblings ...)
  2020-11-03 21:11 ` jnbr
@ 2020-11-03 21:11 ` jnbr
  11 siblings, 0 replies; 13+ messages in thread
From: jnbr @ 2020-11-03 21:11 UTC (permalink / raw)
  To: ml

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

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

cozy: added python3-pytz missing dep
https://github.com/void-linux/void-packages/pull/25981

Description:
There was a missing runtime dep with the cozy package.

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

end of thread, other threads:[~2020-11-03 21:11 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-30 10:09 [PR PATCH] cozy: added python3-pytz missing dep MrMip
2020-10-30 12:01 ` ericonr
2020-10-31  8:42 ` [PR PATCH] [Updated] " MrMip
2020-10-31  8:47 ` MrMip
2020-10-31 15:43 ` ericonr
2020-10-31 19:12 ` ericonr
2020-11-01  5:36 ` [PR PATCH] [Updated] " MrMip
2020-11-01  5:43 ` MrMip
2020-11-01  5:45 ` sgn
2020-11-02  3:17 ` [PR PATCH] [Updated] " MrMip
2020-11-02  3:24 ` MrMip
2020-11-03 21:11 ` jnbr
2020-11-03 21:11 ` [PR PATCH] [Merged]: " jnbr

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