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 C6DB913835A for ; Wed, 20 May 2020 19:35:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C75C7E09D1; Wed, 20 May 2020 19:35:14 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B1E45E09CD for ; Wed, 20 May 2020 19:35:14 +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 C380134F250 for ; Wed, 20 May 2020 19:35:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D45E256 for ; Wed, 20 May 2020 19:35:12 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1590003247.26191b96b4829b9d3d4688ecc2a04c450f0ab936.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-python/parse_cmake/ X-VCS-Repository: proj/kde X-VCS-Files: dev-python/parse_cmake/parse_cmake-0.4.1-r1.ebuild X-VCS-Directories: dev-python/parse_cmake/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 26191b96b4829b9d3d4688ecc2a04c450f0ab936 X-VCS-Branch: master Date: Wed, 20 May 2020 19:35:12 +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: d1265ee2-5e12-4d20-9fc3-5867399bf0b2 X-Archives-Hash: 44456da5f141493edd26a1a6f1734c58 commit: 26191b96b4829b9d3d4688ecc2a04c450f0ab936 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 20 19:34:07 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 20 19:34:07 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=26191b96 dev-python/parse_cmake: Update HOMEPAGE Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/parse_cmake/parse_cmake-0.4.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/parse_cmake/parse_cmake-0.4.1-r1.ebuild b/dev-python/parse_cmake/parse_cmake-0.4.1-r1.ebuild index 4f7bdceef3..ba2855ff0b 100644 --- a/dev-python/parse_cmake/parse_cmake-0.4.1-r1.ebuild +++ b/dev-python/parse_cmake/parse_cmake-0.4.1-r1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_7 ) inherit distutils-r1 DESCRIPTION="Parser for CMakeLists.txt files" -HOMEPAGE="https://pypi.python.org/pypi/parse_cmake/" +HOMEPAGE="https://pypi.org/project/parse_cmake/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0"