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 7150D1382C5 for ; Thu, 21 May 2020 14:55:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70421E097D; Thu, 21 May 2020 14:55:14 +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 5343CE097D for ; Thu, 21 May 2020 14:55:14 +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 D83DC34F7C9 for ; Thu, 21 May 2020 14:55:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 718FA1F5 for ; Thu, 21 May 2020 14:55:10 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1590072893.b018ba0ae6bd6596455dd69939f9b3fa5e93de35.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ws4py/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ws4py/ws4py-0.5.1-r1.ebuild dev-python/ws4py/ws4py-9999.ebuild X-VCS-Directories: dev-python/ws4py/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: b018ba0ae6bd6596455dd69939f9b3fa5e93de35 X-VCS-Branch: master Date: Thu, 21 May 2020 14:55:10 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5bd038c5-e3e2-4e65-9122-e4fb290b704a X-Archives-Hash: 249017e9a98450e95eb7c5c36562a171 commit: b018ba0ae6bd6596455dd69939f9b3fa5e93de35 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu May 21 14:54:53 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu May 21 14:54:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b018ba0a dev-python/ws4py: fix $S Closes: https://bugs.gentoo.org/723188 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann gentoo.org> dev-python/ws4py/ws4py-0.5.1-r1.ebuild | 7 +++++-- dev-python/ws4py/ws4py-9999.ebuild | 9 ++++++--- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/dev-python/ws4py/ws4py-0.5.1-r1.ebuild b/dev-python/ws4py/ws4py-0.5.1-r1.ebuild index 558868593e6..3e590bb7984 100644 --- a/dev-python/ws4py/ws4py-0.5.1-r1.ebuild +++ b/dev-python/ws4py/ws4py-0.5.1-r1.ebuild @@ -10,13 +10,16 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="threads(+)?" +MY_PN="WebSocket-for-Python" + inherit distutils-r1 if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/Lawouach/WebSocket-for-Python.git" + EGIT_REPO_URI="https://github.com/Lawouach/${MY_PN}.git" inherit git-r3 else - SRC_URI="https://github.com/Lawouach/WebSocket-for-Python/archive/${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/Lawouach/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 arm ~x86" + S="${WORKDIR}/${MY_PN}-${PV}" fi DESCRIPTION="WebSocket client and server library for Python 2 and 3 as well as PyPy" diff --git a/dev-python/ws4py/ws4py-9999.ebuild b/dev-python/ws4py/ws4py-9999.ebuild index 21de5cde42d..3e590bb7984 100644 --- a/dev-python/ws4py/ws4py-9999.ebuild +++ b/dev-python/ws4py/ws4py-9999.ebuild @@ -10,13 +10,16 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="threads(+)?" +MY_PN="WebSocket-for-Python" + inherit distutils-r1 if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/Lawouach/WebSocket-for-Python.git" + EGIT_REPO_URI="https://github.com/Lawouach/${MY_PN}.git" inherit git-r3 else - SRC_URI="https://github.com/Lawouach/WebSocket-for-Python/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~x86" + SRC_URI="https://github.com/Lawouach/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 arm ~x86" + S="${WORKDIR}/${MY_PN}-${PV}" fi DESCRIPTION="WebSocket client and server library for Python 2 and 3 as well as PyPy"