dev-util/gyp-next - 0.16.2 (lanodanOverlay)

Search

Install

Install this version:

emerge -a =dev-util/gyp-next-0.16.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-util/gyp-next-0.16.2

Or alternatively:

emerge --autounmask-write -a =dev-util/gyp-next-0.16.2

Package Information

Description:
fork of the GYP (Generate Your Projects) build system for use in the Node.js projects
Homepage:
https://github.com/nodejs/gyp-next
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
0.16.2 8 ~amd64 ~arm64 ~ppc64 ~x86 0
View Raw Ebuild
# 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"

RDEPEND="!dev-util/gyp"

distutils_enable_tests pytest

Inherited Eclasses

Dependencies

RDEPEND

!dev-util/gyp

Manifest for 0.16.2

Type File Size Source URLs
DIST gyp-next-0.16.2.tar.gz 413513 bytes https://github.com/nodejs/gyp-next/archive/refs/tags/v0.16.2.tar.gz