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 1AC5815806E for ; Mon, 22 May 2023 13:12:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFE4AE0AEF; Mon, 22 May 2023 13:12:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B9315E0AEF for ; Mon, 22 May 2023 13:12:50 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F04EB340C40 for ; Mon, 22 May 2023 13:12:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 319E0A77 for ; Mon, 22 May 2023 13:12:48 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1684761147.b209fe94d9777bb4c8bacfa2105c6cb0f6a4ae2d.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/astropy-healpix/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/astropy-healpix/astropy-healpix-0.7.ebuild X-VCS-Directories: dev-python/astropy-healpix/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: b209fe94d9777bb4c8bacfa2105c6cb0f6a4ae2d X-VCS-Branch: master Date: Mon, 22 May 2023 13:12:48 +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: fec1c408-f9a8-45d7-8536-debfe678318b X-Archives-Hash: 5da269afdb02a5b8778c8531f93cc1cb commit: b209fe94d9777bb4c8bacfa2105c6cb0f6a4ae2d Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon May 22 12:58:43 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon May 22 13:12:27 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b209fe94 dev-python/astropy-healpix: update SRC_URI Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/astropy-healpix/astropy-healpix-0.7.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/astropy-healpix/astropy-healpix-0.7.ebuild b/dev-python/astropy-healpix/astropy-healpix-0.7.ebuild index 36f38c205..9bf99f7e2 100644 --- a/dev-python/astropy-healpix/astropy-healpix-0.7.ebuild +++ b/dev-python/astropy-healpix/astropy-healpix-0.7.ebuild @@ -5,12 +5,10 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_USE_PEP517=setuptools - -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="HEALPix for Astropy" HOMEPAGE="https://github.com/astropy/astropy-healpix" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P/-/_}.tar.gz" S="${WORKDIR}/${P/-/_}" LICENSE="BSD"