Skip to content

Commit

Permalink
Merge pull request #238 from nfdi4plants/rmv_paket
Browse files Browse the repository at this point in the history
Remove paket 🔥
  • Loading branch information
Freymaurer authored Nov 10, 2023
2 parents 695f075 + eb937e1 commit feec750
Show file tree
Hide file tree
Showing 68 changed files with 55 additions and 5,853 deletions.
6 changes: 0 additions & 6 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@
"commands": [
"fable"
]
},
"paket": {
"version": "7.2.1",
"commands": [
"paket"
]
}
}
}
557 changes: 0 additions & 557 deletions .paket/Paket.Restore.targets

This file was deleted.

1 change: 0 additions & 1 deletion ARCtrl.sln
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.config\dotnet-tools.json = .config\dotnet-tools.json
global.json = global.json
package.json = package.json
paket.dependencies = paket.dependencies
README.md = README.md
RELEASE_NOTES.md = RELEASE_NOTES.md
EndProjectSection
Expand Down
1 change: 0 additions & 1 deletion build.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
@echo off

dotnet tool restore
dotnet paket restore
cls
dotnet run --project ./build/build.fsproj %*
2 changes: 0 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@
set -eu
set -o pipefail

dotnet paket restore

dotnet run --project ./build/Build.fsproj "$@"
2 changes: 0 additions & 2 deletions build/Build.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
</PropertyGroup>
<ItemGroup>
<Content Include="release_package.json" />
<None Include="paket.references" />
<Compile Include="Helpers.fs" />
<Compile Include="MessagePrompts.fs" />
<Compile Include="ProjectInfo.fs" />
Expand All @@ -31,5 +30,4 @@
<PackageReference Include="Fake.Tools.Git" Version="5.23.0-alpha002" />
<PackageReference Include="Fake.Extensions.Release" Version="0.3.0" />
</ItemGroup>
<Import Project="..\.paket\Paket.Restore.targets" />
</Project>
1 change: 0 additions & 1 deletion build/ReleaseTasks.fs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ let createPrereleaseTag = BuildTask.create "CreatePrereleaseTag" [setPrereleaseT
failwith "aborted"
}


let publishNuget = BuildTask.create "PublishNuget" [clean; build; runTests; packDotNet] {
let targets = (!! (sprintf "%s/*.*pkg" pkgDir ))
for target in targets do printfn "%A" target
Expand Down
12 changes: 2 additions & 10 deletions build/TestTasks.fs
Original file line number Diff line number Diff line change
Expand Up @@ -136,17 +136,9 @@ module RunTests =
}

let runTestsDotnet = BuildTask.create "runTestsDotnet" [clean; build] {
let dotnetRun = run dotnet "run"
testProjects
|> Seq.iter (fun testProject ->
Fake.DotNet.DotNet.test(fun testParams ->
{
testParams with
Logger = Some "console;verbosity=detailed"
Configuration = DotNet.BuildConfiguration.fromString configuration
NoBuild = true
}
) testProject
)
|> Seq.iter dotnetRun
}

let runTests = BuildTask.create "RunTests" [clean; build; RunTests.runTestsJs; RunTests.runTestsJsNative; RunTests.runTestsDotnet] {
Expand Down
1 change: 0 additions & 1 deletion build/paket.references

This file was deleted.

16 changes: 0 additions & 16 deletions paket.dependencies

This file was deleted.

76 changes: 0 additions & 76 deletions paket.lock

This file was deleted.

9 changes: 7 additions & 2 deletions src/ARCtrl/ARCtrl.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@
<RepositoryUrl>https://github.com/nfdi4plants/ARCtrl</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup>
<Content Include="*.fsproj; **\*.fs; **\*.fsi" PackagePath="fable\" />
</ItemGroup>
<ItemGroup>
<None Include="../../build/logo.png" Pack="true" PackagePath="\" />
</ItemGroup>
<ItemGroup>
<None Include="paket.references" />
<Compile Include="Path.fs" />
<Compile Include="FileSystemTree.fs" />
<Compile Include="SemVer.fs" />
Expand All @@ -36,6 +38,10 @@
<Compile Include="ARC.fs" />
<None Include="README.md" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Fable.Fetch" Version="2.6.0" />
<PackageReference Include="Fable.SimpleHttp" Version="3.5.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Contract\ARCtrl.Contract.fsproj" />
<ProjectReference Include="..\CWL\ARCtrl.CWL.fsproj" />
Expand All @@ -49,5 +55,4 @@
<NpmPackage Name="isomorphic-fetch" Version="gt 3.0.0 lt 3.0.0" ResolutionStrategy="Max" />
</NpmDependencies>
</PropertyGroup>
<Import Project="..\..\.paket\Paket.Restore.targets" />
</Project>
4 changes: 0 additions & 4 deletions src/ARCtrl/paket.references

This file was deleted.

2 changes: 0 additions & 2 deletions src/CWL/ARCtrl.CWL.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
<None Include="paket.references" />
<None Include="../../build/logo.png" Pack="true" PackagePath="\" />
<Compile Include="Path.fs" />
<Compile Include="Library.fs" />
Expand All @@ -23,5 +22,4 @@
<RepositoryUrl>https://github.com/nfdi4plants/ARCtrl</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<Import Project="..\..\.paket\Paket.Restore.targets" />
</Project>
2 changes: 0 additions & 2 deletions src/CWL/paket.references

This file was deleted.

5 changes: 3 additions & 2 deletions src/Contract/ARCtrl.Contract.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
<None Include="paket.references" />
<None Include="README.md" />
<Compile Include="Contract.fs" />
<None Include="../../build/logo.png" Pack="true" PackagePath="\" />
</ItemGroup>
<ItemGroup>
<Content Include="*.fsproj; **\*.fs; **\*.fsi" PackagePath="fable\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ISA\ISA\ARCtrl.ISA.fsproj" />
</ItemGroup>
<PropertyGroup>
<Authors>nfdi4plants, Kevin Frey, Lukas Weil, Kevin Schneider, Oliver Maus</Authors>
<Description>ARC helper functions for contracts management.</Description>
Expand All @@ -23,5 +25,4 @@
<RepositoryUrl>https://github.com/nfdi4plants/ARCtrl</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<Import Project="..\..\.paket\Paket.Restore.targets" />
</Project>
2 changes: 0 additions & 2 deletions src/Contract/paket.references

This file was deleted.

9 changes: 6 additions & 3 deletions src/FileSystem/ARCtrl.FileSystem.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,21 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
<Content Include="*.fsproj; **\*.fs; **\*.fsi" PackagePath="fable\" />
<None Include="paket.references" />
<Compile Include="Path.fs" />
<Compile Include="Commit.fs" />
<Compile Include="DefaultGitignore.fs" />
<Compile Include="FileSystemTree.fs" />
<Compile Include="FileSystem.fs" />
</ItemGroup>
<ItemGroup>
<Content Include="*.fsproj; **\*.fs; **\*.fsi" PackagePath="fable\" />
</ItemGroup>
<ItemGroup>
<None Include="../../build/logo.png" Pack="true" PackagePath="\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Fable.Core" Version="4.2.0" />
</ItemGroup>
<PropertyGroup>
<Authors>nfdi4plants, Kevin Frey, Lukas Weil </Authors>
<Description>ARC helper functions for filesystem management.</Description>
Expand All @@ -26,5 +30,4 @@
<RepositoryUrl>https://github.com/nfdi4plants/ARCtrl</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<Import Project="..\..\.paket\Paket.Restore.targets" />
</Project>
2 changes: 0 additions & 2 deletions src/FileSystem/paket.references

This file was deleted.

8 changes: 0 additions & 8 deletions src/ISA/ISA.Json/ARCtrl.ISA.Json.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
<None Include="paket.references" />
<EmbeddedResource Include="Validation\JsonValidation.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</EmbeddedResource>
Expand Down Expand Up @@ -40,17 +39,11 @@
<PropertyGroup>
<NpmDependencies>
<NpmPackage Name="jsonschema" Version="gte 1.1.0 lt 2.0.0" ResolutionStrategy="Max" />
<NpmPackage Name="fable-library" Version="gte 1.4.1 lt 2.0.0" ResolutionStrategy="Max" />
</NpmDependencies>
</PropertyGroup>
<ItemGroup>
<Content Include="*.fsproj; **\*.fs; **\*.fsi" PackagePath="fable\" />
</ItemGroup>
<PropertyGroup>
<NpmDependencies>
<NpmPackage Name="jsonschema" Version="gte 1.4.1 lt 1.5.0" ResolutionStrategy="Max" />
</NpmDependencies>
</PropertyGroup>
<PropertyGroup>
<Authors>nfdi4plants, Lukas Weil, Florian Wetzels, Kevin Frey</Authors>
<Description>ARC and ISA json compliant parser for experimental metadata toolkit in F#. This project is meant as an easy means to open, manipulate and save ISA (Investigation,Study,Assay) metadata files in isa-json format.</Description>
Expand All @@ -61,5 +54,4 @@
<RepositoryUrl>https://github.com/nfdi4plants/ARCtrl</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<Import Project="..\..\..\.paket\Paket.Restore.targets" />
</Project>
2 changes: 0 additions & 2 deletions src/ISA/ISA.Json/paket.references

This file was deleted.

8 changes: 6 additions & 2 deletions src/ISA/ISA.Spreadsheet/ARCtrl.ISA.Spreadsheet.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<EmbeddedResource Remove="StudyFile\**" />
</ItemGroup>
<ItemGroup>
<None Include="paket.references" />
<Compile Include="AssemblyInfo.fs" />
<Compile Include="CollectionAux.fs" />
<Compile Include="Metadata\Conversions.fs" />
Expand All @@ -32,10 +31,16 @@
<Compile Include="ArcInvestigation.fs" />
<None Include="../../../build/logo.png" Pack="true" PackagePath="\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="FsSpreadsheet" Version="5.0.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ISA\ARCtrl.ISA.fsproj" />
<ProjectReference Include="..\..\FileSystem\ARCtrl.FileSystem.fsproj" />
</ItemGroup>
<ItemGroup>
<Content Include="*.fsproj; **\*.fs; **\*.fsi" PackagePath="fable\" />
</ItemGroup>
<PropertyGroup>
<Authors>nfdi4plants, Lukas Weil</Authors>
<Description>ARC and ISA xlsx compliant parser for experimental metadata toolkit in F#. This project is meant as an easy means to open, manipulate and save ISA (Investigation,Study,Assay) metadata files in isa-xlsx format.</Description>
Expand All @@ -46,5 +51,4 @@
<RepositoryUrl>https://github.com/nfdi4plants/ARCtrl</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<Import Project="..\..\..\.paket\Paket.Restore.targets" />
</Project>
3 changes: 0 additions & 3 deletions src/ISA/ISA.Spreadsheet/paket.references

This file was deleted.

Loading

0 comments on commit feec750

Please sign in to comment.