~ruther/guix-local

ref: f45883c051bdaeeb13edfeeee3f4ae3c56aab3db guix-local/gnu/packages d---------
f45883c0 — Nicolas Graves 5 months ago
gnu: python-atomicwrites: Switch to pyproject.

* gnu/packages/python-xyz.scm (python-atomicwrites):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]: Remove them.
[native-inputs]: Add python-setuptools.
[description]: Improve style.

Change-Id: I1cc040e89d1971b77def03502b95b173b860df35
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
c09bc113 — Nicolas Graves 5 months ago
gnu: python-texttable: Switch to pyproject.

* gnu/packages/python-xyz.scm (python-texttable):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]: Use <#:test-flags> rather than <#:phases>.
[native-inputs]: Add python-setuptools.
[synopsis, description]: Improve style.

Change-Id: I4cbbf4c453c45365a869f53c59a0b19c6fb48f25
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
4983e227 — Nicolas Graves 5 months ago
gnu: python-connection-pool: Switch to pyproject.

* gnu/packages/python-xyz.scm (python-connection-pool):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Disable them.
[native-inputs]: Add python-setuptools.
[description]: Improve style.

Change-Id: If13e840c63d4ed48341739c3c6bb8666b3167942
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
ac1fb33f — Sharlatan Hellseher 5 months ago
gnu: python-fs: Fix build on cross compilation.

* gnu/packages/python-xyz.scm (python-fs)[arguments] <test-flags>: Move
option here instead of overwriting 'check phase.
<phases>: Use default 'check; add 'pre-check.
[native-inputs]: Keep python-setuptools away from condition.

Fixes: guix/guix#3656
Change-Id: I247a70ea9d3fbc94a748973dd4a273341408fea9
159931a9 — Sharlatan Hellseher 5 months ago
gnu: python-pyftpdlib: Skip one test on aarch64-linux.

* gnu/packages/python-xyz.scm (python-pyftpdlib)[arguments]
<test-flags>: Conditionally deselect one test when target is
aarch64-linux.

Change-Id: I027207d97a7ee24e5482bf676b7b108d2789946e
496ee0c0 — Cayetano Santos 6 months ago
gnu: Add onednn.

* gnu/packages/oneapi.scm (onednn): New variable.

Change-Id: I10e5446aefea2978134495d25b9df504114a7530
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7fae1a69 — Cayetano Santos 7 months ago
gnu: Add python-onetbb.

* gnu/packages/oneapi.scm (python-onetbb): New variable.

Change-Id: If03bd2a7934478908fc00b6c76ab5fb871647af6
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
8894ed2c — Cayetano Santos 7 months ago
gnu: Add onetbb.

* gnu/packages/oneapi.scm (onetbb): New variable.
* gnu/packages/patches/onetbb-other-arches.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register them.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add new module.

Change-Id: Id00fffb79ebc74ca1d65ba79ff2f28af1e07ef9a
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
0153630c — Hartmut Goebel 5 months ago
gnu: python-febelfin-coda: Update to 0.3.0.

* gnu/packages/python-xyz.scm (python-febelfin-coda): Update to 0.3.0.

Change-Id: Icbe0009785e19456dc28eddc2f90d816c409863f
67945002 — Hartmut Goebel 6 months ago
gnu: tryton.scm: Remove deprecated package aliases.

These are deprecated since four years now.

* 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): Remove variable.

Change-Id: I1002091a5eec1666fcca61509cfcbbd13200fe4e
cd1ca286 — Hartmut Goebel 2 years ago
gnu: Remove python-pycountry@20.7.3.

* gnu/packages/iso-codes.scm (python-pycountry-20.7.3): Delete variable.
db8c9f5c — Hartmut Goebel 2 years ago
gnu: Add trytond-stock-shipment-cost-weight.

* gnu/packages/tryton.scm (trytond-stock-shipment-cost-weight): New variable.
ad11845f — Hartmut Goebel 2 years ago
gnu: Add trytond-sale-promotion-coupon-payment.

* gnu/packages/tryton.scm (trytond-sale-promotion-coupon-payment): New variable.
e00479ad — Hartmut Goebel 2 years ago
gnu: Add trytond-sale-product-recommendation-association-rule.

* gnu/packages/tryton.scm (trytond-sale-product-recommendation-association-rule): New variable.
08a601b5 — Hartmut Goebel 2 years ago
gnu: Add trytond-sale-product-recommendation.

* gnu/packages/tryton.scm (trytond-sale-product-recommendation): New variable.
9875c1a7 — Hartmut Goebel 2 years ago
gnu: Add trytond-sale-product-quantity.

* gnu/packages/tryton.scm (trytond-sale-product-quantity): New variable.
6d50c2cb — Hartmut Goebel 2 years ago
gnu: Add trytond-sale-invoice-date.

* gnu/packages/tryton.scm (trytond-sale-invoice-date): New variable.
ce14ceca — Hartmut Goebel 2 years ago
gnu: Add trytond-sale-blanket-agreement.

* gnu/packages/tryton.scm (trytond-sale-blanket-agreement): New variable.
6970d935 — Hartmut Goebel 2 years ago
gnu: Add trytond-quality.

* gnu/packages/tryton.scm (trytond-quality): New variable.
f19cf205 — Hartmut Goebel 2 years ago
gnu: Add trytond-purchase-product-quantity.

* gnu/packages/tryton.scm (trytond-purchase-product-quantity): New variable.
Next