summaryrefslogtreecommitdiff
path: root/gnu/packages/python-build.scm
AgeCommit message (Collapse)Author
2024-12-14gnu: python-setuptools-scm-next: Fix build.Efraim Flashner
* gnu/packages/python-build.scm (python-setuptools-scm-next) [native-inputs]: Add python-wheel. Change-Id: Ib5ba510b67f652119f20b0e5a601cc7082716427
2024-12-13gnu: python-poetry-core: Update to 1.9.1.Antero Mejr
* gnu/packages/python-build.scm (python-poetry-core): Update to 1.9.1. Change-Id: Ic65feaa1efbd10368a715fbea1a974355d6fc96f Signed-off-by: Sharlatan Hellseher <[email protected]>
2024-12-13gnu: Add python-installer.Antero Mejr
* gnu/packages/python-xyz.scm (python-installer): New variable. Signed-off-by: Sharlatan Hellseher <[email protected]>
2024-12-13gnu: python-hatchling: Update to 1.26.1.Sharlatan Hellseher
* gnu/packages/python-build.scm (python-hatchling): Update to 1.26.1. Change-Id: I6fccff39fdb10f209017e8d9709b8c39baefb914
2024-12-13gnu: python-editables: Update to 0.5.Sharlatan Hellseher
* gnu/packages/python-build.scm (python-editables): Update to 0.5. [build-system]: Swap to pyproject-build-system. [arguments]<tests>: Disable to avoid any cycles with python-pytest. [native-inputs]: Add python-flit-core. Change-Id: I2f7d6d70541f372753dc168e74e2c8e8787c946e
2024-12-13gnu: python-packaging-bootstrap: Update to 24.2.Sharlatan Hellseher
* gnu/packages/python-build.scm (python-packaging-bootstrap): Update to 24.2. Change-Id: I70741fd0fd7d61afbe3a10ebc1e59ffa0643383e
2024-12-13gnu: python-trove-classifiers: Update to 2024.10.21.16.Sharlatan Hellseher
* gnu/packages/python-build.scm (python-trove-classifiers): Update to 2024.10.21.16. Change-Id: If6ec7ef0d02d516a9ba2b16f4afe879ae2b924d5
2024-12-13gnu: python-tomli: Update to 2.1.0.Sharlatan Hellseher
* gnu/packages/python-build.scm (python-tomli): Update to 2.1.0. Change-Id: I88b93611aa41e8daab2155af99b35e910e967de9
2024-12-13gnu: Remove python-pluggy-next.Sharlatan Hellseher
* gnu/packages/python-build.scm (python-pluggy-next): Delete variable. Change-Id: I330400172055bcee35161fcc6a151f6ecada3d8e
2024-12-13gnu: python-exceptiongroup: Move to python-build.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-exceptiongroup): Move from here ... * gnu/packages/python-build.scm: ... to here. Change-Id: Id034df5a988c5f6a4448879ba44ee1315888f63b
2024-12-13gnu: python-pluggy: Update to 1.5.0.Sharlatan Hellseher
* gnu/packages/python-build.scm (python-pluggy): Update to 1.5.0. Fix indentation. [build-system]: Swap to pyproject-build-system. [native-inputs]: Add python-setuptools and python-wheel. [home-page]: Place above synopsis. Change-Id: I960e37277b16f4f36f121097cd4b64765b49064f
2024-12-13gnu: Remove python-poetry-core-1.0.Sharlatan Hellseher
* gnu/packages/python-build.scm (python-poetry-core-1.0): Delete variable. Change-Id: I02e57215a54ec6d080bb3a844b7bc519ffa09af8
2024-12-13gnu: Add python-pypa-installer.Sharlatan Hellseher
* gnu/packages/python-build.scm (python-pypa-installer): New variable. Change-Id: Ida794a6dd9a4da62c842703139a95983580bd935
2024-12-13gnu: python-packaging-bootstrap: Update to 23.2.Ricardo Wurmus
* gnu/packages/python-build.scm (python-packaging-bootstrap): Update to 23.2. [build-system]: Use pyproject-build-system. [native-inputs]: Add python-flit-core. * gnu/packages/python-xyz.scm (python-packaging) [native-inputs]: Add python-flit-core. Change-Id: I5d3bdec62aabfe1b5e6de988d210862ad6da9002
2024-12-13gnu: python-typing-extensions: Update to 4.10.0.Ricardo Wurmus
* gnu/packages/python-build.scm (python-typing-extensions): Update to 4.10.0. Change-Id: I51c82f40f8093e17e8c6a8f20f1e3eae0917f8ee
2024-12-13build-system/pyproject: Use TOML parser.Lars-Dominik Braun
More reliable than regular expressions. * guix/build-system/pyproject.scm (%pyproject-build-system-modules): Add (guix build toml). (pyproject-build): Add argument #:backend-path. * guix/build/pyproject-build-system.scm (build): Add support for auto-detected and override backend-path. * gnu/packages/python-build.scm (python-tomli)[arguments]: Remove 'add-self-to-path, because it is not necessary any more. (python-poetry-core): Same. (python-hatchling): Same. (python-pdm-backend): Same.
2024-12-13build-system/pyproject: Use python-sans-pip-wrapper as default-python.Lars-Dominik Braun
Also adds python-setuptools and python-wheel to relevant packages, either to native-inputs or to propagated inputs if the pkg_resources Python module is loaded at runtime. * guix/build-system/pyproject.scm (default-python): Default to python-sans-pip-wrapper. Change-Id: I2d986c2225114f54459dd6bb360913106e52cdf4
2024-11-21gnu: Add python-setuptools-scm-next.Zheng Junjie
* gnu/packages/python-build.scm (python-setuptools-scm-next): New variable. Change-Id: Ic6b95ed437f95c25c165de3d51732154e2bd954a
2024-09-06gnu: Remove python-typing-extensions-4.10.David Elsing
* gnu/packages/machine-learning.scm (python-typing-extensions-4.10): Delete variable. * gnu/packages/machine-learning.scm (python-pytorch)[native-inputs] Replace python-typing-extensions-4.10 with python-typing-extensions.
2024-08-31gnu: python-pip: Ungraft.Josselin Poiret
* gnu/packages/python-build.scm (python-pip): Ungraft and apply source snippet directly. (python-pip/fixed): Remove variable. Change-Id: I4913e8f87f5934bffec9d58ad86b97f8ca16ba32
2024-07-30gnu: Add python-pluggy-next.Sharlatan Hellseher
* gnu/packages/python-build.scm (python-pluggy-next): New variable. Change-Id: If3ec3f930a799df9602db71112a6c6a5272b524c
2024-06-18gnu: Add python-typing-extensions-4.10.David Elsing
* gnu/packages/python-build.scm (python-typing-extensions-4.10): New variable.
2024-04-07gnu: python-pip: Use system SSL certificates.Efraim Flashner
* gnu/packages/python-build.scm (python-pip)[replacement]: New field. (python-pip/fixed): Provide a python-pip with a patched python-certifi which only offers to use the system's SSL certificates. Change-Id: Icea0769b881dc8d760562f0405fa8ea8167a4bd4
2024-02-20gnu: python-typing-extensions: Update to 4.9.0.Hartmut Goebel
* gnu/packages/python-build.scm (python-typing-extensions): Update to 4.9.0. Signed-off-by: Efraim Flashner <[email protected]>
2023-10-01gnu: poetry: Fix build.Danny Milosavljevic
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.
2023-05-05gnu: Add python-pdm-backend.Lars-Dominik Braun
* gnu/packages/python-build.scm (python-pdm-backend): New variable.
2023-04-19gnu: Add python-hatch-fancy-pypi-readme.Maxim Cournoyer
* gnu/packages/python-build.scm (python-hatch-fancy-pypi-readme): New variable.
2023-04-19gnu: python-typing-extensions: Update to 4.5.0.Maxim Cournoyer
* gnu/packages/python-build.scm (python-typing-extensions): Update to 4.5.0. [home-page]: Update URL.
2023-04-19gnu: Add python-hatch-vcs.Maxim Cournoyer
* gnu/packages/python-build.scm (python-hatch-vcs): New variable.
2023-04-19gnu: python-hatchling: Update to 1.14.0.Maxim Cournoyer
* 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.
2023-04-19gnu: python-hatchling: Move to (gnu packages python-build).Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-hatchling): Move to... * gnu/packages/python-build.scm (python-hatchling): ... here.
2023-04-19gnu: python-flit-scm: Update to 1.7.0.Maxim Cournoyer
* 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.
2023-04-19gnu: python-setuptools-scm: Update to 7.1.0.Maxim Cournoyer
* 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.
2023-04-19gnu: python-typing-extensions: Move to (gnu packages python-build).Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-typing-extensions): Move to... * gnu/packages/python-build.scm (python-typing-extensions): ... here.
2023-04-19gnu: python-flit-core-bootstrap: Update to 3.8.0.Maxim Cournoyer
* gnu/packages/python-build.scm (python-flit-core-bootstrap): Update to 3.8.0. [home-page]: Update URL.
2023-04-19gnu: python-poetry-core: Update to 1.5.2.Maxim Cournoyer
* 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.
2023-04-19gnu: python-pep517-bootstrap: Add TODO comment.Maxim Cournoyer
* gnu/packages/python-build.scm (python-pep517-bootstrap): Add TODO comment.
2023-04-19gnu: python-wheel: Update to 0.40.0.Maxim Cournoyer
* gnu/packages/python-build.scm (python-wheel): Update to 0.40.0. [home-page]: Update URL.
2023-04-19gnu: python-setuptools: Update to 67.6.1.Maxim Cournoyer
* gnu/packages/python-build.scm (python-setuptools): Update to 67.6.1.
2023-04-19gnu: python-pip: Update to 23.1.Maxim Cournoyer
* gnu/packages/python-build.scm (python-pip): Update to 23.1.
2023-04-19gnu: python-tomli-w: Use pyproject-build-system.Maxim Cournoyer
* gnu/packages/python-build.scm (python-tomli-w) [build-system]: Use pyproject-build-system. [arguments]: Remove #:phases arguments.
2023-04-19gnu: python-tomli: Update to 2.0.1.Maxim Cournoyer
* 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.
2023-04-19gnu: python-pathspec: Update to 0.11.1.Maxim Cournoyer
* gnu/packages/python-build.scm (python-pathspec): Update to 0.11.1. [home-page]: Update URL.
2023-04-19gnu: Add python-trove-classifiers.Maxim Cournoyer
* gnu/packages/python-build.scm (python-trove-classifiers): New variable.
2023-04-19gnu: python-xyz: Move some packages to (gnu packages python-build).Maxim Cournoyer
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.
2023-01-07gnu: python-setuptools: Add 57.5.0.Marius Bakke
* gnu/packages/python-build.scm (python-setuptools-57): New variable.
2022-10-27gnu: python-pip: Move to (gnu packages python-build).Marius Bakke
* gnu/packages/python-xyz.scm (python-pip): Move from here ... * gnu/packages/python-build.scm (python-pip): ... to here.
2022-10-27gnu: python-setuptools: Move to python-build.Lars-Dominik Braun
* 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 <[email protected]>
2022-09-24gnu: Add python-editables.Garek Dyszel
* gnu/packages/python-build.scm (python-editables): New variable. Signed-off-by: Julien Lepiller <[email protected]>
2022-06-26gnu: Add python-flit-scm.Maxim Cournoyer
* gnu/packages/python-build.scm (python-flit-scm): New variable.