Skip to content

Commit

Permalink
Update to use ResearchSoftwareMetadata package directly
Browse files Browse the repository at this point in the history
  • Loading branch information
richardreeve committed Jul 17, 2024
1 parent 6aaaf37 commit 3d5eafb
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 634 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ on:

jobs:
phylo-tests:
name: Julia ${{ matrix.julia-version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
timeout-minutes: 60
permissions: # needed to allow julia-actions/cache to proactively delete old caches that it has created
actions: write
contents: read
runs-on: ${{ matrix.os }}
continue-on-error: false
strategy:
Expand Down Expand Up @@ -62,7 +67,7 @@ jobs:
install.packages("ape", repos="http://cran.r-project.org")
shell: R --vanilla --file={0}
- name: Cache
uses: julia-actions/cache@v1
uses: julia-actions/cache@v2
- name: Build package
uses: julia-actions/julia-buildpkg@v1
- name: Running
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# NEWS

- v0.5.4
- Use ResearchSoftwareMetadata package
- v0.5.3
- Add in metadata and crosswalk
- v0.5.2
Expand Down
19 changes: 8 additions & 11 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Phylo"
uuid = "aea672f4-3940-5932-aa44-993d1c3ff149"
author = ["Richard Reeve <richard.reeve@glasgow.ac.uk>", "Michael Borregaard", "Claire Harris"]
version = "0.5.3"
authors = ["Richard Reeve <richard.reeve@glasgow.ac.uk>", "Michael Borregaard", "Claire Harris"]
version = "0.5.4"

[license]
SPDX = "BSD-2-Clause"
Expand Down Expand Up @@ -57,26 +57,23 @@ Tokenize = "0.5"
Unitful = "1"
julia = "1.6"

[[authors]]
[[author_details]]
name = "Richard Reeve"
email = "richard.reeve@glasgow.ac.uk"
orcid = "0000-0003-2589-8091"

[[authors.affiliation]]
[[author_details.affiliation]]
ror = "00vtgdb53"
[[authors]]
[[author_details]]
name = "Michael Borregaard"
email = "mkborregaard@sund.ku.dk"
orcid = "0000-0002-8146-8435"

[[authors.affiliation]]
[[author_details.affiliation]]
ror = "035b05819"
[[authors]]
[[author_details]]
name = "Claire Harris"
email = "Claire.Harris@defra.gov.uk"
orcid = "0000-0003-0852-2340"

[[authors.affiliation]]
[[author_details.affiliation]]
ror = "03jwrz939"

[extras]
Expand Down
6 changes: 3 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"applicationCategory": "ecology",
"codeRepository": "https://github.com/EcoJulia/Phylo.jl",
"dateCreated": "2017-04-21",
"dateModified": "2024-07-15",
"dateModified": "2024-07-17",
"datePublished": "2018-08-11",
"description": "Package for creating and manipulating phylogenies in Julia",
"downloadUrl": "https://github.com/EcoJulia/Phylo.jl/archive/refs/tags/v0.5.3.tar.gz",
"downloadUrl": "https://github.com/EcoJulia/Phylo.jl/archive/refs/tags/v0.5.4.tar.gz",
"keywords": [
"EcoJulia",
"ecology",
Expand All @@ -23,7 +23,7 @@
"macos"
],
"programmingLanguage": "julia",
"version": "v0.5.3",
"version": "v0.5.4",
"codemeta:contIntegration": {
"id": "https://github.com/EcoJulia/Phylo.jl/actions/workflows/testing.yaml"
},
Expand Down
9 changes: 1 addition & 8 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Git = "d7ba0133-e1db-5d97-8f8c-041e4b3a1eb2"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
Phylo = "aea672f4-3940-5932-aa44-993d1c3ff149"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
ResearchSoftwareMetadata = "58378933-4625-47fa-851e-05ee27d397bd"
Loading

0 comments on commit 3d5eafb

Please sign in to comment.