Commit graph

22 commits

Author SHA1 Message Date
maya
5901ac0824 Omit mentions of python 34 and 35, after those were removed.
- Includes some whitespace changes, to be handled in a separate commit.
2019-04-26 13:13:41 +00:00
maya
08112bc45c gyp needs python 2.7.
- Helps some packages in wip/
2019-04-25 08:09:49 +00:00
adam
a31bce9748 extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
wiz
ce493a69c4 Updated py-gyp to 0.1pre20161117.940a15ee3f1c89f193cb4c19373b3f6e9ad15b95.
Two years of development.

git log is here:
https://chromium.googlesource.com/external/gyp/+/master

No summary found.
2017-01-11 14:47:51 +00:00
wiz
7f84153239 Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
wiz
ad0031c15e Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
adam
7f3b4730ad Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
agc
d9e4cfe05d Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 03:27:11 +00:00
rodent
a7b568d574 Removing python26. EOL'd quite some ago and discussed a couple times on
tech-pkg@ and pkgsrc-users@.
2015-04-13 23:12:40 +00:00
ryoon
47ad76b4a7 Update to 0.1pre2019
Changelog is not available.
2015-01-06 10:26:59 +00:00
ryoon
beaba17ea2 Update to 0.1pre1994
Changelog is not available.
2014-10-27 13:40:41 +00:00
fhajny
01dd8787a9 Also disable thin archives on SunOS, as they do not work with Sun ar.
Bump PKGREVISION.
2014-08-25 13:20:12 +00:00
he
8e392f54d0 Fix gyp so that all but one of the self-tests pass.
The one test remaining I've not been able to figure out what goes
wrong (it tries overriding the compiler to use, but ends up passing
the source to cc anyway, which wasn't supposed to happen).

Updated DESCR to be a little more verbose.  It now starts with

   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.

Other changes:
 * Substitute /usr/bin/python and a bare "python" in a couple of files
 * Replace python in the interpreter line in all *.py files,
   done in a separate Makefile.replalce-python due to its size
 * Add a tool.mk make fragment for pkgsrc, for users of "gyp" within
   pkgsrc.  It makes a "python" available, via the python package's
   own tool.mk.  The GYP language spec says it's kosher to invoke
   Python from a gyp file by just saying "python".
 * Fix the bash interpreter in the "gyp" script
 * Add config for "netbsd7" as well
 * For some reason "thin" ar archives sometimes fail to produce an archive
   which "ar t" recognizes as valid, so avoid using them on NetBSD
 * Fix up some of the tests; our GNU make says "nothing to be done"
   with different quotes, add NetBSD platform support in some tests,
   and regenerate a couple of output files (should have been done
   upstream).

PKGREVISION bumped.
2014-08-21 14:49:43 +00:00
joerg
c07de3c425 Not compatible with Python 2.6. 2014-08-13 22:39:30 +00:00
obache
18aa7ce3fe I'm not maintaining this package. 2014-08-07 02:52:53 +00:00
ryoon
9f6b2e33e9 Update to 0.1pre1949
Changelog:
* Bugfixes
* More tests
2014-07-19 09:08:36 +00:00
wiz
c1b44346cd Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
2014-05-09 07:36:53 +00:00
wiz
aa67e11089 Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.
2014-01-25 10:29:56 +00:00
fhajny
d1b1a25bd6 Fix gyp for Darwin, where platform libtool should be used.
Bump PKGREVISION.
2014-01-24 13:28:30 +00:00
ryoon
0c5c7c7d1d Add a patch. 2013-09-08 16:33:56 +00:00
ryoon
77e4d7531f Update to 0.1pre1718
Changelog:
unknown.
2013-09-08 16:33:25 +00:00
ryoon
e3aa76e287 Import py27-gyp-0.1pre1559 as devel/gyp from pkgsrc-wip/gyp.
GYP can Generate Your Projects.
2013-01-18 11:32:45 +00:00