./devel/gyp, GYP can Generate Your Projects

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.1pre20240206nb1, Package name: py313-gyp-0.1pre20240206nb1, Maintainer: pkgsrc-users

GYP is a tool for the Chromium project that generates native Visual
Studio, Xcode and SCons and/or make build files from a platform-independent
input format. The input format is as reasonably general as possible
without spending extra time trying to "get everything right," except
where not doing so would likely lead Chromium to an eventual dead
end. When in doubt, do what Chromium needs and don't worry about
generalizing the solution.


Required to run:
[shells/bash] [devel/py-setuptools] [lang/python27]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

Filesize: 13015.058 KB

Version history: (Expand)


CVS history: (Expand)


   2026-07-04 08:39:26 by Takahiro Kambe | Files touched by this commit (3)
Log message:
devel/gyp: fix a few problems

* Remove git repository since it bad interaction when git is installed.

	fatal: detected dubious ownership in repository at "$WRKSRC/default/gyp"

* Remove warnings at install stage.

	=> Generating pre-install file lists
	/usr/pkg/lib/python3.13/site-packages/gyp/input.py:1186: SyntaxWarning: \ 
"is" with 'str' literal. Did you mean "=="?
	/usr/pkg/lib/python3.13/site-packages/gyp/input.py:1186: SyntaxWarning: \ 
"is" with 'str' literal. Did you mean "=="?

Bump PKGREVISION.
   2026-02-04 01:06:54 by Thomas Klausner | Files touched by this commit (5) | Package updated
Log message:
py-gyp: update to 0.1pre20240206.

Switch to wheel.mk, remove git hash from version number.

Three years of changes, but it's only around 10 commits.
   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default
   2022-06-30 13:19:02 by Nia Alarie | Files touched by this commit (524)
Log message:
*: Revbump packages that use Python at runtime without a PKGNAME prefix
   2022-01-27 19:48:47 by Thomas Klausner | Files touched by this commit (3)
Log message:
gyp: rename file for pkglint
   2022-01-27 19:47:07 by Thomas Klausner | Files touched by this commit (2)
Log message:
gyp: python 3.10 support breaks python 2.7 support; disable it
   2022-01-27 19:42:15 by Thomas Klausner | Files touched by this commit (4) | Package updated
Log message:
gyp: update to last snapshot

This project is now "idle"...

Add patch for compatibility with python 3.10.
   2022-01-05 21:47:37 by Thomas Klausner | Files touched by this commit (26)
Log message:
*: set USE_PKG_RESOURCES for more packages