Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python312-gyp-0+git.20230301-1.4 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python312-gyp Distribution: openSUSE:Factory:zSystems
Version: 0+git.20230301 Vendor: openSUSE
Release: 1.4 Build date: Fri May 5 14:23:53 2023
Group: Development/Tools/Building Build host: reproducible
Size: 3041523 Source RPM: gyp-0+git.20230301-1.4.src.rpm
Packager: https://bugs.opensuse.org
Url: https://gyp.gsrc.io
Summary: Generate Your Projects
GYP is a tool to generates native Visual Studio, Xcode and SCons and/or make
build files from a platform-independent input format. Its syntax is a universal
cross-platform build representation that still allows sufficient per-platform
flexibility to accommodate irreconcilable differences

Provides

Requires

License

BSD-3-Clause

Changelog

* Fri May 05 2023 martin.sirringhaus@suse.com
  - Update to version 0+git.20230301:
    * Add SpectreMitigation attribute for msvs
    * Import OrderedDict from collections, not collections_abc
    * gyp: default to python3 if available
    * MSVSVersion.py: add support for VS2019 and VS2022
    * msvs_emulation.py: avoid string-int/float comparisons
    * Fix python3 compatibility on windows
    * msvs_emulation.py: allow skipping path normalization
    * Use six.moves.collections_abc where appropriate (boo#1211137)
    * Remove Travis integration, since GYP is now idle.
* Wed Apr 28 2021 Martin Pluskal <mpluskal@suse.com>
  - Use obs service
  - Small spec file cleanup
* Mon Aug 31 2020 Martin Pluskal <mpluskal@suse.com>
  - Convert to singlespec
  - Update to version 0+git.20200512:
    * Add support for CLANG_ENABLE_OBJC_WEAK
    * Prevent propogation to configurations of nested 'dependent-settings' directives
    * Add .tbd to the .xcodeproj generator’s extension map
    * fix encoding issues with inputs for better Python 3 support
    * fix make output checks under C locale
    * Fix Python 3 incompatibilities
    * Add missing b'' qualifier from da63cb0f.
    * Misc python3 fixes in xcode_emulation.
    * Fix incorrect depfile path relativization
    * Add flake8 checks to travis configuration.
    * Changes for windows and easy xml to get gyp to run under python 3.
    * More miscellaneous fixes for Python3 compatibility.
    * src,win: add VS2019 version
    * Fixes needed for Python3 on Win32.
    * Fix one dangling utf8 decode call needed for python 3.
    * Mostly mechanical changes for Python3 support.
    * Update simple_copy.py for Python3 types.
    * Use ast module instead of compiler module for parsing files.
    * Make Visual Studio 2017 Community Edition work w/ GYP.
    * Add a copyright header to TestCmd.py.
    * Fix issue with missing resources in Xcode ui tests targets.
    * Patch GYP so that building with Xcode 10 works.
    * infra: remove cq.cfg, which is no longer used.
    * Make Travis build only the master branch
    * Disable some tests that fail on bots to try to get a green build
    * and try clang
    * readd osx
    * try a wrapper script
    * see if ninja is getting pulled
    * see if ninja is getting pulled
    * try other order for sync:
    * try exporting PATH and only build ninja for now
    * fiddling with directories
    * set +x  on buildbot/travis-checkout.sh
    * add copyright to .sh
    * .
    * osx
    * .
    * Add prototype of Travis config
* Thu Nov 02 2017 mpluskal@suse.com
  - Update to version 0+git.20171012:
    * Remove Rietveld CQ config.
    * Flip to LUCI for tryjobs.
    * Provide backward compatibility for python 2.7.6 on z/OS
    * Add LIBS to the link command on z/OS
    * Change z/OS platform flavor name based on python 2.7.13
* Mon Sep 04 2017 mpluskal@suse.com
  - Update to version 0+git.20170904:
    * [win-test] loosen win-driver-target-type test
    * [win] Add support for MS VS2017 (via Registry)
    * Update test/no-cpp/gyptest-no-cpp.
    * Disable a bunch of tests on Mac.
    * Clean up gyptest.py.
    * win,ninja: ninja generator better on windows
    * Disable flaky test/copies/gyptest-all under msvs.
    * Fix MSVC++ 32-on-32 builds after b62d04ff85e6
    * win ninja/make: Always use a native compiler executable with MSVS 2017
    * win: mkdir even when copying directory
    * mac_tool.py: Handle non-zero ibtool return code.
    * gyp: update xml string encoding conversion
    * gyp: show descriptive Windows SDK detection error
    * Support z/OS platform
    * make,ninja: Add support for an LDFLAGS_host environment variable.
* Wed Apr 05 2017 mpluskal@suse.com
  - Update to version 0+git.20170303:
    * Set up a CQ for gyp
    * Make Gerrit the default code review system for gyp
    * CQ config: add gerrit CQAbility verifier.
* Fri Jan 13 2017 mpluskal@suse.com
  - Update to version 0+git.20161117:
    * fix common "NameError"s
    * Hash intermediate file name to avoid ENAMETOOLONG
    * msvs: Allow target platform version without WinRT
    * Update shared library extension on AIX to .a.
* Sun Aug 28 2016 mpluskal@suse.com
  - Update to version 0+git.20160810:
    * Adds support for a new target spec: 'mac_xcuitest_bundle'. This allows us to create UI testing bundles.
    * Enabling /ZW (CompileAsWinRT) option for msvs
    * ninja/mac: Add horrible workaround for horrible Xcode 7.3 ld bug.
    * [gyp-ninja] Set simulator and device SDKROOT for iOS.
    * Ignore more Xcode stderr logging information.
    * Only call CopyStringsFile if convert_to_binary is False.
    * Fix :rfc1034identifier when the value contains underscore.
    * Complete PBXCopyFilesBuildPhase TODO in xcodeproj_file.py.
    * Make the ninja backend transitively check for C++ sources to use the C++ compiler for linking
    * Add new target type called windows_driver. * Modify GYP to set the PlatformToolset, the DriverType and the TargetVersion * Add msvs_target_version configuration
* Wed Jul 06 2016 mpluskal@suse.com
  - Update to version 0+git.20160620:
    * [gyp-ninja] Set simulator and device SDKROOT for iOS.
    * Ignore more Xcode stderr logging information.
* Tue Jun 14 2016 mpluskal@suse.com
  - Update to version 0+git.20160513:
    * Fix mac_tool.py copy-bundle-resource errors.
    * [iOS/OS X] Copy file instead of hard-linking them.
    * gyp-win-tool: Let LinkWrapper only transmogrify / when the host platform is Windows.
    * gyp-win-tool: Fix regression from my last change.
    * gyp-win-tool: Don't use shell=True on non-Windows hosts.
    * Fix header map nextPowerOf2 method.
    * [ios-ninja] Support xctests in devices in release.
    * Adds support for a new target spec: 'mac_xcuitest_bundle'. This allows us to create UI testing bundles.
    * Enabling /ZW (CompileAsWinRT) option for msvs
    * ninja/mac: Add horrible workaround for horrible Xcode 7.3 ld bug.

Files

/etc/alternatives/gyp
/usr/bin/gyp
/usr/bin/gyp-3.12
/usr/lib/python3.12/site-packages/gyp
/usr/lib/python3.12/site-packages/gyp-0.1-py3.12.egg-info
/usr/lib/python3.12/site-packages/gyp-0.1-py3.12.egg-info/PKG-INFO
/usr/lib/python3.12/site-packages/gyp-0.1-py3.12.egg-info/SOURCES.txt
/usr/lib/python3.12/site-packages/gyp-0.1-py3.12.egg-info/dependency_links.txt
/usr/lib/python3.12/site-packages/gyp-0.1-py3.12.egg-info/entry_points.txt
/usr/lib/python3.12/site-packages/gyp-0.1-py3.12.egg-info/top_level.txt
/usr/lib/python3.12/site-packages/gyp/MSVSNew.py
/usr/lib/python3.12/site-packages/gyp/MSVSProject.py
/usr/lib/python3.12/site-packages/gyp/MSVSSettings.py
/usr/lib/python3.12/site-packages/gyp/MSVSSettings_test.py
/usr/lib/python3.12/site-packages/gyp/MSVSToolFile.py
/usr/lib/python3.12/site-packages/gyp/MSVSUserFile.py
/usr/lib/python3.12/site-packages/gyp/MSVSUtil.py
/usr/lib/python3.12/site-packages/gyp/MSVSVersion.py
/usr/lib/python3.12/site-packages/gyp/__init__.py
/usr/lib/python3.12/site-packages/gyp/__pycache__
/usr/lib/python3.12/site-packages/gyp/__pycache__/MSVSNew.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/MSVSNew.cpython-312.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/MSVSProject.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/MSVSProject.cpython-312.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/MSVSSettings.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/MSVSSettings.cpython-312.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/MSVSSettings_test.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/MSVSSettings_test.cpython-312.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/MSVSToolFile.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/MSVSToolFile.cpython-312.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/MSVSUserFile.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/MSVSUserFile.cpython-312.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/MSVSUtil.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/MSVSUtil.cpython-312.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/MSVSVersion.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/MSVSVersion.cpython-312.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/common.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/common.cpython-312.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/common_test.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/common_test.cpython-312.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/easy_xml.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/easy_xml.cpython-312.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/easy_xml_test.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/easy_xml_test.cpython-312.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/flock_tool.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/flock_tool.cpython-312.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/input.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/input.cpython-312.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/input_test.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/input_test.cpython-312.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/mac_tool.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/mac_tool.cpython-312.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/msvs_emulation.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/msvs_emulation.cpython-312.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/ninja_syntax.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/ninja_syntax.cpython-312.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/simple_copy.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/simple_copy.cpython-312.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/win_tool.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/win_tool.cpython-312.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/xcode_emulation.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/xcode_emulation.cpython-312.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/xcode_ninja.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/xcode_ninja.cpython-312.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/xcodeproj_file.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/xcodeproj_file.cpython-312.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/xml_fix.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/gyp/__pycache__/xml_fix.cpython-312.pyc
/usr/lib/python3.12/site-packages/gyp/common.py
/usr/lib/python3.12/site-packages/gyp/common_test.py
/usr/lib/python3.12/site-packages/gyp/easy_xml.py
/usr/lib/python3.12/site-packages/gyp/easy_xml_test.py
/usr/lib/python3.12/site-packages/gyp/flock_tool.py
/usr/lib/python3.12/site-packages/gyp/generator
/usr/lib/python3.12/site-packages/gyp/generator/__init__.py
/usr/lib/python3.12/site-packages/gyp/generator/__pycache__
/usr/lib/python3.12/site-packages/gyp/generator/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/gyp/generator/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/gyp/generator/__pycache__/analyzer.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/gyp/generator/__pycache__/analyzer.cpython-312.pyc
/usr/lib/python3.12/site-packages/gyp/generator/__pycache__/cmake.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/gyp/generator/__pycache__/cmake.cpython-312.pyc
/usr/lib/python3.12/site-packages/gyp/generator/__pycache__/dump_dependency_json.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/gyp/generator/__pycache__/dump_dependency_json.cpython-312.pyc
/usr/lib/python3.12/site-packages/gyp/generator/__pycache__/eclipse.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/gyp/generator/__pycache__/eclipse.cpython-312.pyc
/usr/lib/python3.12/site-packages/gyp/generator/__pycache__/gypd.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/gyp/generator/__pycache__/gypd.cpython-312.pyc
/usr/lib/python3.12/site-packages/gyp/generator/__pycache__/gypsh.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/gyp/generator/__pycache__/gypsh.cpython-312.pyc
/usr/lib/python3.12/site-packages/gyp/generator/__pycache__/make.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/gyp/generator/__pycache__/make.cpython-312.pyc
/usr/lib/python3.12/site-packages/gyp/generator/__pycache__/msvs.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/gyp/generator/__pycache__/msvs.cpython-312.pyc
/usr/lib/python3.12/site-packages/gyp/generator/__pycache__/msvs_test.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/gyp/generator/__pycache__/msvs_test.cpython-312.pyc
/usr/lib/python3.12/site-packages/gyp/generator/__pycache__/ninja.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/gyp/generator/__pycache__/ninja.cpython-312.pyc
/usr/lib/python3.12/site-packages/gyp/generator/__pycache__/ninja_test.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/gyp/generator/__pycache__/ninja_test.cpython-312.pyc
/usr/lib/python3.12/site-packages/gyp/generator/__pycache__/xcode.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/gyp/generator/__pycache__/xcode.cpython-312.pyc
/usr/lib/python3.12/site-packages/gyp/generator/__pycache__/xcode_test.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/gyp/generator/__pycache__/xcode_test.cpython-312.pyc
/usr/lib/python3.12/site-packages/gyp/generator/analyzer.py
/usr/lib/python3.12/site-packages/gyp/generator/cmake.py
/usr/lib/python3.12/site-packages/gyp/generator/dump_dependency_json.py
/usr/lib/python3.12/site-packages/gyp/generator/eclipse.py
/usr/lib/python3.12/site-packages/gyp/generator/gypd.py
/usr/lib/python3.12/site-packages/gyp/generator/gypsh.py
/usr/lib/python3.12/site-packages/gyp/generator/make.py
/usr/lib/python3.12/site-packages/gyp/generator/msvs.py
/usr/lib/python3.12/site-packages/gyp/generator/msvs_test.py
/usr/lib/python3.12/site-packages/gyp/generator/ninja.py
/usr/lib/python3.12/site-packages/gyp/generator/ninja_test.py
/usr/lib/python3.12/site-packages/gyp/generator/xcode.py
/usr/lib/python3.12/site-packages/gyp/generator/xcode_test.py
/usr/lib/python3.12/site-packages/gyp/input.py
/usr/lib/python3.12/site-packages/gyp/input_test.py
/usr/lib/python3.12/site-packages/gyp/mac_tool.py
/usr/lib/python3.12/site-packages/gyp/msvs_emulation.py
/usr/lib/python3.12/site-packages/gyp/ninja_syntax.py
/usr/lib/python3.12/site-packages/gyp/simple_copy.py
/usr/lib/python3.12/site-packages/gyp/win_tool.py
/usr/lib/python3.12/site-packages/gyp/xcode_emulation.py
/usr/lib/python3.12/site-packages/gyp/xcode_ninja.py
/usr/lib/python3.12/site-packages/gyp/xcodeproj_file.py
/usr/lib/python3.12/site-packages/gyp/xml_fix.py
/usr/share/doc/packages/python312-gyp
/usr/share/doc/packages/python312-gyp/AUTHORS
/usr/share/licenses/python312-gyp
/usr/share/licenses/python312-gyp/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Apr 27 23:34:11 2024