-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
jsonnet: update to 0.21.0 #28626
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
mikluko
wants to merge
1
commit into
macports:master
Choose a base branch
from
mikluko:devel/jsonnet/v0.21.0
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
jsonnet: update to 0.21.0 #28626
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
PortSystem 1.0 | ||
PortGroup github 1.0 | ||
|
||
github.setup google jsonnet 0.17.0 v | ||
github.setup google jsonnet 0.21.0 v | ||
# Change github.tarball_from to 'releases' or 'archive' next update | ||
github.tarball_from tarball | ||
revision 0 | ||
|
@@ -18,9 +18,9 @@ long_description A data templating language for app and tool developers | |
|
||
homepage https://jsonnet.org/ | ||
|
||
checksums rmd160 e43a5cee00aaea3782407c9ce0b87d28f34fc3b9 \ | ||
sha256 9f4450ff784952a0f5c593ce7dabd83cbda2eed62a4b01cc2ba507b32483c8dd \ | ||
size 21859800 | ||
checksums rmd160 92d06d25efdb302901186be9ae96e7261659d998 \ | ||
sha256 1f39c022fd943eb60eec58e027a0b025585c8ae808b065707d8cbfa770a7ba10 \ | ||
size 22134527 | ||
|
||
patchfiles-append patch-Makefile.diff | ||
|
||
|
@@ -29,7 +29,7 @@ post-patch { | |
} | ||
|
||
compiler.c_standard 1999 | ||
compiler.cxx_standard 2011 | ||
compiler.cxx_standard 2017 | ||
|
||
if {[string match *clang* ${configure.cxx}] && ${configure.cxx_stdlib} ne ""} { | ||
configure.ldflags-append -stdlib=${configure.cxx_stdlib} | ||
|
@@ -54,16 +54,15 @@ if {${name} eq ${subport}} { | |
# Name consistency with ${python.branch} and ${python.version} in | ||
# ${prefix}/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/python-1.0.tcl | ||
|
||
set python_branches {3.7 3.8 3.9} | ||
set python_branches {3.9 3.10 3.11 3.12 3.13} | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I assume you verified that there are no dependents of the subports for Python 3.7 and 3.8? |
||
foreach python_branch ${python_branches} { | ||
set python_version [join [lrange [split ${python_branch} .] 0 1] ""] | ||
subport py${python_version}-${name} { | ||
PortGroup python 1.0 | ||
|
||
python.default_version ${python_version} | ||
|
||
categories-append \ | ||
devel | ||
categories devel python | ||
|
||
master_sites \ | ||
${github.master_sites} | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please act upon this comment; it will require you to update the checksums as well