public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/openbabel-python/files: openbabel-python-2.3.0-wrap_OBInternalCoord.patch openbabel-python-2.3.0-py3_iterator.patch
@ 2011-03-26 15:34 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2011-03-26 15:34 UTC (permalink / raw
  To: gentoo-commits

jlec        11/03/26 15:34:19

  Added:                openbabel-python-2.3.0-wrap_OBInternalCoord.patch
                        openbabel-python-2.3.0-py3_iterator.patch
  Log:
  Python Bindings for openbabel, writing by rei4dan
  
  (Portage version: 2.2.0_alpha28/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sci-chemistry/openbabel-python/files/openbabel-python-2.3.0-wrap_OBInternalCoord.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/files/openbabel-python-2.3.0-wrap_OBInternalCoord.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/files/openbabel-python-2.3.0-wrap_OBInternalCoord.patch?rev=1.1&content-type=text/plain

Index: openbabel-python-2.3.0-wrap_OBInternalCoord.patch
===================================================================
--- scripts/openbabel-python.i	2010-08-16 15:05:20.000000000 +0300
+++ scripts/openbabel-python.i	2011-02-25 22:46:08.000000000 +0200
@@ -120,6 +120,7 @@
 VECTORTEMPLATE_WRAP(OBRing, OpenBabel::OBRing)
 VECTORTEMPLATE_WRAP(pOBRing, OpenBabel::OBRing*)
 VECTORTEMPLATE_WRAP(pOBGenericData, OpenBabel::OBGenericData*)
+VECTORTEMPLATE_WRAP(pOBInternalCoord, OpenBabel::OBInternalCoord*)
 
 }
 



1.1                  sci-chemistry/openbabel-python/files/openbabel-python-2.3.0-py3_iterator.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/files/openbabel-python-2.3.0-py3_iterator.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/files/openbabel-python-2.3.0-py3_iterator.patch?rev=1.1&content-type=text/plain

Index: openbabel-python-2.3.0-py3_iterator.patch
===================================================================
--- scripts/openbabel-python.i	2010-08-16 15:05:20.000000000 +0300
+++ scripts/openbabel-python.i	2011-02-27 14:18:17.000000000 +0200
@@ -316,6 +316,9 @@
     def __iter__(self):
         return self
 
+    def __next__(self):
+        return self.next()
+
     def next(self):
         if not self.finished:
             b = self.iter.__ref__()






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-03-26 15:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-26 15:34 [gentoo-commits] gentoo-x86 commit in sci-chemistry/openbabel-python/files: openbabel-python-2.3.0-wrap_OBInternalCoord.patch openbabel-python-2.3.0-py3_iterator.patch Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox