diff options
author | Kacper Kowalik (Xarthisius) <xarthisius.kk@gmail.com> | 2012-02-16 12:08:40 +0100 |
---|---|---|
committer | Kacper Kowalik (Xarthisius) <xarthisius.kk@gmail.com> | 2012-02-16 12:08:40 +0100 |
commit | b0d228ae64ec2d6cfe595c035357880a4eea6532 (patch) | |
tree | 9a8bc1c8a2d406a7724895e4412f484508d8a4eb /dev-python | |
parent | sci-libs/atlas: bump (diff) | |
download | sci-b0d228ae64ec2d6cfe595c035357880a4eea6532.tar.gz sci-b0d228ae64ec2d6cfe595c035357880a4eea6532.tar.bz2 sci-b0d228ae64ec2d6cfe595c035357880a4eea6532.zip |
[dev-python/Forthon] initial import, ebuild written by me
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/Forthon/Forthon-0.8.7.ebuild | 34 | ||||
-rw-r--r-- | dev-python/Forthon/Manifest | 1 | ||||
-rw-r--r-- | dev-python/Forthon/metadata.xml | 8 |
3 files changed, 43 insertions, 0 deletions
diff --git a/dev-python/Forthon/Forthon-0.8.7.ebuild b/dev-python/Forthon/Forthon-0.8.7.ebuild new file mode 100644 index 000000000..c1512f10e --- /dev/null +++ b/dev-python/Forthon/Forthon-0.8.7.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" + +inherit distutils + +DESCRIPTION="Python interface generator for Fortran based codes" +HOMEPAGE="http://hifweb.lbl.gov/Forthon http://pypi.python.org/pypi/Forthon" +SRC_URI="http://hifweb.lbl.gov/${PN}/${P}.tgz" + +LICENSE="Forthon" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="examples" + +src_prepare() { + sed -i -e "s/'Notice',//" setup.py || die + distutils_src_prepare +} + +src_install() { + distutils_src_install + dohtml docs/index.html + if use examples ; then + insinto /usr/share/doc/${PF} + doins -r {example,example2,simpleexample} + fi +} diff --git a/dev-python/Forthon/Manifest b/dev-python/Forthon/Manifest new file mode 100644 index 000000000..ca42a39e7 --- /dev/null +++ b/dev-python/Forthon/Manifest @@ -0,0 +1 @@ +DIST Forthon-0.8.7.tgz 86413 SHA256 fb26789ef3ce2b3880573c48b68c9d35d1d0aac1d0fdd1955fb207816c143e69 SHA512 e3c60901cdc83abc1d28611cfd524eff44241e499c593c43ac0b77c52b48ad1c662b92adf1c17a50fb5fbd6c046524320c21fb3eea9e5c26c188ab04004f575d WHIRLPOOL 1e8a0e51c6b1a5b0c89ac246354fad0b2920010f39c03f9d89d338e98950a9deee756f0d5287b81b65506ac44e120b642a750d1a83d013a108add0b4ae610069 diff --git a/dev-python/Forthon/metadata.xml b/dev-python/Forthon/metadata.xml new file mode 100644 index 000000000..6629da3fa --- /dev/null +++ b/dev-python/Forthon/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>xarthisius@gentoo.org</email> + <name>Kacper Kowalik</name> + </maintainer> +</pkgmetadata> |