2e0b7867fe
Trytond modules are Python packages, and treated like this in guix. Anyhow, since they are add-ons for the “Trytond“ application, their guix package name do not get the "python-" prefix like other Python modules, (see also https://issues.guix.gnu.org/46057#1). This change disables adding the "python-" prefix to the guix package name for Trytond modules when importing and updating, thus inhibiting irritating messages like in this example: $ guix refresh -u trytond-party … trytond-party: consider adding this propagated input: python-trytond-country trytond-party: consider removing this propagated input: trytond-country Handling this special case seems appropriate since (as of now) there are about 165 packages for Trytond and the number is growing. * guix/import/pypi.scm(python->package-name): Don't add "python-" prefix for trytond packages. |
||
---|---|---|
.. | ||
cabal.scm | ||
cpan.scm | ||
cran.scm | ||
crate.scm | ||
egg.scm | ||
elm.scm | ||
elpa.scm | ||
gem.scm | ||
git.scm | ||
github.scm | ||
gnome.scm | ||
gnu.scm | ||
go.scm | ||
hackage.scm | ||
hexpm.scm | ||
json.scm | ||
kde.scm | ||
launchpad.scm | ||
minetest.scm | ||
opam.scm | ||
print.scm | ||
pypi.scm | ||
stackage.scm | ||
texlive.scm | ||
utils.scm |