Commit graph

56 commits

Author SHA1 Message Date
Pekka Ristola
0182409f7f
r-lpsymphony: fix depends, use metadata checks 2023-06-15 20:56:45 +03:00
Pekka Ristola
1604319817
r-*: add Apache license to known licenses in lilac_r_utils 2023-06-12 07:10:49 +03:00
Pekka Ristola
a8734a0c06
r-*: use rpkgs nvchecker source in a few packages
Also add a check for upstream md5sum
2023-06-04 18:05:24 +03:00
Pekka Ristola
55c2a30bd1
r-ps: fix another build error
also don't print all the PKGBUILD variables to log
2023-06-01 19:51:56 +03:00
Pekka Ristola
560945eb74
r-ps: fix build error
```
    Traceback (most recent call last):
      File "/usr/lib/python3.11/site-packages/lilac2/worker.py", line 216, in main
        with load_lilac(Path('.')) as mod:
      File "/usr/lib/python3.11/contextlib.py", line 137, in __enter__
        return next(self.gen)
               ^^^^^^^^^^^^^^
      File "/usr/lib/python3.11/site-packages/lilac2/lilacpy.py", line 46, in load_lilac
        spec.loader.exec_module(mod)
      File "<frozen importlib._bootstrap_external>", line 940, in exec_module
      File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
      File "/usr/share/lilac/Packages/BioArchLinux/r-ps/lilac.py", line 7, in <module>
        from lilac_r_utils import r_pre_build
      File "/usr/share/lilac/Packages/lilac-extensions/lilac_r_utils.py", line 2, in <module>
        from lilaclib import _G, edit_file, run_protected
    ImportError: cannot import name '_G' from 'lilaclib' (/usr/lib/python3.11/site-packages/lilaclib.py)
```
2023-06-01 06:22:36 +03:00
pekkarr
822fdab8a6
r*: Implement metadata checks for R packages (#141)
Use the checks with `r-fs` package as an example.
2023-05-29 21:25:24 +08:00