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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 33FE6158010 for ; Mon, 30 Jan 2023 19:11:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E827E0ACA; Mon, 30 Jan 2023 19:11:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 59F52E0ACA for ; Mon, 30 Jan 2023 19:11:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 91E7F340E18 for ; Mon, 30 Jan 2023 19:11:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FB84893 for ; Mon, 30 Jan 2023 19:11:24 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1675105868.34d4b9852c6bffa3bcf54f5a3d9dffe2b6b03f1d.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/maturin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/maturin/maturin-0.13.7.ebuild dev-util/maturin/maturin-0.14.10.ebuild X-VCS-Directories: dev-util/maturin/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 34d4b9852c6bffa3bcf54f5a3d9dffe2b6b03f1d X-VCS-Branch: master Date: Mon, 30 Jan 2023 19:11:24 +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: 28a110e6-7a03-48d7-8936-ef15f2c63e75 X-Archives-Hash: 72676d7d39dde79177ec10badb4a0ef3 commit: 34d4b9852c6bffa3bcf54f5a3d9dffe2b6b03f1d Author: Ionen Wolkens gentoo org> AuthorDate: Mon Jan 30 18:13:22 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Mon Jan 30 19:11:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34d4b985 dev-util/maturin: fix RedirectedUrl in HOMEPAGE Signed-off-by: Ionen Wolkens gentoo.org> dev-util/maturin/maturin-0.13.7.ebuild | 2 +- dev-util/maturin/maturin-0.14.10.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/maturin/maturin-0.13.7.ebuild b/dev-util/maturin/maturin-0.13.7.ebuild index ceabfdc359e0..e44fc75b695c 100644 --- a/dev-util/maturin/maturin-0.13.7.ebuild +++ b/dev-util/maturin/maturin-0.13.7.ebuild @@ -349,7 +349,7 @@ PYTHON_COMPAT=( pypy3 python3_{9..11} ) inherit cargo distutils-r1 flag-o-matic DESCRIPTION="Build and publish crates with pyo3, rust-cpython and cffi bindings" -HOMEPAGE="https://maturin.rs/" +HOMEPAGE="https://www.maturin.rs/" SRC_URI=" https://github.com/PyO3/maturin/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz $(cargo_crate_uris) diff --git a/dev-util/maturin/maturin-0.14.10.ebuild b/dev-util/maturin/maturin-0.14.10.ebuild index 202baa9085d4..46f800e8ed26 100644 --- a/dev-util/maturin/maturin-0.14.10.ebuild +++ b/dev-util/maturin/maturin-0.14.10.ebuild @@ -406,7 +406,7 @@ PYTHON_COMPAT=( pypy3 python3_{9..11} ) inherit cargo distutils-r1 flag-o-matic DESCRIPTION="Build and publish crates with pyo3, rust-cpython and cffi bindings" -HOMEPAGE="https://maturin.rs/" +HOMEPAGE="https://www.maturin.rs/" SRC_URI=" https://github.com/PyO3/maturin/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz $(cargo_crate_uris)