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 F1BCB15800F for ; Fri, 27 Jan 2023 18:45:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C590E0924; Fri, 27 Jan 2023 18:45:28 +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 15D1AE0924 for ; Fri, 27 Jan 2023 18:45:28 +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 23458335D72 for ; Fri, 27 Jan 2023 18:45:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5809531 for ; Fri, 27 Jan 2023 18:45:23 +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: <1674845020.e9151ecdb32f15ba7a8f87e6fdfe28942ee40856.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/traits/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/traits/traits-6.3.2.ebuild dev-python/traits/traits-6.4.1.ebuild X-VCS-Directories: dev-python/traits/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: e9151ecdb32f15ba7a8f87e6fdfe28942ee40856 X-VCS-Branch: master Date: Fri, 27 Jan 2023 18:45:23 +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: 140cff0e-7201-4773-a105-0bb511048edd X-Archives-Hash: e944b233b161ec8f1b7ff6f28b55b53c commit: e9151ecdb32f15ba7a8f87e6fdfe28942ee40856 Author: Horea Christian chymera eu> AuthorDate: Fri Jan 27 18:43:40 2023 +0000 Commit: Horea Christian gmail com> CommitDate: Fri Jan 27 18:43:40 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e9151ecd dev-python/traits: added highest version before compat-breaking 6.4.* Signed-off-by: Horea Christian chymera.eu> dev-python/traits/{traits-6.4.1.ebuild => traits-6.3.2.ebuild} | 5 +++-- dev-python/traits/traits-6.4.1.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/dev-python/traits/traits-6.4.1.ebuild b/dev-python/traits/traits-6.3.2.ebuild similarity index 90% copy from dev-python/traits/traits-6.4.1.ebuild copy to dev-python/traits/traits-6.3.2.ebuild index 12afbe075..57d555447 100644 --- a/dev-python/traits/traits-6.4.1.ebuild +++ b/dev-python/traits/traits-6.3.2.ebuild @@ -8,9 +8,10 @@ PYTHON_COMPAT=( python3_10 ) inherit distutils-r1 DESCRIPTION="Enthought Tool Suite: Explicitly typed attributes for Python" -HOMEPAGE="https://docs.enthought.com/traits/ +HOMEPAGE=" + https://docs.enthought.com/traits/ https://github.com/enthought/traits - https://pypi.org/project/traits/" +" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-python/traits/traits-6.4.1.ebuild b/dev-python/traits/traits-6.4.1.ebuild index 12afbe075..57d555447 100644 --- a/dev-python/traits/traits-6.4.1.ebuild +++ b/dev-python/traits/traits-6.4.1.ebuild @@ -8,9 +8,10 @@ PYTHON_COMPAT=( python3_10 ) inherit distutils-r1 DESCRIPTION="Enthought Tool Suite: Explicitly typed attributes for Python" -HOMEPAGE="https://docs.enthought.com/traits/ +HOMEPAGE=" + https://docs.enthought.com/traits/ https://github.com/enthought/traits - https://pypi.org/project/traits/" +" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD"