commit: f80e3af9b5c233127df7d37c2d33a00a42be5121
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Thu Sep 24 19:00:54 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Thu Sep 24 19:00:54 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f80e3af9
dev-python/Forthon: version bump to 0.8.49
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
dev-python/Forthon/Forthon-0.8.49.ebuild | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/dev-python/Forthon/Forthon-0.8.49.ebuild
b/dev-python/Forthon/Forthon-0.8.49.ebuild
new file mode 100644
index 000000000..8208e0381
--- /dev/null
+++ b/dev-python/Forthon/Forthon-0.8.49.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit eutils distutils-r1
+
+DESCRIPTION="Python interface generator for Fortran based codes"
+HOMEPAGE="http://hifweb.lbl.gov/Forthon"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+python_install_all() {
+ dodoc -r {example,simpleexample}
+ dohtml docs/index.html
+
+ distutils-r1_python_install_all
+}