public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastien Fabbro" <bicatali@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/Forthon/, dev-python/Forthon/files/
Date: Tue, 26 Nov 2013 22:30:55 +0000 (UTC)	[thread overview]
Message-ID: <1385499867.3622ec45c90e43328a3d27dbef75120d360fdfbe.bicatali@gentoo> (raw)

commit:     3622ec45c90e43328a3d27dbef75120d360fdfbe
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 26 21:04:27 2013 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Tue Nov 26 21:04:27 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=3622ec45

dev-python/Forthon: Version bump, keyworded for prefix

Package-Manager: portage-2.2.7-prefix
RepoMan-Options: --force

---
 dev-python/Forthon/ChangeLog                            |  8 +++++++-
 .../{Forthon-0.8.12.ebuild => Forthon-0.8.13.ebuild}    |  4 ++--
 .../files/Forthon-0.8.11-fix_options_parser.patch       | 17 -----------------
 dev-python/Forthon/metadata.xml                         | 11 +++++++++++
 4 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/dev-python/Forthon/ChangeLog b/dev-python/Forthon/ChangeLog
index 2537281..0bc57f1 100644
--- a/dev-python/Forthon/ChangeLog
+++ b/dev-python/Forthon/ChangeLog
@@ -2,7 +2,13 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Forthon-0.8.13 (26 Nov 2013)
+
+  26 Nov 2013; Sébastien Fabbro <bicatali@gentoo.org> +Forthon-0.8.13.ebuild,
+  -Forthon-0.8.12.ebuild, -files/Forthon-0.8.11-fix_options_parser.patch,
+  metadata.xml:
+  dev-python/Forthon: Version bump, keyworded for prefix
+
   03 Mar 2013; Justin Lecher <jlec@gentoo.org> Forthon-0.8.11.ebuild,
   metadata.xml:
   Correct license name
-

diff --git a/dev-python/Forthon/Forthon-0.8.12.ebuild b/dev-python/Forthon/Forthon-0.8.13.ebuild
similarity index 86%
rename from dev-python/Forthon/Forthon-0.8.12.ebuild
rename to dev-python/Forthon/Forthon-0.8.13.ebuild
index a4d068e..013179f 100644
--- a/dev-python/Forthon/Forthon-0.8.12.ebuild
+++ b/dev-python/Forthon/Forthon-0.8.13.ebuild
@@ -8,12 +8,12 @@ PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
 inherit eutils distutils-r1
 
 DESCRIPTION="Python interface generator for Fortran based codes"
-HOMEPAGE="http://hifweb.lbl.gov/Forthon http://pypi.python.org/pypi/Forthon"
+HOMEPAGE="http://hifweb.lbl.gov/Forthon"
 SRC_URI="http://hifweb.lbl.gov/${PN}/${P}.tgz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="examples"
 
 python_prepare_all() {

diff --git a/dev-python/Forthon/files/Forthon-0.8.11-fix_options_parser.patch b/dev-python/Forthon/files/Forthon-0.8.11-fix_options_parser.patch
deleted file mode 100644
index 6a5bfc1..0000000
--- a/dev-python/Forthon/files/Forthon-0.8.11-fix_options_parser.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-In order to allow for installation of package for multiple versions of Python
-Linux distribution often provide wrappers with correct shebangs tied to specific
-Python implementation, e.g. Forthon-2.7, Forthon-python2.7, etc.
-This patch fixes logic in Forthon_options to take that into account
-
-Patch written by Kacper Kowalik <xarthisius@gentoo.org>
---- a/Lib/Forthon_options.py
-+++ b/Lib/Forthon_options.py
-@@ -92,7 +92,7 @@ class InputError(Exception):
- # --- Otherwise ignore the arguments. This is needed since for example this
- # --- module may be imported by the compilers module which is used by some
- # --- program other than Forthon.
--if os.path.basename(sys.argv[0]) == 'Forthon' or sys.argv[0] == '-c':
-+if os.path.basename(sys.argv[0]).startswith('Forthon') or sys.argv[0] == '-c':
-     (options, args) = parser.parse_args()
- else:
-     (options, args) = parser.parse_args(args=[])

diff --git a/dev-python/Forthon/metadata.xml b/dev-python/Forthon/metadata.xml
index ef58ee2..114375b 100644
--- a/dev-python/Forthon/metadata.xml
+++ b/dev-python/Forthon/metadata.xml
@@ -5,4 +5,15 @@
     <email>xarthisius@gentoo.org</email>
     <name>Kacper Kowalik</name>
   </maintainer>
+<longdescription>
+  Forthon generates links between Fortran95 and Python. Python is a high
+  level, object oriented, interactive and scripting language that allows
+  a flexible and versatile interface to computational tools. The Forthon
+  package generates the necessary wrapping code which allows access to
+  the Fortran database and to the Fortran subroutines and
+  functions. This provides a development package where the
+  computationally intensive parts of a code can be written in efficient
+  Fortran, and the high level controlling code can be written in the
+  much more versatile Python language.
+</longdescription>
 </pkgmetadata>


             reply	other threads:[~2013-11-26 22:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-26 22:30 Sebastien Fabbro [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-02-21  9:58 [gentoo-commits] proj/sci:master commit in: dev-python/Forthon/, dev-python/Forthon/files/ Kacper Kowalik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1385499867.3622ec45c90e43328a3d27dbef75120d360fdfbe.bicatali@gentoo \
    --to=bicatali@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox