mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1016 B
Tcl
32 lines
1016 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-gyp-next
|
|
version 0.21.1
|
|
revision 0
|
|
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license BSD
|
|
maintainers nomaintainer
|
|
|
|
description A fork of the GYP build system for use in the Node.js projects
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/nodejs/gyp-next
|
|
distname [string map {- _} ${python.rootname}]-${version}
|
|
|
|
checksums rmd160 97ebffc2dfc74e60f50c3d824c85a52669440543 \
|
|
sha256 78f0aa7287fd8325664d8fe6a7ecbb56521ecbde6eccf1279d6afa2ea9e518b8 \
|
|
size 319972
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-packaging
|
|
}
|