diff options
author | 2020-07-03 22:22:37 -0400 | |
---|---|---|
committer | 2020-07-03 22:24:06 -0400 | |
commit | 17ed872c6334185fdebf3d60b2aa219fc1fe7516 (patch) | |
tree | 12e8c60e602df8f5c29d00e701eab0a16ede9847 /sci-chemistry/pymol-plugins-msms/files/100415-msms.patch | |
parent | media-plugins/kodi-pvr-nextpvr: 3.3.21 version bump (diff) | |
download | gentoo-17ed872c6334185fdebf3d60b2aa219fc1fe7516.tar.gz gentoo-17ed872c6334185fdebf3d60b2aa219fc1fe7516.tar.bz2 gentoo-17ed872c6334185fdebf3d60b2aa219fc1fe7516.zip |
*/*: drop last-rited py2 packages
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'sci-chemistry/pymol-plugins-msms/files/100415-msms.patch')
-rw-r--r-- | sci-chemistry/pymol-plugins-msms/files/100415-msms.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/sci-chemistry/pymol-plugins-msms/files/100415-msms.patch b/sci-chemistry/pymol-plugins-msms/files/100415-msms.patch deleted file mode 100644 index 0d26fb31c5f1..000000000000 --- a/sci-chemistry/pymol-plugins-msms/files/100415-msms.patch +++ /dev/null @@ -1,33 +0,0 @@ - pymol-plugins-msms-100415.py | 18 ++++++++++-------- - 1 files changed, 10 insertions(+), 8 deletions(-) - -diff --git a/pymol-plugins-msms-100415.py b/pymol-plugins-msms-100415.py -index 725934d..7ea00bf 100644 ---- a/pymol-plugins-msms-100415.py -+++ b/pymol-plugins-msms-100415.py -@@ -99,15 +99,17 @@ class MSMSPlugin: - self.cleanup_saved_pymol_sel.set(True) # by default, clean up - - self.pdb_fn.set('') -- if 'MSMS_BIN' in os.environ: -- if VERBOSE: print 'Found MSMS_BIN in environmental variables', os.environ['MSMS_BIN'] -- self.msms_bin.set(os.environ['MSMS_BIN']) -- else: -- if VERBOSE: print 'MSMS_BIN not found in environmental variables.' -- self.msms_bin.set('') -+ self.msms_bin.set('GENTOOMSMS') -+## if 'MSMS_BIN' in os.environ: -+## if VERBOSE: print 'Found MSMS_BIN in environmental variables', os.environ['MSMS_BIN'] -+## self.msms_bin.set(os.environ['MSMS_BIN']) -+## else: -+## if VERBOSE: print 'MSMS_BIN not found in environmental variables.' -+## self.msms_bin.set('') - ## self.pdb2xyzr_bin.set('') -- if 'PDB2XYZRN' in os.environ: self.pdb2xyzrn_bin.set(os.environ['PDB2XYZRN']) -- else: self.pdb2xyzrn_bin.set('') -+ self.pdb2xyzrn_bin.set('GENTOOXYZRN') -+## if 'PDB2XYZRN' in os.environ: self.pdb2xyzrn_bin.set(os.environ['PDB2XYZRN']) -+## else: self.pdb2xyzrn_bin.set('') - self.tmp_dir.set('/tmp') - self.cleanup_msms_output = Tkinter.BooleanVar() - self.cleanup_msms_output.set(True) # by default, clean up msms output |