This repository was archived by the owner on Jan 30, 2023. It is now read-only.
File tree 2 files changed +32
-0
lines changed
2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "description": "Mirror of the Sage https://sagemath.org/ source tree",
3
+ "license": "other-open",
4
+ "title": "sagemath/sage: ${SAGE_VERSION}",
5
+ "version": "${SAGE_VERSION}",
6
+ "upload_type": "software",
7
+ "publication_date": "${SAGE_RELEASE_DATE}",
8
+ "creators": [
9
+ {
10
+ "affiliation": "SageMath.org",
11
+ "name": "The SageMath Developers"
12
+ }
13
+ ],
14
+ "access_right": "open",
15
+ "related_identifiers": [
16
+ {
17
+ "scheme": "url",
18
+ "identifier": "https://github.com/sagemath/sage/tree/${SAGE_VERSION}",
19
+ "relation": "isSupplementTo"
20
+ },
21
+ {
22
+ "scheme": "doi",
23
+ "identifier": "10.5281/zenodo.593563",
24
+ "relation": "isVersionOf"
25
+ }
26
+ ]
27
+ }
Original file line number Diff line number Diff line change @@ -62,6 +62,11 @@ echo "$SAGE_VERSION_BANNER" > "$SAGE_ROOT/VERSION.txt"
62
62
# Regenerate auto-generated files tarball
63
63
" $SAGE_ROOT /bootstrap" -s
64
64
65
+ # Create json file for Zenodo
66
+ export SAGE_VERSION
67
+ export SAGE_RELEASE_DATE
68
+ envsubst < " $SAGE_ROOT /.zenodo.json.in" > " $SAGE_ROOT /.zenodo.json"
69
+
65
70
# Commit auto-generated changes
66
71
git commit -m " Updated SageMath version to $SAGE_VERSION " -- \
67
72
" $SAGE_ROOT /VERSION.txt" \
You can’t perform that action at this time.
0 commit comments