Age | Commit message (Collapse) | Author |
|
* gnu/packages/tryton.scm (trytond-account-invoice-stock,
trytond-purchase-request, trytond-stock-lot): Update to 6.0.0.
(trytond-country, trytond-product, trytond-stock-supply): Update to 6.0.1.
(trytond-currency): Update to 6.0.1. [arguments] Disable running doc-tests.
(python-proteus, trytond-account-product, trytond-analytic-account,
trytond-party, trytond-purchase): Update to 6.0.2.
(trytond-account, trytond-account-invoice, trytond-company): Update to
6.0.3.
(tryton): Update to 6.0.5.
(trytond, trytond-stock): Update to 6.0.6.
|
|
From all tryton modules propagating `trytond` remove the packages already
propagated by `trytond`.
* gnu/packages/tryton.scm (account, account_invoice) [propagated-inputs]:
Remove python-dateutils, python-sql.
(analytic_account, party, product, purchase, stock,
stock_supply) [propagated-inputs]: Remove python-sql.
|
|
For testing, the tryton modules require a common set of native-input, which
basically are the propagated-inputs of `trytond`. (Some modules leave out one
or two of these, but most modules require all.) So to avoid redundant code,
use a variable for defining this common set. This reduces the maintenance
burden when more trytond modules are added.
* gnu/packages/tryton.scm (%standard-trytond-native-inputs): New variable.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply)[native-inputs]: Use it.
native-inouts2
|
|
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
|
|
As for all Python packages and applications, the inputs need to be propagated.
* gnu/packages/tryton.scm (tryton)[inputs]: Change to {propagated-inputs].
|
|
As for all Python packages and applications, the inputs need to be propagated.
* gnu/packages/tryton.scm (trytond)[inputs]: Change to {propagated-inputs].
|
|
* gnu/packages/python-xyz.scm (python-relatorio): Update to 0.10.0.
|
|
* gnu/packages/databases.scm (python-sql): Update to 1.3.0.
|
|
* gnu/packages/wireservice.scm (python-agate-sql): Update to 0.5.7.
|
|
* gnu/packages/databases.scm (python-sqlalchemy): Update to 1.4.23.
[propagated-inputs]: Add PYTHON-GREENLET.
|
|
* gnu/packages/databases.scm (python-sadisplay): Update to 0.4.9.
[arguments]: New field. Override check phase.
[native-inputs]: Remove PYTHON-NOSE. Add PYTHON-PYTEST.
|
|
Such tests are fragile and does not affect functionality of the package.
* gnu/packages/python-web.scm (python-wtforms)[arguments]: In the check phase,
disable code coverage and pep8.
[native-inputs]: Remove PYTHON-COVERAGE and PYTHON-PEP8.
[source](uri): While at it, remove redundant '.tar.gz' argument to PYPI-URI.
|
|
* gnu/packages/python-web.scm (python-wtforms)[arguments]: Add phase to delete test.
|
|
* gnu/packages/python-web.scm (python-flask-sqlalchemy): Update to 2.5.1.
|
|
* gnu/packages/python-web.scm (python-cfn-lint): Update to 0.54.1.
[arguments]: Run tests verbosely.
|
|
* gnu/packages/python-web.scm (python-aws-sam-translator): Update to 1.38.0.
|
|
* gnu/packages/databases.scm (python-alembic): Update to 1.7.1.
[propagated-inputs]: Add PYTHON-IMPORTLIB-RESOURCES.
|
|
* gnu/packages/python-xyz.scm (python-natsort): Update to 7.1.1.
[arguments]: Remove obsolete phase.
|
|
* gnu/packages/xdisorg.scm (wlsunset): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.146.
(linux-libre-5.4-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.65.
(linux-libre-5.10-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-5.13-version): Update to 5.13.17.
(linux-libre-5.13-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-5.14-version): Update to 5.14.4.
(linux-libre-5.14-pristine-source): Update hash.
|
|
This makes xpadneo place its udev rules in the place where udev-service-type
looks for them.
* gnu/packages/linux.scm (xpadneo): Copy udev rules to /lib instead of /etc.
|
|
* gnu/packages/perl.scm (perl-const-fast)[description]: Fix typo.
|
|
* gnu/packages/xfce.scm (thunar): Update to 4.17.1.
[inputs]: Add gvfs.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
This fixes <https://issues.guix.gnu.org/issue/47335>.
* gnu/packages/haskell.scm (ghc-8.8)[name]: Rename to ghc-next.
|
|
This fixes <https://issues.guix.gnu.org/49606>.
* gnu/packages/haskell.scm (ghc-8.10): New variable.
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
|
|
* gnu/packages/video.scm (dav1d): Update to 0.9.2.
|
|
* gnu/packages/web-browsers.scm (av-98): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
This fixes a somewhat cryptic error, that pops up when gtksourceview-3 has not
been installed or propagated by any other package.
* gnu/packages/patchutils.scm (meld)[#:phases]: Add ‘copy-styles’.
|
|
* gnu/packages/linux.scm (xpadneo): New variable.
|
|
* gnu/packages/music.scm (gsequencer): Update to 3.10.18.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/games.scm (teeworlds)[arguments]: Enable tests. Set
test-target.
[native-inputs]: Add googletest.
|
|
* gnu/packages/games.scm (teeworlds)[arguments]: Add phase to replace
bundled font.
[inputs]: Add font-dejagnu.
|
|
* gnu/packages/gnome.scm (drawing): Update to 0.8.3.
[arguments]<#:phases>: Don't return #t.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/version-control.scm (pre-commit): Update to 2.15.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/gnome.scm (gnome-commander): Update to 1.12.2.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
Fixes <https://issues.guix.gnu.org/50523>.
Reported by meedstrom@teknik.io.
* gnu/system.scm (operating-system-etc-service): Add trailing newline
to "timezone" contents.
|
|
* gnu/packages/golang.scm
(go-github-com-google-gmail-oauth2-tools-go-sendgmail): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/golang.scm (go-cloud-google-com-go-compute-metadata): New
variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/python-web.scm (python-w3lib): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/linux.scm (usbip-utils)[arguments]: Add #:configure-flags.
|
|
* gnu/packages/linux.scm (usbip-utils): New variable.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/ssh.scm (python-asyncssh): Update to 2.7.1.
|
|
* gnu/packages/mail.scm (notmuch)[arguments]: Remove Emacs-related stuff.
* gnu/packages/emacs-xyz.scm (emacs-consult-notmuch)[propagated-inputs]: Add
‘emacs-notmuch’.
(emacs-counsel-notmuch)[propagated-inputs]: Use ‘emacs-notmuch’ instead of
‘notmuch’.
(emacs-helm-notmuch): Likewise.
(emacs-notmuch-maildir): Likewise.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/mail.scm (notmuch)[arguments]<#:phases>: Use 'cc-for-target'
instead of 'gcc'.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/mail.scm (notmuch)[native-inputs]: Add 'texinfo'.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/python-xyz.scm (python-crontab): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/emacs-xyz.scm (emacs-string-inflection): Update to 1.0.15.
|