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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CA0C21382C5 for ; Wed, 23 Dec 2020 03:08:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04FA5E0AB7; Wed, 23 Dec 2020 03:08:39 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E0C67E0AB7 for ; Wed, 23 Dec 2020 03:08:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D58393412D3 for ; Wed, 23 Dec 2020 03:08:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A7114E for ; Wed, 23 Dec 2020 03:08:36 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1608692911.72688d3cbafd319724ae58a5cf6fb9868547d7de.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/Forthon/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/Forthon/Forthon-0.9.4.ebuild X-VCS-Directories: dev-python/Forthon/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 72688d3cbafd319724ae58a5cf6fb9868547d7de X-VCS-Branch: master Date: Wed, 23 Dec 2020 03:08:36 +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: bf5449c0-dbf9-4c5c-8036-9263a712d90b X-Archives-Hash: 59146dfa7b49df39a71184995542af5d commit: 72688d3cbafd319724ae58a5cf6fb9868547d7de Author: Aisha Tammy aisha cc> AuthorDate: Wed Dec 23 03:08:31 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Wed Dec 23 03:08:31 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=72688d3c dev-python/Forthon: version bump to 0.9.4 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Aisha Tammy aisha.cc> dev-python/Forthon/Forthon-0.9.4.ebuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/dev-python/Forthon/Forthon-0.9.4.ebuild b/dev-python/Forthon/Forthon-0.9.4.ebuild new file mode 100644 index 000000000..e0739ec44 --- /dev/null +++ b/dev-python/Forthon/Forthon-0.9.4.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{7..9} ) + +inherit eutils distutils-r1 + +DESCRIPTION="Python interface generator for Fortran based codes" +HOMEPAGE="https://github.com/dpgrote/Forthon" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +# no tests in package