aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/tryton.scm
Commit message (Expand)AuthorAge
* gnu: Add trytond-account-fr.•••* gnu/packages/tryton.scm (trytond-account-fr): New variable. Hartmut Goebel2021-09-21
* gnu: Add trytond-account-eu.•••* gnu/packages/tryton.scm (trytond-account-eu): New variable. Hartmut Goebel2021-09-21
* gnu: Add trytond-account-es.•••* gnu/packages/tryton.scm (trytond-account-es): New variable. Hartmut Goebel2021-09-21
* gnu: Add trytond-account-dunning-letter.•••* gnu/packages/tryton.scm (trytond-account-dunning-letter): New variable. Hartmut Goebel2021-09-21
* gnu: Add trytond-account-dunning-fee.•••* gnu/packages/tryton.scm (trytond-account-dunning-fee): New variable. Hartmut Goebel2021-09-21
* gnu: Add trytond-account-dunning-email.•••* gnu/packages/tryton.scm (trytond-account-dunning-email): New variable. Hartmut Goebel2021-09-21
* gnu: Add trytond-account-dunning.•••* gnu/packages/tryton.scm (trytond-account-dunning): New variable. Hartmut Goebel2021-09-21
* gnu: Add trytond-account-deposit.•••* gnu/packages/tryton.scm (trytond-account-deposit): New variable. Hartmut Goebel2021-09-21
* gnu: Add trytond-account-de-skr03.•••* gnu/packages/tryton.scm (trytond-account-de-skr03): New variable. Hartmut Goebel2021-09-21
* gnu: Add trytond-account-credit-limit.•••* gnu/packages/tryton.scm (trytond-account-credit-limit): New variable. Hartmut Goebel2021-09-21
* gnu: Add trytond-account-cash-rounding.•••* gnu/packages/tryton.scm (trytond-account-cash-rounding): New variable. Hartmut Goebel2021-09-21
* gnu: Add trytond-account-be.•••* gnu/packages/tryton.scm (trytond-account-be): New variable. Hartmut Goebel2021-09-21
* gnu: Add trytond-account-asset.•••* gnu/packages/tryton.scm (trytond-account-asset): New variable. Hartmut Goebel2021-09-21
* gnu: tryton applications and framework: Update to 6.0.x.•••* 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. Hartmut Goebel2021-09-16
* gnu: tryton modules: Remove propagated-inputs propagated elsewhere.•••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. Hartmut Goebel2021-09-16
* gnu: tryton modules: Unify native-inputs.•••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 Hartmut Goebel2021-09-16
* gnu: tryton modules: Remove "python"- prefix from name.•••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. Hartmut Goebel2021-09-16
* gnu: tryton: Propagate inputs.•••As for all Python packages and applications, the inputs need to be propagated. * gnu/packages/tryton.scm (tryton)[inputs]: Change to {propagated-inputs]. Hartmut Goebel2021-09-16
* gnu: trytond: Propagate inputs.•••As for all Python packages and applications, the inputs need to be propagated. * gnu/packages/tryton.scm (trytond)[inputs]: Change to {propagated-inputs]. Hartmut Goebel2021-09-16
* gnu: tryton: Allow disabling the test suite.•••* gnu/packages/tryton.scm (tryton-phases): Respect 'tests?' in the 'check' phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Maxime Devos2021-05-28
* gnu: tryton: Use local 'inputs' instead of global '%build-inputs'.•••The former is preferred above the latter. * gnu/packages/tryton.scm (tryton-phases): Look up "trytond" in the 'inputs' argument instead of in '%build-inputs'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Maxime Devos2021-05-28
* gnu: tryton: Factor out custom ‘check’ phase.•••* gnu/packages/tryton.scm (tryton-phases): New procedure. (tryton-arguments): New procedure. (python-trytond-account)[arguments]: Use 'tryton-phases'. (python-trytond-account-invoice)[arguments]: Likewise. (python-trytond-account-invoice-stock)[arguments]: Likewise. (python-trytond-account-product)[arguments]: Likewise. (python-trytond-analytic-account)[arguments]: Likewise. (python-trytond-company)[arguments]: Likewise. (python-trytond-country)[arguments]: Likewise. (python-trytond-currency)[arguments]: Likewise. (python-trytond-party)[arguments]: Likewise. (python-trytond-product)[arguments]: Likewise. (python-trytond-purchase)[arguments]: Likewise. (python-trytond-purchase-request)[arguments]: Likewise. (python-trytond-stock)[arguments]: Likewise. (python-trytond-stock-lot)[arguments]: Likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Maxime Devos2021-05-28
* gnu: tryton applcations and framework: Update to 5.8.2.•••* gnu/packages/tryton.scm (trytond, tryton, python-trytond-stock, python-trytond-stock-lot): Update to 5.8.2. (python-proteus, 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-country, python-trytond-currency, python-trytond-party, python-trytond-product, python-trytond-purchase, python-trytond-purchase-request, python-trytond-stock-supply): Update to 5.8.1. Hartmut Goebel2021-02-08
* gnu: tryton.scm: Remove unused native inputs.•••Python is already provided by the python build-system, thus there is not need for listing it a native input. * 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-country, 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)[native-inputs]: Remove python. Hartmut Goebel2021-02-08
* gnu: tryton.scm: Reorder packages.•••Move proteus near the top, as it is a package to be used by other ications. Sort all "tryton modules" (python-trytond-*) alphabetically. * gnu/packages/tryton.scm (python-proteus): Move behind tryton. (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-country, 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): Sort alphabetically. Hartmut Goebel2021-02-08
* gnu: tryton: Rephrase synopsis and description.•••* gnu/packages/tryton.scm (tryton)[synopsis, description] Rephrase. Hartmut Goebel2021-02-08
* gnu: Rename "python-trytond" to "trytond".•••Trytond is an application, and only python libraries should have the "python-" prefix. * gnu/packages/tryton.scm (python-trytond): Rename to... (trytond): ...this. [synopsis] Rephrase. (python-trytond): Redefine as a deprecated alias. (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-country, 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)[propagated-inputs]: Rename python-trytond to trytond. Hartmut Goebel2021-02-08
* gnu: Add python-trytond-stock-supply.•••* gnu/packages/tryton.scm (python-trytond-stock-supply): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego2020-08-27
* gnu: Add python-trytond-purchase-request.•••* gnu/packages/tryton.scm (python-trytond-purchase-request): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego2020-08-27
* gnu: Add python-trytond-purchase.•••* gnu/packages/tryton.scm (python-trytond-purchase): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego2020-08-27
* gnu: Add python-trytond-account-invoice-stock.•••* gnu/packages/tryton.scm (python-trytond-account-invoice-stock): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego2020-08-27
* gnu: Add python-trytond-account-invoice.•••* gnu/packages/tryton.scm (python-trytond-account-invoice): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego2020-08-27
* gnu: Add python-trytond-account-product.•••* gnu/packages/tryton.scm (python-trytond-account-product): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego2020-08-27
* gnu: Add python-trytond-analytic-account.•••* gnu/packages/tryton.scm (python-trytond-analytic-account): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego2020-08-27
* gnu: Add python-trytond-stock-lot.•••* gnu/packages/tryton.scm (python-trytond-stock-lot): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego2020-08-25
* gnu: Add python-trytond-stock.•••* gnu/packages/tryton.scm (python-trytond-stock): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego2020-08-25
* gnu: Add python-trytond-account.•••* gnu/packages/tryton.scm (python-trytond-account): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego2020-08-25
* gnu: Add python-trytond-product.•••* gnu/packages/tryton.scm (python-trytond-product): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego2020-08-25
* gnu: Add python-trytond-company.•••* gnu/packages/tryton.scm (python-trytond-company): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego2020-08-25
* gnu: Add python-trytond-currency.•••* gnu/packages/tryton.scm (python-trytond-currency): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego2020-08-25
* gnu: python-trytond-party: Update to 5.6.0.•••* gnu/packages/tryton.scm (python-trytond-party): Update to 5.6.0. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego2020-08-24
* gnu: python-trytond-country: Update to 5.6.0.•••* gnu/packages/tryton.scm (python-trytond-country): Update to 5.6.0. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego2020-08-24
* gnu: python-proteus: Update to 5.6.0.•••* gnu/packages/tryton.scm (python-proteus): Update to 5.6.0. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego2020-08-24
* gnu: python-trytond: Update to 5.6.5.•••* gnu/packages/tryton.scm (python-trytond): Update to 5.6.5. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego2020-08-24
* gnu: tryton: Update to 5.6.3.•••* gnu/packages/tryton.scm (tryton): Update to 5.6.3. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego2020-08-24
* gnu: python-lxml: Move to (gnu packages xml).•••* gnu/packages/python-xyz.scm (python-lxml): Move from here ... * gnu/packages/xml.scm (python-lxml): ... to here. * gnu/packages/django.scm, gnu/packages/drones.scm, gnu/packages/libreoffice.scm, gnu/packages/nutrition.scm, gnu/packages/openstack.scm, gnu/packages/pulseaudio.scm, gnu/packages/python-science.scm, gnu/packages/tryton.scm, gnu/packages/wireservice.scm: Adjust module imports. Marius Bakke2020-01-15
* gnu: Separate Python core packages from the rest.•••* gnu/packages/python.scm: Move hundreds of package definitions from here... * gnu/packages/python-xyz.scm: ...to this new module. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/packages/ada.scm, gnu/packages/admin.scm, gnu/packages/android.scm, gnu/packages/audio.scm, gnu/packages/backup.scm, gnu/packages/benchmark.scm, gnu/packages/bioinformatics.scm, gnu/packages/bittorrent.scm, gnu/packages/calendar.scm, gnu/packages/check.scm, gnu/packages/chemistry.scm, gnu/packages/cluster.scm, gnu/packages/compression.scm, gnu/packages/connman.scm, gnu/packages/crypto.scm, gnu/packages/cups.scm, gnu/packages/databases.scm, gnu/packages/dav.scm, gnu/packages/direct-connect.scm, gnu/packages/disk.scm, gnu/packages/django.scm, gnu/packages/dlang.scm, gnu/packages/docker.scm, gnu/packages/ebook.scm, gnu/packages/elf.scm, gnu/packages/emacs.scm, gnu/packages/emulators.scm, gnu/packages/engineering.scm, gnu/packages/enlightenment.scm, gnu/packages/finance.scm, gnu/packages/fltk.scm, gnu/packages/fontutils.scm, gnu/packages/freedesktop.scm, gnu/packages/game-development.scm, gnu/packages/games.scm, gnu/packages/geo.scm, gnu/packages/gl.scm, gnu/packages/glib.scm, gnu/packages/gnome.scm, gnu/packages/gnupg.scm, gnu/packages/gnuzilla.scm, gnu/packages/graph.scm, gnu/packages/graphics.scm, gnu/packages/graphviz.scm, gnu/packages/gtk.scm, gnu/packages/ham-radio.scm, gnu/packages/image-processing.scm, gnu/packages/image-viewers.scm, gnu/packages/image.scm, gnu/packages/irc.scm, gnu/packages/jrnl.scm, gnu/packages/julia.scm, gnu/packages/kde-frameworks.scm, gnu/packages/key-mon.scm, gnu/packages/libffi.scm, gnu/packages/libreoffice.scm, gnu/packages/libusb.scm, gnu/packages/lirc.scm, gnu/packages/logging.scm, gnu/packages/machine-learning.scm, gnu/packages/mail.scm, gnu/packages/mate.scm, gnu/packages/maths.scm, gnu/packages/medical.scm, gnu/packages/messaging.scm, gnu/packages/monitoring.scm, gnu/packages/mp3.scm, gnu/packages/mpd.scm, gnu/packages/music.scm, gnu/packages/networking.scm, gnu/packages/nutrition.scm, gnu/packages/openldap.scm, gnu/packages/openstack.scm, gnu/packages/package-management.scm, gnu/packages/password-utils.scm, gnu/packages/patchutils.scm, gnu/packages/pdf.scm, gnu/packages/photo.scm, gnu/packages/polkit.scm, gnu/packages/protobuf.scm, gnu/packages/python-crypto.scm, gnu/packages/python-web.scm, gnu/packages/qt.scm, gnu/packages/rdf.scm, gnu/packages/ruby.scm, gnu/packages/search.scm, gnu/packages/selinux.scm, gnu/packages/serialization.scm, gnu/packages/shells.scm, gnu/packages/simulation.scm, gnu/packages/ssh.scm, gnu/packages/statistics.scm, gnu/packages/storage.scm, gnu/packages/sync.scm, gnu/packages/terminals.scm, gnu/packages/textutils.scm, gnu/packages/time.scm, gnu/packages/tls.scm, gnu/packages/tor.scm, gnu/packages/tryton.scm, gnu/packages/version-control.scm, gnu/packages/video.scm, gnu/packages/virtualization.scm, gnu/packages/vpn.scm, gnu/packages/web-browsers.scm, gnu/packages/web.scm, gnu/packages/wicd.scm, gnu/packages/xdisorg.scm, gnu/packages/xorg.scm: Update module references. Ricardo Wurmus2019-01-15
* gnu: python-trytond: End phase in #t.•••* gnu/packages/tryton.scm (python-trytond): End phase in #t. Danny Milosavljevic2018-01-22
* gnu: python-proteus: Add dependencies.•••* gnu/packages/tryton.scm (python-proteus)[propagated-inputs]: Add python-trytond-party, python-trytond-country, python-trytond, python-stdnum, python-sql, python-wrapt, python-werkzeug, python-polib, python-genshi, python-relatorio, python-magic. Danny Milosavljevic2018-01-22
* gnu: Add python-trytond-party.•••* gnu/packages/tryton.scm (define-module): Add (gnu packages finance). (python-trytond-party): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Adriano Peluso2018-01-22