Skip to content

Commit 424c191

Browse files
committed
prep v1.2.3 release
1 parent aed48b7 commit 424c191

33 files changed

+70
-509
lines changed

CITATION.cff

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
cff-version: 1.2.0
22
message: "If you use this software, please cite it as below."
3-
title: datatools
3+
type: software
4+
title: "datatools"
5+
abstract: "A set of command line tools for working with CSV, Excel Workbooks, JSON and structured text documents."
46
authors:
57
- family-names: Doiel
68
given-names: R. S.
7-
orcid: https://orcid.org/0000-0003-0900-6903
8-
abstract: A set of command line tools for working with CSV, Excel Workbooks, JSON and structured text documents.
9+
orcid: "https://orcid.org/0000-0003-0900-6903"
10+
11+
12+
maintainers:
13+
- family-names: Doiel
14+
given-names: R. S.
15+
orcid: "https://orcid.org/0000-0003-0900-6903"
16+
917
repository-code: "https://github.com/caltechlibrary/datatools"
10-
type: software
1118
version: 1.2.3
1219
license-url: "https://data.caltech.edu/license"
13-
keywords:
14-
- csv
15-
- excel
16-
- sql
17-
- json
18-
- xlsx
19-
- golang
20-
- bash
21-
date-released: 2023-06-30
20+
keywords: [ "csv", "excel", "sql", "json", "xlsx", "golang", "bash" ]
21+
date-released: 2022-06-30

Makefile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,6 @@ dist/Linux-aarch64: $(PROGRAMS)
172172
@cd dist && zip -r $(PROJECT)-v$(VERSION)-Linux-aarch64.zip LICENSE codemeta.json CITATION.cff *.md bin/* docs/* how-to/* man/*
173173
@rm -fR dist/bin
174174

175-
dist/RaspberryPiOS-arm7: $(PROGRAMS)
176-
@mkdir -p dist/bin
177-
@for FNAME in $(PROGRAMS); do env GOOS=linux GOARCH=arm GOARM=7 go build -o dist/bin/$$FNAME cmd/$$FNAME/*.go; done
178-
@cd dist && zip -r $(PROJECT)-v$(VERSION)-RaspberryPiOS-arm7.zip LICENSE codemeta.json CITATION.cff *.md bin/* docs/* how-to/* man/*
179-
@rm -fR dist/bin
180175

181176
#dist/datatools_$(VERSION)_amd64.snap:
182177
# @mkdir -p dist/
@@ -218,7 +213,7 @@ gen_batfiles: .FORCE
218213

219214
snap: dist/datatools_$(VERSION)_amd64.snap
220215

221-
release: .FORCE installer.sh clean build man gen_batfiles distribute_docs dist/Linux-x86_64 dist/macOS-x86_64 dist/macOS-arm64 dist/Windows-x86_64 dist/Windows-arm64 dist/RaspberryPiOS-arm7 dist/Linux-armv7l dist/Linux-aarch64
216+
release: .FORCE installer.sh clean build man gen_batfiles distribute_docs dist/Linux-x86_64 dist/macOS-x86_64 dist/macOS-arm64 dist/Windows-x86_64 dist/Windows-arm64 dist/Linux-armv7l dist/Linux-aarch64
222217

223218

224219
.FORCE:

man/man1/codemeta2cff.1

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
1-
.\" Automatically generated by Pandoc 3.0
1+
.\" Automatically generated by Pandoc 2.9.2.1
22
.\"
3-
.\" Define V font for inline verbatim, using C font in formats
4-
.\" that render this, and otherwise B font.
5-
.ie "\f[CB]x\f[]"x" \{\
6-
. ftr V B
7-
. ftr VI BI
8-
. ftr VB B
9-
. ftr VBI BI
10-
.\}
11-
.el \{\
12-
. ftr V CR
13-
. ftr VI CI
14-
. ftr VB CB
15-
. ftr VBI CBI
16-
.\}
173
.TH "codemeta2cff" "1" "" "user manual" ""
184
.hy
195
.SH NAME

man/man1/csv2json.1

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
1-
.\" Automatically generated by Pandoc 3.0
1+
.\" Automatically generated by Pandoc 2.9.2.1
22
.\"
3-
.\" Define V font for inline verbatim, using C font in formats
4-
.\" that render this, and otherwise B font.
5-
.ie "\f[CB]x\f[]"x" \{\
6-
. ftr V B
7-
. ftr VI BI
8-
. ftr VB B
9-
. ftr VBI BI
10-
.\}
11-
.el \{\
12-
. ftr V CR
13-
. ftr VI CI
14-
. ftr VB CB
15-
. ftr VBI CBI
16-
.\}
173
.TH "csv2json (1) user manual" "" "" "" ""
184
.hy
195
.SH NAME

man/man1/csv2mdtable.1

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
1-
.\" Automatically generated by Pandoc 3.0
1+
.\" Automatically generated by Pandoc 2.9.2.1
22
.\"
3-
.\" Define V font for inline verbatim, using C font in formats
4-
.\" that render this, and otherwise B font.
5-
.ie "\f[CB]x\f[]"x" \{\
6-
. ftr V B
7-
. ftr VI BI
8-
. ftr VB B
9-
. ftr VBI BI
10-
.\}
11-
.el \{\
12-
. ftr V CR
13-
. ftr VI CI
14-
. ftr VB CB
15-
. ftr VBI CBI
16-
.\}
173
.TH "csv2mdtable (1) user manual" "" "" "" ""
184
.hy
195
.SH NAME

man/man1/csv2tab.1

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
1-
.\" Automatically generated by Pandoc 3.0
1+
.\" Automatically generated by Pandoc 2.9.2.1
22
.\"
3-
.\" Define V font for inline verbatim, using C font in formats
4-
.\" that render this, and otherwise B font.
5-
.ie "\f[CB]x\f[]"x" \{\
6-
. ftr V B
7-
. ftr VI BI
8-
. ftr VB B
9-
. ftr VBI BI
10-
.\}
11-
.el \{\
12-
. ftr V CR
13-
. ftr VI CI
14-
. ftr VB CB
15-
. ftr VBI CBI
16-
.\}
173
.TH "csv2tab (1) user manual" "" "" "" ""
184
.hy
195
.SH NAME

man/man1/csv2xlsx.1

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
1-
.\" Automatically generated by Pandoc 3.0
1+
.\" Automatically generated by Pandoc 2.9.2.1
22
.\"
3-
.\" Define V font for inline verbatim, using C font in formats
4-
.\" that render this, and otherwise B font.
5-
.ie "\f[CB]x\f[]"x" \{\
6-
. ftr V B
7-
. ftr VI BI
8-
. ftr VB B
9-
. ftr VBI BI
10-
.\}
11-
.el \{\
12-
. ftr V CR
13-
. ftr VI CI
14-
. ftr VB CB
15-
. ftr VBI CBI
16-
.\}
173
.TH "csv2xlsx (1) user manual" "" "" "" ""
184
.hy
195
.SH NAME

man/man1/csvcleaner.1

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
1-
.\" Automatically generated by Pandoc 3.0
1+
.\" Automatically generated by Pandoc 2.9.2.1
22
.\"
3-
.\" Define V font for inline verbatim, using C font in formats
4-
.\" that render this, and otherwise B font.
5-
.ie "\f[CB]x\f[]"x" \{\
6-
. ftr V B
7-
. ftr VI BI
8-
. ftr VB B
9-
. ftr VBI BI
10-
.\}
11-
.el \{\
12-
. ftr V CR
13-
. ftr VI CI
14-
. ftr VB CB
15-
. ftr VBI CBI
16-
.\}
173
.TH "csvcleaner (1) user manual" "" "" "" ""
184
.hy
195
.SH NAME

man/man1/csvcols.1

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
1-
.\" Automatically generated by Pandoc 3.0
1+
.\" Automatically generated by Pandoc 2.9.2.1
22
.\"
3-
.\" Define V font for inline verbatim, using C font in formats
4-
.\" that render this, and otherwise B font.
5-
.ie "\f[CB]x\f[]"x" \{\
6-
. ftr V B
7-
. ftr VI BI
8-
. ftr VB B
9-
. ftr VBI BI
10-
.\}
11-
.el \{\
12-
. ftr V CR
13-
. ftr VI CI
14-
. ftr VB CB
15-
. ftr VBI CBI
16-
.\}
173
.TH "csvcols (1) user manual" "" "" "" ""
184
.hy
195
.SH NAME

man/man1/csvfind.1

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
1-
.\" Automatically generated by Pandoc 3.0
1+
.\" Automatically generated by Pandoc 2.9.2.1
22
.\"
3-
.\" Define V font for inline verbatim, using C font in formats
4-
.\" that render this, and otherwise B font.
5-
.ie "\f[CB]x\f[]"x" \{\
6-
. ftr V B
7-
. ftr VI BI
8-
. ftr VB B
9-
. ftr VBI BI
10-
.\}
11-
.el \{\
12-
. ftr V CR
13-
. ftr VI CI
14-
. ftr VB CB
15-
. ftr VBI CBI
16-
.\}
173
.TH "csvfind (1) user manual" "" "" "" ""
184
.hy
195
.SH NAME

0 commit comments

Comments
 (0)