commit: f5ac3f82fb31a17c01dc9fe9c81f186fa8c741a7
parent 3c7513d2f68b7a3a9459dc21f0fe7a80cbaaea6f
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sat, 9 Mar 2024 16:59:54 +0100
dev-util/gyp-next: add 0.16.2, drop 0.13.0
Diffstat:
3 files changed, 22 insertions(+), 21 deletions(-)
diff --git a/dev-util/gyp-next/Manifest b/dev-util/gyp-next/Manifest
@@ -1 +1 @@
-DIST gyp-next-0.13.0.tar.gz 366511 BLAKE2B 23cfea68415c973cc8b09791f0faf8acb5acf74f0f2b1d0c9c2e013665a7a34177ee7486457b31420f1a25df7e0fa0fb855575a123ba04adbe89c08114223b85 SHA512 6a6895f6086d06f1f252e8689372e47c8b9ce015d4fbdcc04af07c11867b4edb4d641abada9a8cdfe4a2ecc7e60d288faffce620356829c5e6346c7023c8ae97
+DIST gyp-next-0.16.2.tar.gz 413513 BLAKE2B 3f009f958d16787b08fc9e63a34d701abe6ac3d8529aad5f6bb8f3a4732224eb9e3a97194b504b3ef9323eef23513296d7375e64adf567470f6ad93408427bb6 SHA512 209e7e2785924df4e2fe0e7ec40ff76cbf664912eb1368b9ad2e99b66467e5465bb8410d17d6248483521404375aa92d2e8be96cfc185e0ef496256253430fa8
diff --git a/dev-util/gyp-next/gyp-next-0.13.0.ebuild b/dev-util/gyp-next/gyp-next-0.13.0.ebuild
@@ -1,20 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_SINGLE_IMPL="1"
-
-inherit distutils-r1
-
-DESCRIPTION="fork of the GYP (Generate Your Projects) build system for use in the Node.js projects"
-HOMEPAGE="https://github.com/nodejs/gyp-next"
-SRC_URI="https://github.com/nodejs/gyp-next/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND="!dev-util/gyp"
-
-distutils_enable_tests pytest
diff --git a/dev-util/gyp-next/gyp-next-0.16.2.ebuild b/dev-util/gyp-next/gyp-next-0.16.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..12} )
+DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+DESCRIPTION="fork of the GYP (Generate Your Projects) build system for use in the Node.js projects"
+HOMEPAGE="https://github.com/nodejs/gyp-next"
+SRC_URI="https://github.com/nodejs/gyp-next/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="!dev-util/gyp"
+
+distutils_enable_tests pytest