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 C954B15808B for ; Sun, 17 Apr 2022 06:55:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29981E096A; Sun, 17 Apr 2022 06:55:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 38363E0919 for ; Sun, 17 Apr 2022 06:55:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 79DC0341748 for ; Sun, 17 Apr 2022 06:55:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D18D93B1 for ; Sun, 17 Apr 2022 06:55:44 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1650178471.428d4058beecb076b852908006868be5143cd1cc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cppy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cppy/cppy-1.2.1-r1.ebuild X-VCS-Directories: dev-python/cppy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 428d4058beecb076b852908006868be5143cd1cc X-VCS-Branch: master Date: Sun, 17 Apr 2022 06:55:44 +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: 7486e35e-f2e6-47eb-8405-de75765a165f X-Archives-Hash: c3eb61ddb089212ef6255ded6da52d12 commit: 428d4058beecb076b852908006868be5143cd1cc Author: Michał Górny gentoo org> AuthorDate: Sun Apr 17 06:54:31 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Apr 17 06:54:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=428d4058 dev-python/cppy: Fix HOMEPAGE Signed-off-by: Michał Górny gentoo.org> dev-python/cppy/cppy-1.2.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cppy/cppy-1.2.1-r1.ebuild b/dev-python/cppy/cppy-1.2.1-r1.ebuild index cf991bf81bdc..e8d8bc9e959f 100644 --- a/dev-python/cppy/cppy-1.2.1-r1.ebuild +++ b/dev-python/cppy/cppy-1.2.1-r1.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="C++ header library which makes it easier to write Python extension modules" -HOMEPAGE="https://pypi.org/project/cppy" +HOMEPAGE="https://pypi.org/project/cppy/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD"