From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7105F138239 for ; Thu, 12 Jul 2018 21:59:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FCA3E0965; Thu, 12 Jul 2018 21:59:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56983E0965 for ; Thu, 12 Jul 2018 21:59:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 260B8335CF1 for ; Thu, 12 Jul 2018 21:59:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A9B72AA for ; Thu, 12 Jul 2018 21:59:15 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1531432730.a399827761cd5dbeaf1edb8377cfcc3bd4963ced.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gns3-server/files/, net-misc/gns3-server/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/gns3-server/files/gns3-server-2.1.3-typing.patch net-misc/gns3-server/gns3-server-2.1.3-r2.ebuild net-misc/gns3-server/gns3-server-2.1.3-r3.ebuild X-VCS-Directories: net-misc/gns3-server/files/ net-misc/gns3-server/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: a399827761cd5dbeaf1edb8377cfcc3bd4963ced X-VCS-Branch: master Date: Thu, 12 Jul 2018 21:59:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a9ee80e6-2bcc-4918-9ced-15490e7fe397 X-Archives-Hash: 6e56ea152acd4a5ec0394fda6d858a88 commit: a399827761cd5dbeaf1edb8377cfcc3bd4963ced Author: Louis Sautier gentoo org> AuthorDate: Thu Jul 12 21:53:57 2018 +0000 Commit: Louis Sautier gentoo org> CommitDate: Thu Jul 12 21:58:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3998277 net-misc/gns3-server: fix typing compatibility Required after 9bc4443779d8247af9312ac39039c1bde3af6d97 Package-Manager: Portage-2.3.42, Repoman-2.3.9 net-misc/gns3-server/files/gns3-server-2.1.3-typing.patch | 9 +++++++++ .../{gns3-server-2.1.3-r2.ebuild => gns3-server-2.1.3-r3.ebuild} | 3 +++ 2 files changed, 12 insertions(+) diff --git a/net-misc/gns3-server/files/gns3-server-2.1.3-typing.patch b/net-misc/gns3-server/files/gns3-server-2.1.3-typing.patch new file mode 100644 index 00000000000..99b32df27ad --- /dev/null +++ b/net-misc/gns3-server/files/gns3-server-2.1.3-typing.patch @@ -0,0 +1,9 @@ +--- a/requirements.txt ++++ b/requirements.txt +@@ -6,5 +6,5 @@ + raven>=5.23.0 + psutil>=3.0.0 + zipstream>=1.1.4 +-typing>=3.5.3.0 # Otherwise yarl fails with python 3.4 ++typing>=3.5.3.0;python_version<"3.5" # Otherwise yarl fails with python 3.4 + prompt-toolkit diff --git a/net-misc/gns3-server/gns3-server-2.1.3-r2.ebuild b/net-misc/gns3-server/gns3-server-2.1.3-r3.ebuild similarity index 95% rename from net-misc/gns3-server/gns3-server-2.1.3-r2.ebuild rename to net-misc/gns3-server/gns3-server-2.1.3-r3.ebuild index 62ed4a33ebd..282ff6a3840 100644 --- a/net-misc/gns3-server/gns3-server-2.1.3-r2.ebuild +++ b/net-misc/gns3-server/gns3-server-2.1.3-r3.ebuild @@ -35,6 +35,9 @@ RDEPEND=">=app-emulation/dynamips-0.2.12 >=dev-python/yarl-0.11[${PYTHON_USEDEP}]" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +# https://github.com/GNS3/gns3-server/pull/1368 +PATCHES=( "${FILESDIR}/${P}-typing.patch" ) + src_prepare() { default