summaryrefslogtreecommitdiff
path: root/gnu/packages/license.scm
AgeCommit message (Collapse)Author
2025-11-27gnu: licenseheaders: Update to 0.8.8.Nicolas Graves
* gnu/packages/license.scm (licenseheaders): Update to 0.8.8. [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]: Improve style. <#:test-backend, #:test-flags, #:phases>: Run tests. [native-inputs]: Add python-setuptools. Change-Id: Idbfc65edac210c9423ca9b6786c442ca75b8bbef Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-11-26gnu: reuse: Update to 6.2.0.luca
* gnu/packages/license.scm (reuse): Update to 6.2.0. [source]: Change to git-fetch. [arguments] <test-flags>: Prevent running tests in "src". <phases>: Remove 'chdir [inputs]: Remove python-boolean.py; add git, jujutsu, mercurial, python-charset-normalizer, and python-magic. [native-inputs]: Remove python-wheel. Change-Id: Ia8c9ceea488d1b4d9e247444494143529f523c51 Reviewed-by: Nguyễn Gia Phong <mcsinyx@disroot.org> Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-18Reapply "Update Maxim's email address."Maxim Cournoyer
This reverts commit a7db92d9b389cbe565395523882c34c6eff2c21a, this time with the more careful command, to avoid a world rebuild: grep -rl --exclude-dir=build --exclude-dir=patches --exclude=ld-wrapper.in \ --exclude=sitecustomize.py --exclude=guix-emacs.el maxim.cournoyer@gmail.com | xargs sed -i 's/maxim.cournoyer@gmail.com/maxim@guixotic.coop/g' Change-Id: I0871f5cf9ace79e34e78e24154d0da6ea95a3a91
2025-09-18Revert "Update Maxim's email address."Maxim Cournoyer
This reverts commit d0d87a744d724b7e7d5ac013c586039652087bb3. Oops! This caused a world rebuild. Change-Id: I25fff644b2b61d0ee93d69b457b04c72b5b74d15
2025-09-18Update Maxim's email address.Maxim Cournoyer
The change was automated via: git grep -l maxim.cournoyer@gmail.com | xargs sed -i 's/maxim.cournoyer@gmail.com/maxim@guixotic.coop/g' * .mailmap: New entry. Change-Id: Iaa88b1e51c94159c49138fb43910badb990eb169
2025-02-23gnu: licensecheck: Use G-Expressions. Refactor phases.Bruno Victal
* gnu/packages/license.scm (licensecheck)[arguments]: Use G-Expressions. Drop trailing #t. <#:phases>: Rename 'wrap-program to 'wrap-licensecheck. Add 'check-wrap. Change-Id: I475810dca334032a9a6e30a1acf86abdbb77a30d Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2025-02-23gnu: licensecheck: Update to 3.3.9.Bruno Victal
Beginning 3.0.46 this package has been relicensed under the AGPL-3-or-newer. * gnu/packages/license.scm (licensecheck): Update to 3.3.9. [native-inputs]: Remove perl-regexp-pattern, perl-software-license, perl-test-requires, perl-test-roo, perl-test-script, perl-universal-require, perl-sub-quote. Add perl-encode-locale, perl-regexp-pattern-license, perl-string-copyright, perl-test-without-module, perl-test2-suite, perl-test2-tools-command. [propagated-inputs]: Use new style. Remove perl-getopt-long-descriptive, perl-moo, perl-regexp-pattern-license, perl-sort-key, perl-strictures, perl-try-tiny, perl-module-runtime. Add perl-feature-compat-class, perl-feature-compat-try, perl-io-interactive, perl-log-any, perl-log-any-adapter-screen, perl-string-license. [license]: Change to agpl3+. Change-Id: Ic6f27e658dce60ff8453373e63aa1c1016133ae4 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2025-02-23gnu: perl-string-copyright: Update to 0.003014.Bruno Victal
* gnu/packages/license.scm (perl-string-copyright): Update to 0.003014. [native-inputs]: Remove perl-number-range. Add perl-test-without-module, perl-test2-suite. [propagated-inputs]: Add perl-set-intspan. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2025-02-23gnu: perl-regexp-pattern-license: Update to 3.11.0.Bruno Victal
* gnu/packages/license.scm (perl-regexp-pattern-license): Update to 3.11.0. [native-inputs]: Remove perl-test-exception. Add perl-test-regexp-pattern, perl-test-without-module, perl-test2-suite, perl-try-tiny. [propagated-inputs]: Remove. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2025-02-23gnu: Add perl-string-license.Bruno Victal
* gnu/packages/license.scm (perl-string-license): New variable. Change-Id: I6a9305ff5a4b3fdec04eee441c94bdf22625dffe Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2024-12-23gnu: reuse: Update to 5.0.2.Maxim Cournoyer
* gnu/packages/license.scm (reuse): Update to 5.0.2. [arguments]: Skip test_simple via #:test-flags. [inputs]: Remove python-setuptools; add python-attrs, python-click, python-freezegun and python-tomlkit. [license]: Add cc0 and cc-by-sa4.0. Change-Id: I66b800fcd2ebae694cea51a55d065d2f70236d8b Co-authored-by: Evgeny Pisemsky <mail@pisemsky.site>
2024-12-13build-system/pyproject: Use python-sans-pip-wrapper as default-python.Lars-Dominik Braun
Also adds python-setuptools and python-wheel to relevant packages, either to native-inputs or to propagated inputs if the pkg_resources Python module is loaded at runtime. * guix/build-system/pyproject.scm (default-python): Default to python-sans-pip-wrapper. Change-Id: I2d986c2225114f54459dd6bb360913106e52cdf4
2024-08-31gnu: licensecheck: Add 'bash' input for 'wrap-program'.Maxime Devos
It is required for cross-compilation. * gnu/packages/license.scm (licensecheck)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-07-03gnu: reuse: Update to 3.0.2.Felix Gruber
* gnu/packages/license.scm (reuse): Update to 3.0.2. Change-Id: I527df845dcc4deaf1ffae90d6a8e13dc9033d5ad Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-01-19gnu: reuse: Update to 3.0.1.Maxim Cournoyer
* gnu/packages/license.scm (reuse): Update to 3.0.1. [arguments]: New field. Change-Id: Ibbc5ae8cfa0e0e62b6c64bd90387022e88f9c933
2023-04-03gnu: reuse: Update to 1.1.2.Bruno Victal
* gnu/packages/license.scm (reuse): Update to 1.1.2. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-poetry-core. Remove python-setuptools-scm. [inputs]: Remove python-requests. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-06-26gnu: python-setuptools-scm: Move to (gnu packages python-build).Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-setuptools-scm): Move from here... * gnu/packages/python-build.scm (python-setuptools-scm): ... to here.
2022-06-22gnu: reuse: Update to 1.0.0.Jean-Pierre De Jesus DIAZ
* gnu/packages/license.scm (reuse): Update to 1.0.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-11gnu: reuse: Update to 0.14.0.Felix Gruber
* gnu/packages/license.scm (reuse): Update to 0.14.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-13gnu: Simplify package inputs.Ludovic Courtès
This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
2021-07-04gnu: reuse: Update to 0.13.0.Tobias Geerinckx-Rice
* gnu/packages/license.scm (reuse): Update to 0.13.0.
2021-02-28gnu: licenseheaders: Use HTTPS home page URI.Nicolas Goaziou
* gnu/packages/license.scm (licenseheaders)[home-page]: Use HTTPS URI.
2021-01-31gnu: Add licenseheaders.Tanguy Le Carrour
* gnu/packages/license.scm (licenseheaders): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-01-12gnu: reuse: Update to 0.12.1.Michael Rohleder
* gnu/packages/license.scm (reuse): Update to 0.12.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-08-29gnu: reuse: Update to 0.11.1.Michael Rohleder
* gnu/packages/license.scm (reuse): Update to 0.11.1. [native-inputs]: added python-setuptools-scm. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-01-10gnu: reuse: Download from PyPI.Tobias Geerinckx-Rice
* gnu/packages/license.scm (reuse)[source]: Use PYPI-URI.
2020-01-10gnu: reuse: Update to 0.7.0.Tobias Geerinckx-Rice
* gnu/packages/license.scm (reuse): Update to 0.7.0.
2019-10-08gnu: licensecheck: Update to 3.0.37.Tobias Geerinckx-Rice
* gnu/packages/license.scm (licensecheck): Update to 3.0.37.
2019-10-08gnu: perl-regexp-pattern-license: Update to 3.1.94.Tobias Geerinckx-Rice
* gnu/packages/license.scm (perl-regexp-pattern-license): Update to 3.1.94.
2019-10-01gnu: Add reuse.Tobias Geerinckx-Rice
* gnu/packages/license.scm (reuse): New public variable.
2019-09-27gnu: Order (gnu packages license)'s imports alphabetically.Tobias Geerinckx-Rice
* gnu/packages/license.scm: Order module imports alphabetically.
2019-03-23gnu: perl-software-license: Update to 0.103014.Tobias Geerinckx-Rice
* gnu/packages/license.scm (perl-software-license): Update to 0.103014.
2018-10-04gnu: perl-string-copyright: Update to 0.003006.Tobias Geerinckx-Rice
* gnu/packages/license.scm (perl-string-copyright): Update to 0.003006.
2018-08-15gnu: licensecheck: Update to 3.0.36.Oleg Pykhalov
* gnu/packages/license.scm (licensecheck): Update to 3.0.36. (perl-regexp-pattern-license): Update to 3.1.92.
2018-08-11Migrate search.cpan.org home pages to metacpan.org.Tobias Geerinckx-Rice
The venerable search.cpan.org has retired[0]. [0]: https://log.perl.org/2018/05/goodbye-search-dot-cpan-dot-org.html * guix/import/cpan.scm (cpan-home): Generate metacpan.org home page URIs. Update all previously generated ones in (gnu packages) to their canonical new homes.
2018-04-05gnu: licensecheck: Update to 3.0.34.Tobias Geerinckx-Rice
* gnu/packages/license.scm (licensecheck): Update to 3.0.34.
2018-02-24gnu: Add licensecheck.Oleg Pykhalov
* gnu/packages/license.scm (licensecheck): New public variable.
2018-02-24gnu: Add perl-software-license.Oleg Pykhalov
* gnu/packages/license.scm (perl-software-license): New public variable.
2018-02-24gnu: Add perl-string-copyright.Oleg Pykhalov
* gnu/packages/license.scm (perl-string-copyright): New public variable.
2018-02-24gnu: Add perl-regexp-pattern-license.Oleg Pykhalov
* gnu/packages/license.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add this.