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 6EE63138359 for ; Fri, 16 Oct 2020 07:30:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4183E0831; Fri, 16 Oct 2020 07:29:59 +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 ADF94E0831 for ; Fri, 16 Oct 2020 07:29:59 +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 A71C2340FF2 for ; Fri, 16 Oct 2020 07:29:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F639396 for ; Fri, 16 Oct 2020 07:29:57 +0000 (UTC) From: "Sergey Popov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Popov" Message-ID: <1602833393.9fb72e23012cb2bcb140579794248b64b049b91f.pinkbyte@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cx_Freeze/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cx_Freeze/cx_Freeze-6.1.ebuild dev-python/cx_Freeze/metadata.xml X-VCS-Directories: dev-python/cx_Freeze/ X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov X-VCS-Revision: 9fb72e23012cb2bcb140579794248b64b049b91f X-VCS-Branch: master Date: Fri, 16 Oct 2020 07:29:57 +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: e9fe3830-f7f0-455b-8eb1-5886450975f2 X-Archives-Hash: e174ea6bfbaf1a84a6399f332ee84521 commit: 9fb72e23012cb2bcb140579794248b64b049b91f Author: Sergey Popov gentoo org> AuthorDate: Fri Oct 16 07:27:10 2020 +0000 Commit: Sergey Popov gentoo org> CommitDate: Fri Oct 16 07:29:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb72e23 dev-python/cx_Freeze: update homepage and repository information Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Sergey Popov gentoo.org> dev-python/cx_Freeze/cx_Freeze-6.1.ebuild | 2 +- dev-python/cx_Freeze/metadata.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/cx_Freeze/cx_Freeze-6.1.ebuild b/dev-python/cx_Freeze/cx_Freeze-6.1.ebuild index 66538ec8826..4485813b91b 100644 --- a/dev-python/cx_Freeze/cx_Freeze-6.1.ebuild +++ b/dev-python/cx_Freeze/cx_Freeze-6.1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{3_6,3_7,3_8} ) inherit distutils-r1 DESCRIPTION="Create standalone executables from Python scripts" -HOMEPAGE="https://anthony-tuininga.github.io/cx_Freeze/" +HOMEPAGE="https://cx-freeze.readthedocs.io/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="PYTHON" diff --git a/dev-python/cx_Freeze/metadata.xml b/dev-python/cx_Freeze/metadata.xml index de69d316513..13c6ac48786 100644 --- a/dev-python/cx_Freeze/metadata.xml +++ b/dev-python/cx_Freeze/metadata.xml @@ -10,7 +10,7 @@ Python - cx-freeze + marcelotduarte/cx_Freeze cx_Freeze