Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: persepolis
@ 2019-11-06  2:09 voidlinux-github
  2019-11-07 18:30 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2019-11-06  2:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages persepolis
https://github.com/void-linux/void-packages/pull/16174

New package: persepolis
Closes #16144

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

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

From 32ba4d025d871584df8f6596e9072f1a378b664d Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 5 Nov 2019 20:02:15 -0600
Subject: [PATCH] New package: persepolis Closes #16144

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

diff --git a/srcpkgs/persepolis/template b/srcpkgs/persepolis/template
new file mode 100644
index 00000000000..eb5f491a4c0
--- /dev/null
+++ b/srcpkgs/persepolis/template
@@ -0,0 +1,22 @@
+# Template file for 'persepolis'
+pkgname=persepolis
+version=3.2.0
+revision=1
+archs="noarch"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+depends="python3-setproctitle python3-requests python3-psutil aria2 ffmpeg
+	libnotify pulseaudio youtube-dl sound-theme-freedesktop qt5-svg"
+short_desc="Aria2 Python GUI"
+maintainer="Nathan Owens <ndowens04@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://persepolisdm.github.io/"
+distfiles="https://github.com/persepolisdm/${pkgname}/archive/${version}.tar.gz"
+checksum=d27cf2a4e02b0fbe79b1903ca0ab32a6007493d51a8201443a8febb566750acd
+
+pre_build() {
+# Remove input, otherwise will stop install
+sed -e '/input/d' \
+	-e '/if answer not/d' \
+	-e '/sys.exit(1)/d' -i setup.py
+}

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

* Re: [PR PATCH] [Updated] New package: persepolis
  2019-11-06  2:09 [PR PATCH] New package: persepolis voidlinux-github
@ 2019-11-07 18:30 ` voidlinux-github
  2019-11-07 19:32 ` voidlinux-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-11-07 18:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages persepolis
https://github.com/void-linux/void-packages/pull/16174

New package: persepolis
Closes #16144

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

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

From 292e334b31199b8fcd65d51235154fcf5191f69e Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 5 Nov 2019 20:02:15 -0600
Subject: [PATCH] New package: persepolis Closes #16144

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

diff --git a/srcpkgs/persepolis/template b/srcpkgs/persepolis/template
new file mode 100644
index 00000000000..4ca7fcad2c9
--- /dev/null
+++ b/srcpkgs/persepolis/template
@@ -0,0 +1,24 @@
+# Template file for 'persepolis'
+pkgname=persepolis
+version=3.2.0
+revision=1
+archs="noarch"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+depends="python3-setproctitle python3-requests python3-psutil aria2 ffmpeg
+	libnotify pulseaudio youtube-dl sound-theme-freedesktop qt5-svg"
+short_desc="Aria2 Python GUI"
+maintainer="Nathan Owens <ndowens04@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://persepolisdm.github.io/"
+distfiles="https://github.com/persepolisdm/${pkgname}/archive/${version}.tar.gz"
+checksum=d27cf2a4e02b0fbe79b1903ca0ab32a6007493d51a8201443a8febb566750acd
+
+do_patch() {
+# Remove input, otherwise will stop install
+# Script checks for run dependencies during build
+
+sed -e '/input/d' \
+	-e '/if answer not/d' \
+	-e '/sys.exit(1)/d' -i setup.py
+}

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

* Re: [PR PATCH] [Updated] New package: persepolis
  2019-11-06  2:09 [PR PATCH] New package: persepolis voidlinux-github
  2019-11-07 18:30 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-11-07 19:32 ` voidlinux-github
  2019-11-07 19:49 ` voidlinux-github
  2019-11-08  6:23 ` [PR PATCH] [Merged]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-11-07 19:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages persepolis
https://github.com/void-linux/void-packages/pull/16174

New package: persepolis
Closes #16144

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

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

From 53ba39fffe000b0ef410cfecf502f0debccfbc66 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 5 Nov 2019 20:02:15 -0600
Subject: [PATCH] New package: persepolis Closes #16144

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

diff --git a/srcpkgs/persepolis/template b/srcpkgs/persepolis/template
new file mode 100644
index 00000000000..b10f6d588c8
--- /dev/null
+++ b/srcpkgs/persepolis/template
@@ -0,0 +1,24 @@
+# Template file for 'persepolis'
+pkgname=persepolis
+version=3.2.0
+revision=1
+archs="noarch"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+depends="python3-setproctitle python3-requests python3-psutil aria2 ffmpeg
+	libnotify pulseaudio youtube-dl sound-theme-freedesktop qt5-svg"
+short_desc="Download manager and GUI for Aria2"
+maintainer="Nathan Owens <ndowens04@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://persepolisdm.github.io/"
+distfiles="https://github.com/persepolisdm/${pkgname}/archive/${version}.tar.gz"
+checksum=d27cf2a4e02b0fbe79b1903ca0ab32a6007493d51a8201443a8febb566750acd
+
+do_patch() {
+# Remove input, otherwise will stop install
+# Script checks for run dependencies during build
+
+sed -e '/input/d' \
+	-e '/if answer not/d' \
+	-e '/sys.exit(1)/d' -i setup.py
+}

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

* Re: [PR PATCH] [Updated] New package: persepolis
  2019-11-06  2:09 [PR PATCH] New package: persepolis voidlinux-github
  2019-11-07 18:30 ` [PR PATCH] [Updated] " voidlinux-github
  2019-11-07 19:32 ` voidlinux-github
@ 2019-11-07 19:49 ` voidlinux-github
  2019-11-08  6:23 ` [PR PATCH] [Merged]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-11-07 19:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages persepolis
https://github.com/void-linux/void-packages/pull/16174

New package: persepolis
Closes #16144

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

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

From 835e4c0e6e35ec32a9e881c22a692d503c1eac21 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 5 Nov 2019 20:02:15 -0600
Subject: [PATCH] New package: persepolis Closes #16144

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

diff --git a/srcpkgs/persepolis/template b/srcpkgs/persepolis/template
new file mode 100644
index 00000000000..5b6777966ee
--- /dev/null
+++ b/srcpkgs/persepolis/template
@@ -0,0 +1,16 @@
+# Template file for 'persepolis'
+pkgname=persepolis
+version=3.2.0
+revision=1
+archs="noarch"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools python3-setproctitle python3-requests
+	python3-psutil aria2 ffmpeg libnotify pulseaudio youtube-dl sound-theme-freedesktop
+	python3-PyQt5-tools qt5-svg"
+depends="${hostmakedepends/python3-setuptools/}"
+short_desc="Download manager and GUI for Aria2"
+maintainer="Nathan Owens <ndowens04@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://persepolisdm.github.io/"
+distfiles="https://github.com/persepolisdm/${pkgname}/archive/${version}.tar.gz"
+checksum=d27cf2a4e02b0fbe79b1903ca0ab32a6007493d51a8201443a8febb566750acd

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

* Re: [PR PATCH] [Merged]: New package: persepolis
  2019-11-06  2:09 [PR PATCH] New package: persepolis voidlinux-github
                   ` (2 preceding siblings ...)
  2019-11-07 19:49 ` voidlinux-github
@ 2019-11-08  6:23 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-11-08  6:23 UTC (permalink / raw)
  To: ml

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

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

New package: persepolis
https://github.com/void-linux/void-packages/pull/16174

Description:
Closes #16144

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

end of thread, other threads:[~2019-11-08  6:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-06  2:09 [PR PATCH] New package: persepolis voidlinux-github
2019-11-07 18:30 ` [PR PATCH] [Updated] " voidlinux-github
2019-11-07 19:32 ` voidlinux-github
2019-11-07 19:49 ` voidlinux-github
2019-11-08  6:23 ` [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).