Received: by mail.netbsd.org (Postfix, from userid 605) id 7E5B7850C8; Mon, 15 Feb 2021 14:52:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B7A7F850C5 for ; Mon, 15 Feb 2021 14:52:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ftHCtqndegJI for ; Mon, 15 Feb 2021 14:52:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id F1E4C84E19 for ; Mon, 15 Feb 2021 14:52:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E9BE9FA95; Mon, 15 Feb 2021 14:52:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1613400743177550" MIME-Version: 1.0 Date: Mon, 15 Feb 2021 14:52:23 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/devel/gyp To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20210215145223.E9BE9FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1613400743177550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Mon Feb 15 14:52:23 UTC 2021 Modified Files: pkgsrc/devel/gyp: Makefile PLIST distinfo Log Message: gyp: Update to 0.1pre20200512.caa60026e223fc501e8b337fd5086ece4028b1c6 Changelog is not availabel in compact form. The most significant change is to add Python 3 support. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/gyp/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/gyp/PLIST cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/gyp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1613400743177550 Content-Disposition: inline Content-Length: 4193 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/gyp/Makefile diff -u pkgsrc/devel/gyp/Makefile:1.21 pkgsrc/devel/gyp/Makefile:1.22 --- pkgsrc/devel/gyp/Makefile:1.21 Sun Nov 3 10:39:13 2019 +++ pkgsrc/devel/gyp/Makefile Mon Feb 15 14:52:23 2021 @@ -1,22 +1,20 @@ -# $NetBSD: Makefile,v 1.21 2019/11/03 10:39:13 rillig Exp $ +# $NetBSD: Makefile,v 1.22 2021/02/15 14:52:23 ryoon Exp $ -GIT_VERSION= 20161117.940a15ee3f1c89f193cb4c19373b3f6e9ad15b95 +GIT_VERSION= 20200512.caa60026e223fc501e8b337fd5086ece4028b1c6 DIST_VERSION= 0.1 DISTNAME= gyp-${DIST_VERSION}pre${GIT_VERSION} PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_LOCAL} +EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://gyp.gsrc.io/ COMMENT= GYP can Generate Your Projects LICENSE= modified-bsd -PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.1pre20161117.940a15ee3f1c89f193cb4c19373b3f6e9ad15b95 EGG_NAME= gyp-${DIST_VERSION} -WRKSRC= ${WRKDIR}/gyp - # REPLACE_PYTHON settings farmed out due to size... .include "Makefile.replace-python" Index: pkgsrc/devel/gyp/PLIST diff -u pkgsrc/devel/gyp/PLIST:1.4 pkgsrc/devel/gyp/PLIST:1.5 --- pkgsrc/devel/gyp/PLIST:1.4 Wed Jan 11 14:47:51 2017 +++ pkgsrc/devel/gyp/PLIST Mon Feb 15 14:52:23 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2017/01/11 14:47:51 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2021/02/15 14:52:23 ryoon Exp $ bin/gyp ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -104,9 +104,6 @@ ${PYSITELIB}/gyp/msvs_emulation.pyo ${PYSITELIB}/gyp/ninja_syntax.py ${PYSITELIB}/gyp/ninja_syntax.pyc ${PYSITELIB}/gyp/ninja_syntax.pyo -${PYSITELIB}/gyp/ordered_dict.py -${PYSITELIB}/gyp/ordered_dict.pyc -${PYSITELIB}/gyp/ordered_dict.pyo ${PYSITELIB}/gyp/simple_copy.py ${PYSITELIB}/gyp/simple_copy.pyc ${PYSITELIB}/gyp/simple_copy.pyo Index: pkgsrc/devel/gyp/distinfo diff -u pkgsrc/devel/gyp/distinfo:1.10 pkgsrc/devel/gyp/distinfo:1.11 --- pkgsrc/devel/gyp/distinfo:1.10 Wed Jan 11 14:47:51 2017 +++ pkgsrc/devel/gyp/distinfo Mon Feb 15 14:52:23 2021 @@ -1,16 +1,12 @@ -$NetBSD: distinfo,v 1.10 2017/01/11 14:47:51 wiz Exp $ +$NetBSD: distinfo,v 1.11 2021/02/15 14:52:23 ryoon Exp $ -SHA1 (gyp-0.1pre20161117.940a15ee3f1c89f193cb4c19373b3f6e9ad15b95.tar.gz) = 2787473128d98a88d717b6b19c0ae03f0673f48a -RMD160 (gyp-0.1pre20161117.940a15ee3f1c89f193cb4c19373b3f6e9ad15b95.tar.gz) = e58419e50f6c6c1da1ca994f359394b9f2adcce5 -SHA512 (gyp-0.1pre20161117.940a15ee3f1c89f193cb4c19373b3f6e9ad15b95.tar.gz) = 8fcfc28d30990cf3e14cd107225f38e4b691a15c7966101b21d080a4bacadb1bf123045421de509dc053dea60c27427cf3649acdf63a25a2c637f140a770e492 -Size (gyp-0.1pre20161117.940a15ee3f1c89f193cb4c19373b3f6e9ad15b95.tar.gz) = 12195156 bytes +SHA1 (gyp-0.1pre20200512.caa60026e223fc501e8b337fd5086ece4028b1c6.tar.xz) = 58307d706708ac3baaad464a81b68f11562c06c8 +RMD160 (gyp-0.1pre20200512.caa60026e223fc501e8b337fd5086ece4028b1c6.tar.xz) = e6654151c1365dda85843c0d5c1c11546a103c0b +SHA512 (gyp-0.1pre20200512.caa60026e223fc501e8b337fd5086ece4028b1c6.tar.xz) = 0ddb20e699ab6a544353e759411c349a40078834ccc6e040dbd080f94b6e6319d0223ff2c7fc776e9fc61c2a7e9ab7f1c35a24e3a3e00535306544a33cbc4974 +Size (gyp-0.1pre20200512.caa60026e223fc501e8b337fd5086ece4028b1c6.tar.xz) = 447608 bytes SHA1 (patch-gyptest.py) = e33b65b31390fc5d4989e75f72f35b13055e3b41 SHA1 (patch-pylib_gyp_common.py) = 8cad1bb72f23a7536cddf9fc2452c5623f4165cc SHA1 (patch-pylib_gyp_generator_make.py) = 1feb43b650a4dd8514e74e0c2bda41bde2243e03 -SHA1 (patch-test_lib_TestGyp.py) = e9a21bfc843b258de27f1eaa3628dbf9aff8fc45 SHA1 (patch-test_library__dirs_subdir_test.gyp) = 9eb3b39f0bdbf54df6b45a3c613d83e9dfb68d8f SHA1 (patch-test_module_src_module.gyp) = 8016db83cce1244f17295d3dfd725f75ff78cb28 SHA1 (patch-test_module_src_program.c) = ab55d357d9855f79f6fdfb151767f0521a217871 -SHA1 (patch-test_variables_commands_commands-repeated.gyp.stdout) = e42490b86b4adf4aca7df1dae9be9d6aa1583bd2 -SHA1 (patch-test_variables_commands_commands.gyp.ignore-env.stdout) = 3eb017f6fac704cb7e7ed179b8b30fb8353ec64e -SHA1 (patch-test_variables_commands_commands.gyp.stdout) = 6d5f73d70e723de278ba0f2563f7c05ae788a4dd --_----------=_1613400743177550--