Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: puddletag-2.0.1
@ 2020-10-08 21:39 progrestian
  2020-10-09 11:33 ` Duncaen
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: progrestian @ 2020-10-08 21:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/progrestian/void-packages puddletag
https://github.com/void-linux/void-packages/pull/25445

New package: puddletag-2.0.1
Package previously removed due to upstream quitting and depending on Python2 & PyQt4.
A new maintainer has picked up the project and ported it to Python3 & PyQt5.

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

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

From 01f6e29b2d0e2a26c5d39bf1d945171dc6885c14 Mon Sep 17 00:00:00 2001
From: Daniel Progrestian <progrestian@tuta.io>
Date: Thu, 8 Oct 2020 23:36:26 +0200
Subject: [PATCH] New package: puddletag-2.0.1

---
 srcpkgs/puddletag/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/puddletag/template

diff --git a/srcpkgs/puddletag/template b/srcpkgs/puddletag/template
new file mode 100644
index 00000000000..ef4b52d6bb5
--- /dev/null
+++ b/srcpkgs/puddletag/template
@@ -0,0 +1,12 @@
+# Template file for 'puddletag'
+pkgname=puddletag
+version=2.0.1
+revision=1
+build_style=python3-module
+depends="python3 python3-configobj python3-mutagen python3-parsing python3-PyQt5 python3-PyQt5-svg"
+short_desc="Powerful, simple, audio tag editor for GNU/Linux "
+maintainer="Daniel Progrestian <progrestian@tuta.io>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/puddletag/puddletag"
+distfiles="https://github.com/puddletag/puddletag/releases/download/${version}/puddletag-${version}.tar.gz"
+checksum=f5c39b7168df34fb4e919d3f57660888f7a2218c6924979895e2b91ff9ba6a07

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

* Re: New package: puddletag-2.0.1
  2020-10-08 21:39 [PR PATCH] New package: puddletag-2.0.1 progrestian
@ 2020-10-09 11:33 ` Duncaen
  2020-10-09 11:58 ` [PR PATCH] [Updated] " progrestian
  2020-10-09 12:05 ` [PR PATCH] [Closed]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2020-10-09 11:33 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/25445#issuecomment-706129036

Comment:
This is missing `hostmakedepends="python3-setuptools"`.

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

* Re: [PR PATCH] [Updated] New package: puddletag-2.0.1
  2020-10-08 21:39 [PR PATCH] New package: puddletag-2.0.1 progrestian
  2020-10-09 11:33 ` Duncaen
@ 2020-10-09 11:58 ` progrestian
  2020-10-09 12:05 ` [PR PATCH] [Closed]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: progrestian @ 2020-10-09 11:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/progrestian/void-packages puddletag
https://github.com/void-linux/void-packages/pull/25445

New package: puddletag-2.0.1
Package previously removed due to upstream quitting and depending on Python2 & PyQt4.
A new maintainer has picked up the project and ported it to Python3 & PyQt5.

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

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

From f7424b836083bbdf72d2f38bce850790c201c7dd Mon Sep 17 00:00:00 2001
From: Daniel Progrestian <progrestian@tuta.io>
Date: Fri, 9 Oct 2020 13:56:56 +0200
Subject: [PATCH] New package: puddletag-2.0.1

---
 srcpkgs/puddletag/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/puddletag/template

diff --git a/srcpkgs/puddletag/template b/srcpkgs/puddletag/template
new file mode 100644
index 00000000000..d52aa95adc5
--- /dev/null
+++ b/srcpkgs/puddletag/template
@@ -0,0 +1,13 @@
+# Template file for 'puddletag'
+pkgname=puddletag
+version=2.0.1
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-configobj python3-mutagen python3-parsing python3-PyQt5 python3-PyQt5-svg"
+short_desc="Powerful, simple, audio tag editor for GNU/Linux "
+maintainer="Daniel Progrestian <progrestian@tuta.io>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/puddletag/puddletag"
+distfiles="https://github.com/puddletag/puddletag/releases/download/${version}/puddletag-${version}.tar.gz"
+checksum=f5c39b7168df34fb4e919d3f57660888f7a2218c6924979895e2b91ff9ba6a07

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

* Re: [PR PATCH] [Closed]: New package: puddletag-2.0.1
  2020-10-08 21:39 [PR PATCH] New package: puddletag-2.0.1 progrestian
  2020-10-09 11:33 ` Duncaen
  2020-10-09 11:58 ` [PR PATCH] [Updated] " progrestian
@ 2020-10-09 12:05 ` Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2020-10-09 12:05 UTC (permalink / raw)
  To: ml

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

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

New package: puddletag-2.0.1
https://github.com/void-linux/void-packages/pull/25445

Description:
Package previously removed due to upstream quitting and depending on Python2 & PyQt4.
A new maintainer has picked up the project and ported it to Python3 & PyQt5.

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

end of thread, other threads:[~2020-10-09 12:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-08 21:39 [PR PATCH] New package: puddletag-2.0.1 progrestian
2020-10-09 11:33 ` Duncaen
2020-10-09 11:58 ` [PR PATCH] [Updated] " progrestian
2020-10-09 12:05 ` [PR PATCH] [Closed]: " Duncaen

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