Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python3-aiofiles-0.5.0, gns3-server: fix dependencies
@ 2020-04-26 10:41 krkk
  2020-04-26 10:49 ` [PR PATCH] [Updated] " krkk
  2020-05-01 22:43 ` krkk
  0 siblings, 2 replies; 3+ messages in thread
From: krkk @ 2020-04-26 10:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/krkk/void-packages gns3-server
https://github.com/void-linux/void-packages/pull/21348

New package: python3-aiofiles-0.5.0, gns3-server: fix dependencies


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

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

From 7e10e30218c45d29af5fd7c289a649703c268ea0 Mon Sep 17 00:00:00 2001
From: Karol Kosek <krkk@krkk.ct8.pl>
Date: Sun, 26 Apr 2020 12:13:47 +0200
Subject: [PATCH 1/2] New package: python3-aiofiles-0.5.0

---
 srcpkgs/python3-aiofiles/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-aiofiles/template

diff --git a/srcpkgs/python3-aiofiles/template b/srcpkgs/python3-aiofiles/template
new file mode 100644
index 00000000000..f35011acc33
--- /dev/null
+++ b/srcpkgs/python3-aiofiles/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-aiofiles'
+pkgname=python3-aiofiles
+version=0.5.0
+revision=1
+wrksrc="aiofiles-${version}"
+build_style=python3-module
+hostmakedepends=python3-setuptools
+makedepends=python3-devel
+short_desc="File support for asyncio"
+maintainer="Karol Kosek <krkk@krkk.ct8.pl>"
+license="Apache-2.0"
+homepage="https://github.com/Tinche/aiofiles"
+distfiles="https://github.com/Tinche/aiofiles/archive/v${version}.tar.gz"
+checksum=b4b12877c1994a31162dc89efe5b2eeae2fe8c8b225290d90b8eaa95a612617c

From 9b18f30a8a422f8f25c8192e34611163b43402bb Mon Sep 17 00:00:00 2001
From: Karol Kosek <krkk@krkk.ct8.pl>
Date: Sun, 26 Apr 2020 12:16:10 +0200
Subject: [PATCH 2/2] gns3-server: fix dependencies

---
 srcpkgs/gns3-server/template | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gns3-server/template b/srcpkgs/gns3-server/template
index d9ef24e1b94..ecd297aca74 100644
--- a/srcpkgs/gns3-server/template
+++ b/srcpkgs/gns3-server/template
@@ -1,13 +1,13 @@
 # Template file for 'gns3-server'
 pkgname=gns3-server
 version=2.2.5
-revision=1
+revision=2
 build_style=python3-module
 pycompile_module="gns3server"
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-jsonschema python3-aiohttp-cors2 python3-yarl
+depends="python3-setuptools python3-jsonschema python3-aiohttp-cors python3-yarl
  python3-Jinja2 python3-raven python3-psutil python3-zipstream python3-prompt_toolkit1
- dynamips"
+ python3-aiofiles python3-async_generator dynamips"
 short_desc="Graphical Network Simulator 3 - Server"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="GPL-3.0-or-later"
@@ -18,7 +18,9 @@ checksum=51a7b5b9701a29d6ef1003d9c90a4d098e1d7fa03df3c66b74e70a729f9f8b59
 pre_build() {
 	# relax requirements
 	sed -i '/typing/d' requirements.txt
+	sed -i 's|aiofiles.*|aiofiles>=0.4.0|' requirements.txt
 	sed -i 's|aiohttp-cors.*|aiohttp-cors>=0.5.3|' requirements.txt
+	sed -i 's|psutil.*|psutil>=5.6.3|' requirements.txt
 }
 post_install() {
 	# remove tests directory polluting site-packages

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

* Re: [PR PATCH] [Updated] New package: python3-aiofiles-0.5.0, gns3-server: fix dependencies
  2020-04-26 10:41 [PR PATCH] New package: python3-aiofiles-0.5.0, gns3-server: fix dependencies krkk
@ 2020-04-26 10:49 ` krkk
  2020-05-01 22:43 ` krkk
  1 sibling, 0 replies; 3+ messages in thread
From: krkk @ 2020-04-26 10:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/krkk/void-packages gns3-server
https://github.com/void-linux/void-packages/pull/21348

New package: python3-aiofiles-0.5.0, gns3-server: fix dependencies


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

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

From 7e10e30218c45d29af5fd7c289a649703c268ea0 Mon Sep 17 00:00:00 2001
From: Karol Kosek <krkk@krkk.ct8.pl>
Date: Sun, 26 Apr 2020 12:13:47 +0200
Subject: [PATCH 1/2] New package: python3-aiofiles-0.5.0

---
 srcpkgs/python3-aiofiles/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-aiofiles/template

diff --git a/srcpkgs/python3-aiofiles/template b/srcpkgs/python3-aiofiles/template
new file mode 100644
index 00000000000..f35011acc33
--- /dev/null
+++ b/srcpkgs/python3-aiofiles/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-aiofiles'
+pkgname=python3-aiofiles
+version=0.5.0
+revision=1
+wrksrc="aiofiles-${version}"
+build_style=python3-module
+hostmakedepends=python3-setuptools
+makedepends=python3-devel
+short_desc="File support for asyncio"
+maintainer="Karol Kosek <krkk@krkk.ct8.pl>"
+license="Apache-2.0"
+homepage="https://github.com/Tinche/aiofiles"
+distfiles="https://github.com/Tinche/aiofiles/archive/v${version}.tar.gz"
+checksum=b4b12877c1994a31162dc89efe5b2eeae2fe8c8b225290d90b8eaa95a612617c

From 680afc620808fd2f3f86aef56275439237c6b3b2 Mon Sep 17 00:00:00 2001
From: Karol Kosek <krkk@krkk.ct8.pl>
Date: Sun, 26 Apr 2020 12:16:10 +0200
Subject: [PATCH 2/2] gns3-server: fix dependencies

---
 srcpkgs/gns3-server/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gns3-server/template b/srcpkgs/gns3-server/template
index d9ef24e1b94..57f0f9c4f4a 100644
--- a/srcpkgs/gns3-server/template
+++ b/srcpkgs/gns3-server/template
@@ -1,13 +1,12 @@
 # Template file for 'gns3-server'
 pkgname=gns3-server
 version=2.2.5
-revision=1
+revision=2
 build_style=python3-module
-pycompile_module="gns3server"
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-jsonschema python3-aiohttp-cors2 python3-yarl
+depends="python3-setuptools python3-jsonschema python3-aiohttp-cors python3-yarl
  python3-Jinja2 python3-raven python3-psutil python3-zipstream python3-prompt_toolkit1
- dynamips"
+ python3-aiofiles python3-async_generator dynamips"
 short_desc="Graphical Network Simulator 3 - Server"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="GPL-3.0-or-later"
@@ -18,7 +17,9 @@ checksum=51a7b5b9701a29d6ef1003d9c90a4d098e1d7fa03df3c66b74e70a729f9f8b59
 pre_build() {
 	# relax requirements
 	sed -i '/typing/d' requirements.txt
+	sed -i 's|aiofiles.*|aiofiles>=0.4.0|' requirements.txt
 	sed -i 's|aiohttp-cors.*|aiohttp-cors>=0.5.3|' requirements.txt
+	sed -i 's|psutil.*|psutil>=5.6.3|' requirements.txt
 }
 post_install() {
 	# remove tests directory polluting site-packages

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

* Re: [PR PATCH] [Updated] New package: python3-aiofiles-0.5.0, gns3-server: fix dependencies
  2020-04-26 10:41 [PR PATCH] New package: python3-aiofiles-0.5.0, gns3-server: fix dependencies krkk
  2020-04-26 10:49 ` [PR PATCH] [Updated] " krkk
@ 2020-05-01 22:43 ` krkk
  1 sibling, 0 replies; 3+ messages in thread
From: krkk @ 2020-05-01 22:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/krkk/void-packages gns3-server
https://github.com/void-linux/void-packages/pull/21348

New package: python3-aiofiles-0.5.0, gns3-server: fix dependencies


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

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

From 1adf6a3ca0737039ed45d35098f448fe1d08fb9f Mon Sep 17 00:00:00 2001
From: Karol Kosek <krkk@krkk.ct8.pl>
Date: Sun, 26 Apr 2020 12:13:47 +0200
Subject: [PATCH 1/2] New package: python3-aiofiles-0.5.0

---
 srcpkgs/python3-aiofiles/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-aiofiles/template

diff --git a/srcpkgs/python3-aiofiles/template b/srcpkgs/python3-aiofiles/template
new file mode 100644
index 00000000000..f35011acc33
--- /dev/null
+++ b/srcpkgs/python3-aiofiles/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-aiofiles'
+pkgname=python3-aiofiles
+version=0.5.0
+revision=1
+wrksrc="aiofiles-${version}"
+build_style=python3-module
+hostmakedepends=python3-setuptools
+makedepends=python3-devel
+short_desc="File support for asyncio"
+maintainer="Karol Kosek <krkk@krkk.ct8.pl>"
+license="Apache-2.0"
+homepage="https://github.com/Tinche/aiofiles"
+distfiles="https://github.com/Tinche/aiofiles/archive/v${version}.tar.gz"
+checksum=b4b12877c1994a31162dc89efe5b2eeae2fe8c8b225290d90b8eaa95a612617c

From 29332e5b11942928b8a736ff8bf77e7616f5dc1c Mon Sep 17 00:00:00 2001
From: Karol Kosek <krkk@krkk.ct8.pl>
Date: Sat, 2 May 2020 00:41:12 +0200
Subject: [PATCH 2/2] gns3-server: fix dependencies

---
 srcpkgs/gns3-server/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/gns3-server/template b/srcpkgs/gns3-server/template
index d9ef24e1b94..f4b83e28e4b 100644
--- a/srcpkgs/gns3-server/template
+++ b/srcpkgs/gns3-server/template
@@ -1,13 +1,12 @@
 # Template file for 'gns3-server'
 pkgname=gns3-server
 version=2.2.5
-revision=1
+revision=2
 build_style=python3-module
-pycompile_module="gns3server"
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-jsonschema python3-aiohttp-cors2 python3-yarl
- python3-Jinja2 python3-raven python3-psutil python3-zipstream python3-prompt_toolkit1
- dynamips"
+depends="python3-setuptools python3-jsonschema python3-aiohttp-cors python3-yarl
+ python3-Jinja2 python3-raven python3-psutil python3-aiofiles
+ python3-async_generator python3-distro dynamips"
 short_desc="Graphical Network Simulator 3 - Server"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="GPL-3.0-or-later"
@@ -17,8 +16,9 @@ checksum=51a7b5b9701a29d6ef1003d9c90a4d098e1d7fa03df3c66b74e70a729f9f8b59
 
 pre_build() {
 	# relax requirements
-	sed -i '/typing/d' requirements.txt
-	sed -i 's|aiohttp-cors.*|aiohttp-cors>=0.5.3|' requirements.txt
+	vsed -e 's|aiofiles.*|aiofiles>=0.4.0|' \
+		-e 's|aiohttp-cors.*|aiohttp-cors>=0.5.3|' \
+		-e 's|psutil.*|psutil>=5.6.3|' -i requirements.txt
 }
 post_install() {
 	# remove tests directory polluting site-packages

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

end of thread, other threads:[~2020-05-01 22:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-26 10:41 [PR PATCH] New package: python3-aiofiles-0.5.0, gns3-server: fix dependencies krkk
2020-04-26 10:49 ` [PR PATCH] [Updated] " krkk
2020-05-01 22:43 ` krkk

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