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 35ECD138334 for ; Tue, 2 Apr 2019 19:57:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20B3FE0B5E; Tue, 2 Apr 2019 19:57: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 EE957E0B5E for ; Tue, 2 Apr 2019 19:57:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 42849335C5D for ; Tue, 2 Apr 2019 19:57:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB7B953A for ; Tue, 2 Apr 2019 19:57:14 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1554235016.2c50b577f137f63ab515339401b40acfacf082da.pesa@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sip/sip-4.19.13.ebuild dev-python/sip/sip-4.19.15.ebuild X-VCS-Directories: dev-python/sip/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 2c50b577f137f63ab515339401b40acfacf082da X-VCS-Branch: master Date: Tue, 2 Apr 2019 19:57:14 +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: 2f4384d2-ce92-4080-8f21-e22a5d969824 X-Archives-Hash: 762a6254a57c3f1f073b0d897708f11d commit: 2c50b577f137f63ab515339401b40acfacf082da Author: Davide Pesavento gentoo org> AuthorDate: Tue Apr 2 19:56:56 2019 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Tue Apr 2 19:56:56 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c50b577 dev-python/sip: drop python3_4, use new canonical SRC_URI Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Davide Pesavento gentoo.org> dev-python/sip/sip-4.19.13.ebuild | 6 +++--- dev-python/sip/sip-4.19.15.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-python/sip/sip-4.19.13.ebuild b/dev-python/sip/sip-4.19.13.ebuild index 62c11778a16..b51ae723fcf 100644 --- a/dev-python/sip/sip-4.19.13.ebuild +++ b/dev-python/sip/sip-4.19.13.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit python-r1 toolchain-funcs @@ -18,7 +18,7 @@ elif [[ ${PV} == *_pre* ]]; then SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz" S=${WORKDIR}/${MY_P} else - SRC_URI="mirror://sourceforge/pyqt/${P}.tar.gz" + SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${PN}/${PV}/${P}.tar.gz" fi # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h diff --git a/dev-python/sip/sip-4.19.15.ebuild b/dev-python/sip/sip-4.19.15.ebuild index e694b38a121..cf5df2baf39 100644 --- a/dev-python/sip/sip-4.19.15.ebuild +++ b/dev-python/sip/sip-4.19.15.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit python-r1 toolchain-funcs DESCRIPTION="Python extension module generator for C and C++ libraries" @@ -13,7 +13,7 @@ MY_P=sip-${PV/_pre/.dev} if [[ ${PV} == *_pre* ]]; then SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz" else - SRC_URI="https://www.riverbankcomputing.com/static/Downloads/sip/${MY_P}.tar.gz" + SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${PN}/${PV}/${MY_P}.tar.gz" fi # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h