Skip to content

Commit 8be8978

Browse files
committed
⬆️ Ease the restrictions
1 parent 4f27980 commit 8be8978

17 files changed

Lines changed: 66 additions & 65 deletions

File tree

lux.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = 'GPL-3.0'
1212

1313
[test_dependencies]
1414
l3build = "2024.10.16-1"
15-
toml2lua = "3.0.0-1"
15+
toml2lua = ">=3.0.0-1"
1616

1717
[test]
1818
type = "command"

packages/demo-bib/lux.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ homepage = "https://texrocks.readthedocs.io/en/latest/topics/demo-bib.md.html"
1010
license = "GPL-3.0"
1111

1212
[build_dependencies]
13-
lualatex = "0.3.12-1"
14-
citation-style-language = "0.8.2-1"
15-
beamer = "3.72-1"
16-
ctex = "2.5.10-1"
13+
lualatex = ">=0.3.12"
14+
citation-style-language = ">=0.8.2"
15+
beamer = ">=3.72"
16+
ctex = ">=2.5.10"
1717

1818
[test_dependencies]
19-
lua-open = "0.3.6-1"
19+
lua-open = ">=0.3.6"
2020

2121
[test]
2222
type = "command"

packages/demo-markdown/lux.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ homepage = "https://texrocks.readthedocs.io/en/latest/topics/demo-markdown.md.ht
1010
license = "GPL-3.0"
1111

1212
[build_dependencies]
13-
lualatex = "0.3.12-1"
14-
markdown2tex = "3.11.4-1"
15-
babel-base = "25.12-1"
13+
lualatex = ">=0.3.12"
14+
markdown2tex = ">=3.11.4"
15+
babel-base = ">=25.12"
1616

1717
[test_dependencies]
18-
lua-open = "0.3.6-1"
18+
lua-open = ">=0.3.6"
1919

2020
[test]
2121
type = "command"

packages/demo-tikz/lux.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ homepage = "https://texrocks.readthedocs.io/en/latest/topics/demo-tikz.md.html"
1010
license = "GPL-3.0"
1111

1212
[build_dependencies]
13-
lualatex = "0.3.12-1"
14-
pgf = "3.1.10-1"
13+
lualatex = ">=0.3.12"
14+
pgf = ">=3.1.10"
1515
hyperref = "7.01-15"
16-
hologo = "1.15-1"
17-
standalone = "1.5-1"
16+
hologo = ">=1.15"
17+
standalone = ">=1.5"
1818

1919
[test_dependencies]
20-
lua-open = "0.3.6-1"
20+
lua-open = ">=0.3.6"
2121

2222
[test]
2323
type = "command"

packages/epstopdf/lux.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ url = "https://github.com/ustctug/texrocks/archive/$(VERSION).zip"
1515
dir = "texrocks-$(VERSION)/packages/$(PACKAGE)"
1616

1717
[dependencies]
18-
texrocks = "0.3.12-1"
19-
argparse = "0.7.1-1"
18+
texrocks = ">=0.3.12"
19+
argparse = ">=0.7.1"
2020

2121
[run]
2222
command = "epstopdf"

packages/initex/lux.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ url = "https://github.com/ustctug/texrocks/archive/$(VERSION).zip"
1515
dir = "texrocks-$(VERSION)/packages/$(PACKAGE)"
1616

1717
[build_dependencies]
18-
texrocks = "0.3.12-1"
18+
texrocks = ">=0.3.12"
1919

2020
[dependencies]
21-
texrocks = "0.3.12-1"
21+
texrocks = ">=0.3.12"
2222

2323
[run]
2424
command = "initex"

packages/kpathsea/lux.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ flags = ['url.sty']
2626
wrap_bin_scripts = false
2727

2828
[dependencies]
29-
texrocks = "0.3.12-1"
30-
argparse = "0.7.1-1"
31-
lua-semver = "1.2.2-1"
29+
texrocks = ">=0.3.12"
30+
argparse = ">=0.7.1"
31+
lua-semver = ">=1.2.2"
3232

3333
[test_dependencies]
34-
lualatex = "0.3.12-1"
35-
toml2lua = "3.0.0-1"
34+
lualatex = ">=0.3.12"
35+
toml2lua = ">=3.0.0"
3636
l3build = "2024.10.16-1"
3737

3838
[build]

packages/lua-open/lux.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ url = "https://github.com/ustctug/texrocks/archive/$(VERSION).zip"
1515
dir = "texrocks-$(VERSION)/packages/$(PACKAGE)"
1616

1717
[dependencies]
18-
toml2lua = "3.0.0-1"
19-
texrocks = "0.3.12-1"
18+
toml2lua = ">=3.0.0"
19+
texrocks = ">=0.3.12"
2020

2121
[run]
2222
command = "lua-open"

packages/lualatex/lux.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@ dir = "texrocks-$(VERSION)/packages/$(PACKAGE)"
1616

1717
# refer https://ctan.org/pkg/required
1818
[dependencies]
19-
texrocks = "0.3.12-1"
19+
texrocks = ">=0.3.12"
2020
amsfonts = "3.04-1"
2121
# tex-ini-files provide lualatexquotejobname.lua
2222
tex-ini-files = "2025.02.09-1"
2323
# latex-base depends on l3backend depends on unicode-data
2424
latex-base = "2025.06.01-1"
25-
luaotfload = "3.29-1"
25+
luaotfload = ">=3.29"
2626
lm = "2.005-1"
2727

2828
[build_dependencies]
29-
texrocks = "0.3.12-1"
29+
texrocks = ">=0.3.12"
3030
amsfonts = "3.04-1"
3131
tex-ini-files = "2025.02.09-1"
3232
latex-base = "2025.06.01-1"
33-
latex-fonts = "0.0.1"
33+
latex-fonts = ">=0.0.1"
3434

3535
[run]
3636
command = "lualatex"

packages/luarocks-build-l3build/lux.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ url = "https://github.com/ustctug/texrocks/archive/$(VERSION).zip"
1515
dir = "texrocks-$(VERSION)/packages/$(PACKAGE)"
1616

1717
[dependencies]
18-
luarocks = "3.12.2-1"
18+
luarocks = ">=3.12.2"
1919
l3build = "2024.10.16-1"
2020

2121
[run]

0 commit comments

Comments
 (0)