summaryrefslogtreecommitdiff
path: root/gnu/packages/python-build.scm
Commit message (Collapse)AuthorAge
* gnu: Add python-flit-scm.Maxim Cournoyer2022-06-26
| | | | * gnu/packages/python-build.scm (python-flit-scm): New variable.
* gnu: python-setuptools-scm: Move to (gnu packages python-build).Maxim Cournoyer2022-06-26
| | | | | * gnu/packages/python-xyz.scm (python-setuptools-scm): Move from here... * gnu/packages/python-build.scm (python-setuptools-scm): ... to here.
* gnu: Remove python2-pyparsing.Maxim Cournoyer2022-05-31
| | | | | * gnu/packages/python-build.scm (python2-pyparsing): Delete variable. (python-pyparsing)[properties]: Delete field.
* gnu: Remove python2-six-bootstrap.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/python-build.scm (python2-six-bootstrap): Delete variable.
* gnu: Remove python2-packaging-bootstrap.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/python-build.scm (python2-packaging-bootstrap): Delete variable.
* gnu: Remove python2-wheel.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/python-build.scm (python2-wheel): Delete variable.
* gnu: python-packaging-bootstrap: Add python2-variant property.Ricardo Wurmus2022-05-12
| | | | | | * gnu/packages/python-build.scm (python-packaging-bootstrap)[properties]: Add python2-variant. (python2-packaging-bootstrap): Strip python2-variant property.
* gnu: Add python-tomli-w.Maxim Cournoyer2022-01-10
| | | | * gnu/packages/python-build.scm (python-tomli-w): New variable.
* gnu: python-flit-core: Propagate python-tomli instead of python-toml.Maxim Cournoyer2022-01-10
| | | | | | | | | | 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: python-flit-core: Update to 3.5.1.Maxim Cournoyer2022-01-10
| | | | * gnu/packages/python-build.scm (python-flit-core): Update to 3.5.1.
* gnu: python-tomli: Update to 2.0.0.Maxim Cournoyer2022-01-10
| | | | * gnu/packages/python-build.scm (python-tomli): Update to 2.0.0.
* gnu: python-pyparsing: Update to 3.0.6.Maxim Cournoyer2022-01-10
| | | | | | | * 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: python-wheel: Update to 0.37.0.Maxim Cournoyer2022-01-10
| | | | * gnu/packages/python-build.scm (python-wheel): Update to 0.37.0.
* gnu: python-packaging-bootstrap: Update to 21.3.Maxim Cournoyer2022-01-10
| | | | | * gnu/packages/python-build.scm (python-packaging-bootstrap): Update to 21.3. (python2-packaging-bootstrap): Peg version to 20.0.
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-17
|\
| * gnu: python-poetry-core: Update to 1.0.7.Tanguy Le Carrour2021-11-11
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-poetry-core): Update to 1.0.7. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: python-six-bootstrap: Update to 1.16.0.Maxim Cournoyer2021-11-11
| | | | | | | | * gnu/packages/python-build.scm (python-six-bootstrap): Update to 1.16.0.
* | gnu: Add python-tomli.Maxim Cournoyer2021-11-11
| | | | | | | | * gnu/packages/python-build.scm (python-tomli): New variable.
* | gnu: Add python-flit-core.Maxim Cournoyer2021-11-11
| | | | | | | | * gnu/packages/python-build.scm (python-flit-core): New variable.
* | gnu: python-pypa-build: Update to 0.7.0.Maxim Cournoyer2021-11-11
| | | | | | | | | | | | * 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.
* | gnu: Move a few Python packages to (gnu packages python-build).Maxim Cournoyer2021-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Merge branch 'master' into core-updatesMarius Bakke2021-05-09
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: python-poetry-core: Update to 1.0.3.Tobias Geerinckx-Rice2021-04-18
| | | | | | | | * gnu/packages/python-build.scm (python-poetry-core): Update to 1.0.3.
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2021-04-16
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/boost.scm gnu/packages/chez.scm gnu/packages/compression.scm gnu/packages/crates-io.scm gnu/packages/docbook.scm gnu/packages/engineering.scm gnu/packages/gcc.scm gnu/packages/gl.scm gnu/packages/gtk.scm gnu/packages/nettle.scm gnu/packages/python-check.scm gnu/packages/python-xyz.scm gnu/packages/radio.scm gnu/packages/rust.scm gnu/packages/sqlite.scm guix/build-system/node.scm
| * gnu: Add python-pytoml.Ricardo Wurmus2021-04-13
| | | | | | | | * gnu/packages/python-build.scm (python-pytoml): New variable.
| * gnu: python-toml: Update to 0.10.2.Tobias Geerinckx-Rice2021-03-29
| | | | | | | | * gnu/packages/python-build.scm (python-toml): Update to 0.10.2.
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2021-03-24
|\|
| * gnu: python-poetry-core: Update to 1.0.2.Tanguy Le Carrour2021-03-15
| | | | | | | | | | | | * gnu/packages/python-build.scm (python-poetry-core): Update to 1.0.2. Signed-off-by: Christopher Baines <mail@cbaines.net>
| * gnu: python-wheel: Update to 0.36.2 (again)Nicolas Goaziou2021-01-27
| | | | | | | | | | | | * gnu/packages/python-build.scm (python-wheel): Update to 0.36.2. This update was reverted in dbcd2050500c932190d710cee43f5e14f0fd59db.
| * gnu: Add python-pypa-build.Maxim Cournoyer2021-01-27
| | | | | | | | * gnu/packages/python-build.scm (python-pypa-build): New variable.
| * gnu: python-xyz: Move a few modules to (gnu packages python-build).Maxim Cournoyer2021-01-27
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-pep517): Inherit from python-pep517-bootstrap. Remove the inherited common fields. (python-poetry-core, python-wheel) (python-toml): Move to ... * gnu/packages/python-build.scm: ... here, a new module. (python-pep517-bootstrap): New package. * gnu/local.mk (GNU_SYSTEM_MODULES): Register the new module.
* gnu: python-pypa-build: Fix build.Maxim Cournoyer2021-02-03
| | | | | | | | The build was failing following the addition of the sanity-check phase to the Python buidl system. * gnu/packages/python-build.scm (python-pypa-build) [phases]{relax-requirements}: Add phase.
* gnu: Add python-pypa-build.Maxim Cournoyer2021-01-15
| | | | * gnu/packages/python-build.scm (python-pypa-build): New variable.
* gnu: python-xyz: Move a few modules to (gnu packages python-build).Maxim Cournoyer2021-01-15
* gnu/packages/python-xyz.scm (python-pep517): Inherit from python-pep517-bootstrap. Remove the inherited common fields. (python-poetry-core, python-wheel) (python-toml): Move to ... * gnu/packages/python-build.scm: ... here, a new module. (python-pep517-bootstrap): New package. * gnu/local.mk (GNU_SYSTEM_MODULES): Register the new module.