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 8543015800F for ; Thu, 16 Feb 2023 08:31:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0D88E08C3; Thu, 16 Feb 2023 08:30:59 +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 B8DB3E08C3 for ; Thu, 16 Feb 2023 08:30:59 +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 C9DA9335DA7 for ; Thu, 16 Feb 2023 08:30:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3A1C8A3 for ; Thu, 16 Feb 2023 08:30:56 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1676536238.ef43395ed6f8329c744a2fa55bba10f3637cd259.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/nipype/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/nipype/nipype-1.5.0.ebuild sci-libs/nipype/nipype-1.8.4.ebuild X-VCS-Directories: sci-libs/nipype/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: ef43395ed6f8329c744a2fa55bba10f3637cd259 X-VCS-Branch: master Date: Thu, 16 Feb 2023 08:30:56 +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: cb53744a-1a01-4ad8-b742-cbb162a9e9d3 X-Archives-Hash: bc5313353237fa3aa8d02adbe4a06dc2 commit: ef43395ed6f8329c744a2fa55bba10f3637cd259 Author: Horea Christian chymera eu> AuthorDate: Thu Feb 16 08:30:38 2023 +0000 Commit: Horea Christian gmail com> CommitDate: Thu Feb 16 08:30:38 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ef43395e sci-libs/nipype: updated HOMEPAGE Signed-off-by: Horea Christian chymera.eu> sci-libs/nipype/nipype-1.5.0.ebuild | 2 +- sci-libs/nipype/nipype-1.8.4.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/nipype/nipype-1.5.0.ebuild b/sci-libs/nipype/nipype-1.5.0.ebuild index abf8c0aa8..b590f1095 100644 --- a/sci-libs/nipype/nipype-1.5.0.ebuild +++ b/sci-libs/nipype/nipype-1.5.0.ebuild @@ -9,7 +9,7 @@ PYTHON_REQ_USE="threads(+),sqlite" inherit distutils-r1 DESCRIPTION="Neuroimaging in Python: Pipelines and Interfaces" -HOMEPAGE="http://nipy.sourceforge.net/nipype/" +HOMEPAGE="https://nipype.readthedocs.io/" SRC_URI="https://github.com/nipy/nipype/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" diff --git a/sci-libs/nipype/nipype-1.8.4.ebuild b/sci-libs/nipype/nipype-1.8.4.ebuild index e1172c4c5..2bb45c676 100644 --- a/sci-libs/nipype/nipype-1.8.4.ebuild +++ b/sci-libs/nipype/nipype-1.8.4.ebuild @@ -9,7 +9,7 @@ PYTHON_REQ_USE="threads(+),sqlite" inherit distutils-r1 DESCRIPTION="Neuroimaging in Python: Pipelines and Interfaces" -HOMEPAGE="http://nipy.sourceforge.net/nipype/" +HOMEPAGE="https://nipype.readthedocs.io/" SRC_URI="https://github.com/nipy/nipype/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD"