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 16EF715A7D9 for ; Thu, 16 Mar 2023 04:03:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54B44E093D; Thu, 16 Mar 2023 04:03:12 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3FDC8E093D for ; Thu, 16 Mar 2023 04:03:12 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6E3F533BE0D for ; Thu, 16 Mar 2023 04:03:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B18158EB for ; Thu, 16 Mar 2023 04:03:08 +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: <1678939137.804133bc6674a02e4d121f0bd0ecef699d8c0d03.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oct2py/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/oct2py/oct2py-5.5.1.ebuild X-VCS-Directories: dev-python/oct2py/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 804133bc6674a02e4d121f0bd0ecef699d8c0d03 X-VCS-Branch: master Date: Thu, 16 Mar 2023 04:03:08 +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: e0a9a68f-53d6-41d5-921f-2195b9776d31 X-Archives-Hash: 2a6145ccbbcc6d8e68eaa2b496d733c4 commit: 804133bc6674a02e4d121f0bd0ecef699d8c0d03 Author: Michał Górny gentoo org> AuthorDate: Wed Mar 15 17:47:03 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 16 03:58:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=804133bc dev-python/oct2py: Use pypi.eclass Signed-off-by: Michał Górny gentoo.org> dev-python/oct2py/oct2py-5.5.1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/oct2py/oct2py-5.5.1.ebuild b/dev-python/oct2py/oct2py-5.5.1.ebuild index c72e6aca3c77..5c9e34378089 100644 --- a/dev-python/oct2py/oct2py-5.5.1.ebuild +++ b/dev-python/oct2py/oct2py-5.5.1.ebuild @@ -5,14 +5,13 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Python to GNU Octave bridge" HOMEPAGE=" https://github.com/blink1073/oct2py https://blink1073.github.io/oct2py/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0"