diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-11-17 09:31:31 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-11-17 10:10:32 -0800 |
commit | 01e2cd169e9dd073cdd84302dbeba9fe158a50ec (patch) | |
tree | d009ad76cc0942687be3d9be585ed40f85501bcf /science/py-pymol/files/patch-setup.py | |
parent | science/py-nibabel: update 5.3.0 → 5.3.2 (diff) |
science/py-pymol: update 2.5.0-97 → 3.0.0
Diffstat (limited to 'science/py-pymol/files/patch-setup.py')
-rw-r--r-- | science/py-pymol/files/patch-setup.py | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/science/py-pymol/files/patch-setup.py b/science/py-pymol/files/patch-setup.py index fe1059c10949..6378d80ded89 100644 --- a/science/py-pymol/files/patch-setup.py +++ b/science/py-pymol/files/patch-setup.py @@ -1,15 +1,15 @@ ---- setup.py.orig 2021-05-10 18:38:37 UTC +--- setup.py.orig 2024-04-09 16:59:46 UTC +++ setup.py -@@ -53,6 +53,8 @@ try: - "shared library; no: disable fast MMTF load support") - parser.add_argument('--help-distutils', action="store_true", - help="show help for distutils options and exit") -+ parser.add_argument('--single-version-externally-managed', action="store_true", -+ help="single-version-externally-managed") - parser.add_argument('--testing', action="store_true", - help="Build C-level tests") - parser.add_argument('--openvr', dest='openvr', action='store_true') -@@ -282,7 +284,7 @@ if DEBUG and not WIN: +@@ -60,6 +60,8 @@ parser.add_argument('--help-distutils', action="store_ + "shared library; no: disable fast MMTF load support") + parser.add_argument('--help-distutils', action="store_true", + help="show help for distutils options and exit") ++parser.add_argument('--single-version-externally-managed', action="store_true", ++ help="single-version-externally-managed") + parser.add_argument('--testing', action="store_true", + help="Build C-level tests") + parser.add_argument('--openvr', dest='openvr', action='store_true') +@@ -295,7 +297,7 @@ ext_comp_args = [ libs = ["png", "freetype"] lib_dirs = [] ext_comp_args = [ |