Age | Commit message (Collapse) | Author |
|
* gnu/packages/python-build.scm (python-typing-extensions): Update to 4.9.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
Follow-up to 21d6985a8b3c6e53aab648275dc27b72c7453437.
* gnu/packages/python-build.scm (python-poetry-core-1.0): New variable.
* gnu/packages/python-xyz.scm (poetry)[propagated-inputs]: Replace
python-poetry-core by python-poetry-core-1.0.
|
|
* gnu/packages/python-build.scm (python-pdm-backend): New variable.
|
|
* gnu/packages/python-build.scm (python-hatch-fancy-pypi-readme): New variable.
|
|
* gnu/packages/python-build.scm (python-typing-extensions): Update to 4.5.0.
[home-page]: Update URL.
|
|
* gnu/packages/python-build.scm (python-hatch-vcs): New variable.
|
|
* gnu/packages/python-build.scm (python-hatchling): Update to 1.14.0.
[arguments]: Replace do-not-depend-on-hatchling phase with add-src-to-path.
[description]: Expound.
|
|
* gnu/packages/python-xyz.scm (python-hatchling): Move to...
* gnu/packages/python-build.scm (python-hatchling): ... here.
|
|
* gnu/packages/python-build.scm (python-flit-scm): Update to 1.7.0.
[build-system]: Use pyproject-build-system.
[arguments]: Remove #:phases. Add #:build-backend.
[native-inputs]: Delete field.
|
|
* gnu/packages/python-build.scm (python-setuptools-scm): Update to 7.1.0.
[arguments]: Disable tests.
[propagated-inputs]: Add python-typing-extensions. Remove input labels.
|
|
* gnu/packages/python-xyz.scm (python-typing-extensions): Move to...
* gnu/packages/python-build.scm (python-typing-extensions): ... here.
|
|
* gnu/packages/python-build.scm (python-flit-core-bootstrap): Update to 3.8.0.
[home-page]: Update URL.
|
|
* gnu/packages/python-build.scm (python-poetry-core): Update to 1.5.2.
[source]: Adjust URL.
[build-system]: Use pyproject-build-system.
[arguments]: New field.
|
|
* gnu/packages/python-build.scm (python-pep517-bootstrap): Add TODO comment.
|
|
* gnu/packages/python-build.scm (python-wheel): Update to 0.40.0.
[home-page]: Update URL.
|
|
* gnu/packages/python-build.scm (python-setuptools): Update to 67.6.1.
|
|
* gnu/packages/python-build.scm (python-pip): Update to 23.1.
|
|
* gnu/packages/python-build.scm (python-tomli-w) [build-system]: Use
pyproject-build-system.
[arguments]: Remove #:phases arguments.
|
|
* gnu/packages/python-build.scm (python-tomli): Update to 2.0.1.
[build-system]: Use pyproject-build-system.
[arguments]: Remove build and install phase overrides. Add add-self-to-path.
[native-inputs]: Remove python-pypa-build and input labels.
|
|
* gnu/packages/python-build.scm (python-pathspec): Update to 0.11.1.
[home-page]: Update URL.
|
|
* gnu/packages/python-build.scm (python-trove-classifiers): New variable.
|
|
This is to prepare for the new 'python-hatchling' build package, which has
these dependencies.
* gnu/packages/python-xyz.scm (python-pathspec, python-pluggy): Move to...
* gnu/packages/python-build.scm: ... here. Re-organize definitions a bit,
with comments.
|
|
* gnu/packages/python-build.scm (python-setuptools-57): New variable.
|
|
* gnu/packages/python-xyz.scm (python-pip): Move from here ...
* gnu/packages/python-build.scm (python-pip): ... to here.
|
|
* gnu/packages/python-xyz.scm (python-setuptools): Move…
* gnu/packages/python-build.scm: …here.
* gnu/packages/chemistry.scm,
gnu/packages/messaging.scm,
gnu/packages/sequoia.scm,
tests/lint.scm: Adjust module imports accordingly.
Co-authored-by: Marius Bakke <marius@gnu.org>
|
|
* gnu/packages/python-build.scm (python-editables): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
|
* gnu/packages/python-build.scm (python-flit-scm): New variable.
|
|
* gnu/packages/python-xyz.scm (python-setuptools-scm): Move from here...
* gnu/packages/python-build.scm (python-setuptools-scm): ... to here.
|
|
* gnu/packages/python-build.scm (python2-pyparsing): Delete variable.
(python-pyparsing)[properties]: Delete field.
|
|
* gnu/packages/python-build.scm (python2-six-bootstrap): Delete variable.
|
|
* gnu/packages/python-build.scm (python2-packaging-bootstrap): Delete variable.
|
|
* gnu/packages/python-build.scm (python2-wheel): Delete variable.
|
|
* gnu/packages/python-build.scm (python-packaging-bootstrap)[properties]: Add
python2-variant.
(python2-packaging-bootstrap): Strip python2-variant property.
|
|
* gnu/packages/python-build.scm (python-tomli-w): New variable.
|
|
Flit Core apparently requires tomli at runtime rather than toml. This means
we must build a toml-less python-flit-core first, for bootstrapping purposes.
* gnu/packages/python-build.scm (python-flit-core-bootstrap): New variable.
(python-flit-core): Inherit from the above, replacing the propagated
python-toml by python-tomli.
(python-tomli): Adjust accordingly.
|
|
* gnu/packages/python-build.scm (python-flit-core): Update to 3.5.1.
|
|
* gnu/packages/python-build.scm (python-tomli): Update to 2.0.0.
|
|
* gnu/packages/python-build.scm (python-pyparsing): Update to 3.0.6.
[properties]: Add a python2-variant property.
(python2-pyparsing): Inherit from the 2.4.7 variant, and strip the
python2-variant property.
|
|
* gnu/packages/python-build.scm (python-wheel): Update to 0.37.0.
|
|
* gnu/packages/python-build.scm (python-packaging-bootstrap): Update to 21.3.
(python2-packaging-bootstrap): Peg version to 20.0.
|
|
This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
|
|
|
|
* gnu/packages/python-build.scm (python-six-bootstrap): Update to 1.16.0.
|
|
* gnu/packages/python-build.scm (python-tomli): New variable.
|
|
* gnu/packages/python-build.scm (python-flit-core): New variable.
|
|
* gnu/packages/python-build.scm (python-pypa-build): Update to 0.7.0.
[phases]{relax-requirements}: Rename to...
{use-toml-instead-of-tomli}: ... this. Replace tomli by toml.
|
|
This is in prevision of updating python-pypa-build, which now requires
python-packaging and adding python-tomli, which requires python-six.
* gnu/packages/python-xyz.scm (python-six)
(python-six-bootstrap, python2-six-bootstrap)
(python-pyparsing, python2-pyparsing, python-pyparsing-2.4.7)
(python-packaging-bootstrap, python2-packaging-bootstrap): Move packages to...
* gnu/packages/python-build.scm: ... here. Update python-parsing to latest.
* gnu/packages/python-xyz.scm (python-six, python-packaging): Adjust to
inherit from their bootstrap versions.
|
|
* gnu/packages/python-xyz.scm (python-poetry-core): Update to 1.0.7.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
Conflicts:
gnu/local.mk
gnu/packages/bioinformatics.scm
gnu/packages/django.scm
gnu/packages/gtk.scm
gnu/packages/llvm.scm
gnu/packages/python-web.scm
gnu/packages/python.scm
gnu/packages/tex.scm
guix/build-system/asdf.scm
guix/build/emacs-build-system.scm
guix/profiles.scm
|
|
* gnu/packages/python-build.scm (python-poetry-core): Update to 1.0.3.
|