Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/Forthon/
Date: Wed, 23 Dec 2020 03:08:39
Message-Id: 1608692911.72688d3cbafd319724ae58a5cf6fb9868547d7de.epsilon-0@gentoo
1 commit: 72688d3cbafd319724ae58a5cf6fb9868547d7de
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Wed Dec 23 03:08:31 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Wed Dec 23 03:08:31 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=72688d3c
7
8 dev-python/Forthon: version bump to 0.9.4
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
12
13 dev-python/Forthon/Forthon-0.9.4.ebuild | 17 +++++++++++++++++
14 1 file changed, 17 insertions(+)
15
16 diff --git a/dev-python/Forthon/Forthon-0.9.4.ebuild b/dev-python/Forthon/Forthon-0.9.4.ebuild
17 new file mode 100644
18 index 000000000..e0739ec44
19 --- /dev/null
20 +++ b/dev-python/Forthon/Forthon-0.9.4.ebuild
21 @@ -0,0 +1,17 @@
22 +# Copyright 1999-2020 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
26 +PYTHON_COMPAT=( python3_{7..9} )
27 +
28 +inherit eutils distutils-r1
29 +
30 +DESCRIPTION="Python interface generator for Fortran based codes"
31 +HOMEPAGE="https://github.com/dpgrote/Forthon"
32 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33 +
34 +LICENSE="BSD"
35 +SLOT="0"
36 +KEYWORDS="~amd64 ~x86"
37 +
38 +# no tests in package