blob: ff999895d25c39e3d9646bab1a793c8c62f2c039 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
|
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DOTNET_PKG_COMPAT="10.0"
NUGETS="
altcover@5.3.675
blackfox.commandline@1.0.0
easybuild.packagereleasenotes.tasks@2.0.0
easybuild.tools@4.1.0
expecto@10.2.1
fable.ast@4.2.1
fable.browser.blob@1.1.4
fable.browser.dom@2.4.4
fable.browser.event@1.4.4
fable.browser.event@1.4.5
fable.browser.gamepad@1.0.3
fable.browser.webstorage@1.0.4
fable.core@3.1.6
fable.core@4.5.0
fable.fluentui@1.0.0
fable.jester@0.33.0
fable.jsonprovider@1.1.1
fable.node@1.0.2
fable.promise@2.2.2
fable.python@4.6.1
fable.react.types@18.3.0
fable.react@9.4.0
fable.reactdom.types@18.2.0
fable.reacttestinglibrary@0.33.0
fake.core.context@6.1.3
fake.core.environment@6.1.3
fake.core.fakevar@6.1.3
fake.core.string@6.1.3
fake.core.trace@6.1.3
fake.io.filesystem@6.1.3
feliz.compilerplugins@2.2.0
feliz@2.9.0
fsharp.analyzers.build@0.5.0
fsharp.analyzers.sdk@0.34.1
fsharp.compiler.service@43.10.100
fsharp.core@10.0.102
fsharp.core@4.7.0
fsharp.core@4.7.2
fsharp.core@6.0.2
fsharp.core@7.0.200
fsharp.data.adaptive@1.2.18
fsharp.systemtextjson@1.4.36
fsharp.umx@1.1.0
fstoolkit.errorhandling@4.18.0
g-research.fsharp.analyzers@0.20.0
ionide.analyzers@0.14.10
mcmaster.netcore.plugins@2.0.0
microsoft.build.tasks.git@8.0.0
microsoft.codecoverage@18.0.1
microsoft.extensions.configuration.abstractions@10.0.0
microsoft.extensions.configuration.binder@10.0.0
microsoft.extensions.configuration@10.0.0
microsoft.extensions.dependencyinjection.abstractions@10.0.0
microsoft.extensions.dependencyinjection@10.0.0
microsoft.extensions.logging.abstractions@10.0.0
microsoft.extensions.logging.abstractions@6.0.0
microsoft.extensions.logging.configuration@10.0.0
microsoft.extensions.logging.console@10.0.0
microsoft.extensions.logging@10.0.0
microsoft.extensions.options.configurationextensions@10.0.0
microsoft.extensions.options@10.0.0
microsoft.extensions.primitives@10.0.0
microsoft.extensions.primitives@5.0.1
microsoft.net.test.sdk@18.0.1
microsoft.netcore.platforms@1.1.0
microsoft.sourcelink.common@8.0.0
microsoft.sourcelink.github@8.0.0
microsoft.testplatform.objectmodel@18.0.1
microsoft.testplatform.testhost@18.0.1
mono.cecil@0.11.4
netstandard.library@2.0.3
newtonsoft.json@13.0.1
newtonsoft.json@13.0.3
semver@3.0.0
simpleexec@12.0.0
source-map-sharp@1.0.9
thoth.json.core@0.7.0
thoth.json.net@12.0.0
thoth.json.python@0.5.1
xunit.abstractions@2.0.3
xunit.analyzers@1.18.0
xunit.assert@2.9.3
xunit.core@2.9.3
xunit.extensibility.core@2.9.3
xunit.extensibility.execution@2.9.3
xunit.runner.visualstudio@3.1.5
xunit@2.9.3
"
inherit check-reqs dotnet-pkg
DESCRIPTION="F# to JavaScript, TypeScript, Python, Rust and Dart Compiler"
HOMEPAGE="http://fable.io/
https://github.com/fable-compiler/fable/"
if [[ "${PV}" == *9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/fable-compiler/${PN}"
else
SRC_URI="https://github.com/fable-compiler/${PN}/archive/refs/tags/${PV}.tar.gz
-> ${P}.gh.tar.gz"
S="${WORKDIR}/${P^}"
KEYWORDS="amd64"
fi
SRC_URI+=" ${NUGET_URIS} "
# Fable has support for many languages but it needs to "build" API
# support files. Those make no sense to compile because they require a
# lot of effort to "build". We use the ones shipped in the "binary"
# Nuget package built by upstream. Good to mention that those are
# actually not real binaries.
# See also: the "src_install" phase of this package.
SRC_URI+="
https://api.nuget.org/v3-flatcontainer/${PN}/${PV}/${PN}.${PV}.nupkg
-> ${P}.nuget.prebuilt.zip
"
LICENSE="Apache-2.0 MIT"
SLOT="0"
BDEPEND="
app-arch/unzip
"
CHECKREQS_DISK_BUILD="2G"
DOTNET_PKG_PROJECTS=(
src/Fable.Cli/Fable.Cli.fsproj
)
DOTNET_PKG_BAD_PROJECTS=(
src/quicktest/QuickTest.fsproj
tests/Js/Main/Fable.Tests.fsproj
tests/Rust/Fable.Tests.Rust.fsproj
)
pkg_setup() {
check-reqs_pkg_setup
dotnet-pkg_pkg_setup
}
src_unpack() {
dotnet-pkg_src_unpack
if [[ -n "${EGIT_REPO_URI}" ]] ; then
git-r3_src_unpack
fi
}
src_prepare() {
find "${WORKDIR}" -type f -iname "*sh" -exec chmod +x {} + || die
rm ./Fable.Standalone.sln || die
if use debug ; then
DOTNET_PKG_BAD_PROJECTS+=(
# Seems to hang but in reality it fails with USE="debug", bug #922684
tests/Python/Fable.Tests.Python.fsproj
)
fi
dotnet-pkg_src_prepare
}
src_install() {
dotnet-pkg_src_install
cp -r "${WORKDIR}"/fable-library-* "${ED}/usr/share/${P}" || die
}
|