diff options
author | 2013-01-28 14:32:48 +0100 | |
---|---|---|
committer | 2013-01-28 14:32:48 +0100 | |
commit | 368698df2bc43a3244afe6733acc0e267b8a7df7 (patch) | |
tree | e74b242ecd16dfd295f66b3c6b3a1764467c0920 /dev-python | |
parent | added app-doc/gromacs-manual in here (diff) | |
download | sci-368698df2bc43a3244afe6733acc0e267b8a7df7.tar.gz sci-368698df2bc43a3244afe6733acc0e267b8a7df7.tar.bz2 sci-368698df2bc43a3244afe6733acc0e267b8a7df7.zip |
[dev-python/Forthon] version bump, add modified version of BSD license, port to distutils-r1
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/Forthon/Forthon-0.8.11.ebuild (renamed from dev-python/Forthon/Forthon-0.8.10.ebuild) | 20 | ||||
-rw-r--r-- | dev-python/Forthon/Manifest | 2 |
2 files changed, 10 insertions, 12 deletions
diff --git a/dev-python/Forthon/Forthon-0.8.10.ebuild b/dev-python/Forthon/Forthon-0.8.11.ebuild index f1fa4ed20..2383f9bca 100644 --- a/dev-python/Forthon/Forthon-0.8.10.ebuild +++ b/dev-python/Forthon/Forthon-0.8.11.ebuild @@ -2,32 +2,30 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 +PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} ) -PYTHON_DEPEND="*" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils +inherit distutils-r1 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="BSD" +LICENSE="LLNL-BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="examples" -src_prepare() { - sed -i -e "s/'Notice',//" setup.py || die - distutils_src_prepare +python_prepare_all() { + sed -i -e "/data_files/ s/'License.txt',//" setup.py || die + distutils-r1_python_prepare_all } -src_install() { - distutils_src_install +python_install_all() { dohtml docs/index.html if use examples ; then insinto /usr/share/doc/${PF} doins -r {example,example2,simpleexample} fi + distutils-r1_python_install_all } diff --git a/dev-python/Forthon/Manifest b/dev-python/Forthon/Manifest index 25603197e..2bf5db228 100644 --- a/dev-python/Forthon/Manifest +++ b/dev-python/Forthon/Manifest @@ -1 +1 @@ -DIST Forthon-0.8.10.tgz 89048 SHA256 a92236a1dbdc87f7235247555467216d2db0994db37275fa434775f64b690de4 SHA512 1332e3d5465ca249c357314cf15d2a4e5e83a941841021b8f6a17a107dce268a7a082838ade5e8db944ecde6bfb111211ab218aa414ee90aafbb81f1491b3b93 WHIRLPOOL 9a617dfce840179bcc079b230bfad893c24a915357cf1c3ddca85dfafe6ebe8ccda8106f3ee27db5c9ecc9764ebfe0a7a403a14d731bf90e1173bf777ec771ba +DIST Forthon-0.8.11.tgz 89277 SHA256 cba78e0f392e75f46a61084b3b16970c9f5828bbd57010bed5e2301002dcbfed SHA512 3f53d0b474bfd79fea2536d0a9197eaef6c0927e95f2f9fd52dbd6c1d46409d0e649c21ac418d8f7767a9f10fe6114b516e06f2be4b06aec3ab5bdebc8768220 WHIRLPOOL 4235e4c3e9a1a2dcc2b3a9250464c9d77b13cacb3f339abc2938979def06272ab6a9145319a4a249ed32419521024841f622af2601395ba981e37dd60a20fe08 |