* update parallel to 20241022-1

This commit is contained in:
Alexander Baldeck 2024-11-17 11:10:43 +01:00
parent b6b5137c50
commit eac0914555
4 changed files with 32 additions and 30 deletions

View File

@ -1,20 +1,20 @@
pkgbase = parallel
pkgdesc = A shell tool for executing jobs in parallel
pkgver = 20240722
pkgver = 20241022
pkgrel = 1
url = https://www.gnu.org/software/parallel/
arch = any
license = GPL-3.0-only
source = https://ftp.gnu.org/gnu/parallel/parallel-20240722.tar.bz2
source = https://ftp.gnu.org/gnu/parallel/parallel-20240722.tar.bz2.sig
source = https://ftp.gnu.org/gnu/parallel/parallel-20241022.tar.bz2
source = https://ftp.gnu.org/gnu/parallel/parallel-20241022.tar.bz2.sig
source = 0001-Remove-citation-things.patch
validpgpkeys = CDA01A4208C4F74506107E7BD1AB451688888888
sha512sums = f3dbcf8e6f5c7f011f6a21b8395d256e856b805f798531995b5000232d34bd0cf9b105f2cc6da24af5d8cdcdc63b5323ce72f435f835b353d0ab44b2e87d0129
sha512sums = 100cb032e93e054f17d3b987e9aedb63ece5b58ba43baccd420c1e83085ed846dfc4c5c0941e4d8de128058352a336d46a69a96fd259039996dcfa2db9e0786c
sha512sums = SKIP
sha512sums = 3b312c33fa093cf0c63d31ce89b7ca400c9af6cde7d768aff2149957f5bd72ebcdd2dd03abed87ba183c89d8ab8b7db99aa65a782803ddfc8de464ac16bab237
b2sums = b9dbf3ef945f8dd3df09c9e9d0c70e0cca5ab12d2ed29f96a5c9c6bed6ce8ca700c5c9d8ce1f28a394b911407ff1439907cdbfa4edee24ffbe24bc75fb250546
sha512sums = a2cb69903b331fd37f6f46db9dc89ca7625661a45af40468ff9bdbb1a375a30c1266406e28de28b1f00e3318662cdce3d1bd92a8cf484a34535385fb499d4759
b2sums = 3783185c26686b4ddc37472e01d814ebb5464b39864194a5b1604e3f592cff3d8277a104a7c98a428c0d340d1e1cbacd125dc4292db13c503c0f985edd1ed8dd
b2sums = SKIP
b2sums = b2fbe128353122dfbbf3bb3206fa91cc3c9c5100261ca2474fef53339cde900c4ec77fe6b92e7f3be10616fc098a7fc03a366e101c43f2d4412c0969c77b3799
b2sums = 4ee261562baacd39f9f049c49e7eedee909d4b50d361465fa0b6055044ebd6e1cd566cb8e6027281d93c2fdcbfa368144dd8b8ab970ccd3a775b65282cd9d7bf
pkgname = parallel
depends = perl

4
parallel/.nvchecker.toml Normal file
View File

@ -0,0 +1,4 @@
[parallel]
source = "regex"
url = "https://ftp.gnu.org/gnu/parallel/"
regex = 'parallel-(\d+).tar.bz2'

View File

@ -1,8 +1,6 @@
diff --git a/src/parallel b/src/parallel
index 84a04fc..1da6abb 100755
--- a/src/parallel
+++ b/src/parallel
@@ -1980,11 +1980,6 @@ sub options_completion_hash() {
@@ -2069,11 +2069,6 @@ sub options_completion_hash() {
"gnu[Behave like GNU parallel]" => \$opt::gnu,
"link|xapply[Link input sources]" => \$opt::link,
"linkinputsource|xapplyinputsource=i" => \@opt::linkinputsource,
@ -14,7 +12,7 @@ index 84a04fc..1da6abb 100755
("bibtex|citation".
"[Print the citation notice and BibTeX entry for GNU parallel, ".
"silence citation notice for all future runs, and exit. ".
@@ -2226,14 +2221,6 @@ sub parse_options(@) {
@@ -2317,14 +2312,6 @@ sub parse_options(@) {
init_globals();
my @argv_before = @ARGV;
@ARGV = read_options();
@ -29,7 +27,7 @@ index 84a04fc..1da6abb 100755
# no-* overrides *
if($opt::nokeeporder) { $opt::keeporder = undef; }
@@ -2559,87 +2546,6 @@ sub parse_options(@) {
@@ -2654,87 +2641,6 @@ sub parse_options(@) {
}
}
@ -117,7 +115,7 @@ index 84a04fc..1da6abb 100755
parse_halt();
if($ENV{'PARALLEL_ENV'}) {
@@ -5842,85 +5748,9 @@ sub usage() {
@@ -5941,85 +5847,9 @@ sub usage() {
"--recstart str Record start separator for --pipe.",
"",
"GNU Parallel can do much more. See 'man $Global::progname' for details",
@ -126,8 +124,8 @@ index 84a04fc..1da6abb 100755
- "If you use programs that use GNU Parallel to process data for an article in a",
- "scientific publication, please cite:",
- "",
- " Tange, O. (2024, July 22). GNU Parallel 20240722 ('Assange').",
- " Zenodo. https://doi.org/10.5281/zenodo.12789352",
- " Tange, O. (2024, October 22). GNU Parallel 20241022 ('Sinwar Nasrallah').",
- " Zenodo. https://doi.org/10.5281/zenodo.13957646",
- "",
- # Before changing these lines, please read
- # https://www.gnu.org/software/parallel/parallel_design.html#citation-notice
@ -159,8 +157,8 @@ index 84a04fc..1da6abb 100755
- "If you use programs that use GNU Parallel to process data for an article in a",
- "scientific publication, please cite:",
- "",
- " Tange, O. (2024, July 22). GNU Parallel 20240722 ('Assange').",
- " Zenodo. https://doi.org/10.5281/zenodo.12789352",
- " Tange, O. (2024, October 22). GNU Parallel 20241022 ('Sinwar Nasrallah').",
- " Zenodo. https://doi.org/10.5281/zenodo.13957646",
- "",
- # Before changing these line, please read
- # https://www.gnu.org/software/parallel/parallel_design.html#citation-notice and
@ -203,7 +201,7 @@ index 84a04fc..1da6abb 100755
sub status(@) {
my @w = @_;
my $fh = $Global::status_fd || *STDERR;
@@ -5985,97 +5815,7 @@ sub version() {
@@ -6084,97 +5914,7 @@ sub version() {
"This is free software: you are free to change and redistribute it.",
"GNU $Global::progname comes with no warranty.",
"",
@ -229,20 +227,20 @@ index 84a04fc..1da6abb 100755
- "If you use programs that use GNU Parallel to process data for an article in a",
- "scientific publication, please cite:",
- "",
- "\@software{tange_2024_12789352,",
- "\@software{tange_2024_13957646,",
- " author = {Tange, Ole},",
- " title = {GNU Parallel 20240722 ('Assange')},",
- " month = Jul,",
- " year = 2023,",
- " title = {GNU Parallel 20241022 ('Sinwar Nasrallah')},",
- " month = Oct,",
- " year = 2024,",
- " note = {{GNU Parallel is a general parallelizer to run",
- " multiple serial command line programs in parallel",
- " without changing them.}},",
- " publisher = {Zenodo},",
- " doi = {10.5281/zenodo.12789352},",
- " url = {https://doi.org/10.5281/zenodo.12789352}",
- " doi = {10.5281/zenodo.13957646},",
- " url = {https://doi.org/10.5281/zenodo.13957646}",
- "}",
- "",
- "(Feel free to use \\nocite{tange_2024_12789352})",
- "(Feel free to use \\nocite{tange_2024_13957646})",
- "",
- # Before changing these lines, please read
- # https://www.gnu.org/software/parallel/parallel_design.html#citation-notice and

View File

@ -7,7 +7,7 @@
pkgbase=parallel
pkgname=('parallel' 'parallel-docs')
pkgver=20240722
pkgver=20241022
pkgrel=1
pkgdesc='A shell tool for executing jobs in parallel'
arch=(any)
@ -17,12 +17,12 @@ source=(
"https://ftp.gnu.org/gnu/$pkgbase/$pkgbase-$pkgver.tar.bz2"{,.sig}
'0001-Remove-citation-things.patch'
)
sha512sums=('f3dbcf8e6f5c7f011f6a21b8395d256e856b805f798531995b5000232d34bd0cf9b105f2cc6da24af5d8cdcdc63b5323ce72f435f835b353d0ab44b2e87d0129'
sha512sums=('100cb032e93e054f17d3b987e9aedb63ece5b58ba43baccd420c1e83085ed846dfc4c5c0941e4d8de128058352a336d46a69a96fd259039996dcfa2db9e0786c'
'SKIP'
'3b312c33fa093cf0c63d31ce89b7ca400c9af6cde7d768aff2149957f5bd72ebcdd2dd03abed87ba183c89d8ab8b7db99aa65a782803ddfc8de464ac16bab237')
b2sums=('b9dbf3ef945f8dd3df09c9e9d0c70e0cca5ab12d2ed29f96a5c9c6bed6ce8ca700c5c9d8ce1f28a394b911407ff1439907cdbfa4edee24ffbe24bc75fb250546'
'a2cb69903b331fd37f6f46db9dc89ca7625661a45af40468ff9bdbb1a375a30c1266406e28de28b1f00e3318662cdce3d1bd92a8cf484a34535385fb499d4759')
b2sums=('3783185c26686b4ddc37472e01d814ebb5464b39864194a5b1604e3f592cff3d8277a104a7c98a428c0d340d1e1cbacd125dc4292db13c503c0f985edd1ed8dd'
'SKIP'
'b2fbe128353122dfbbf3bb3206fa91cc3c9c5100261ca2474fef53339cde900c4ec77fe6b92e7f3be10616fc098a7fc03a366e101c43f2d4412c0969c77b3799')
'4ee261562baacd39f9f049c49e7eedee909d4b50d361465fa0b6055044ebd6e1cd566cb8e6027281d93c2fdcbfa368144dd8b8ab970ccd3a775b65282cd9d7bf')
validpgpkeys=('CDA01A4208C4F74506107E7BD1AB451688888888')
prepare() {