Github messages for voidlinux
 help / color / mirror / Atom feed
From: krkk <krkk@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: python3-aiofiles-0.5.0, gns3-server: fix dependencies
Date: Sat, 02 May 2020 00:43:55 +0200	[thread overview]
Message-ID: <20200501224355.0JS1sjdUN234ewK-GW8lrR__0LFmf9WUH92W2kMTHS8@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21348@inbox.vuxu.org>

[-- 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

      parent reply	other threads:[~2020-05-01 22:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-26 10:41 [PR PATCH] " krkk
2020-04-26 10:49 ` [PR PATCH] [Updated] " krkk
2020-05-01 22:43 ` krkk [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200501224355.0JS1sjdUN234ewK-GW8lrR__0LFmf9WUH92W2kMTHS8@z \
    --to=krkk@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).