Ticket #42627: patch-scripts-python-setup.py.diff

File patch-scripts-python-setup.py.diff, 491 bytes (added by Mathias.Laurin+macports.org@…, 11 years ago)
  • scripts/python/setup.py

    old new  
    2323                 libraries=['openbabel']
    2424                 )
    2525
    26 if "build" in sys.argv:
    27     shutil.copyfile(os.path.join(srcdir, "pybel_py%dx.py" % sys.version_info[0]), "pybel.py")
    28     shutil.copyfile(os.path.join(srcdir, "openbabel.py"), "openbabel.py")
    29 
    3026setup(name='openbabel',
    3127      version='1.7',
    3228      author='Noel O\'Boyle',